Evaluating drawdown at array of coordinates #147
-
|
I have a model that is surrounded by a leaky line string that acts as a semi impermeable model extent. I want to compute drawdown within this extent. Using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
We are currently working on this, see #139. This function will allow you to compute heads on an arbitrary array, using all the cores on your machine. One of the applications we had in mind is to evaluate the solution on an irregular grid for more efficient contouring (more detail near elements, for example). Your use case will work in the same fashion. We are also working on (hopefully massively) improving evaluation of the analytic element solution on a grid for contouring. See #140. Feel free to check out those PRs and if you have any suggestions on those, let us know! |
Beta Was this translation helpful? Give feedback.
We are currently working on this, see #139. This function will allow you to compute heads on an arbitrary array, using all the cores on your machine. One of the applications we had in mind is to evaluate the solution on an irregular grid for more efficient contouring (more detail near elements, for example). Your use case will work in the same fashion. We are also working on (hopefully massively) improving evaluation of the analytic element solution on a grid for contouring. See #140. Feel free to check out those PRs and if you have any suggestions on those, let us know!