gempy.compute_model_at¶
-
gempy.
compute_model_at
(new_grid: numpy.ndarray, model: gempy.core.model.Project, **kwargs)[source]¶ This function creates a new custom grid and deactivate all the other grids and compute the model there:
- This function does the same as plus the addition functionality of
compute_model()
passing a given array of points where evaluate the model instead of using thegempy.core.data.GridClass
.
- Parameters
new_grid –
model (Project) –
kwargs –
compute_model()
arguments
- Returns
Solution