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 the gempy.core.data.GridClass.

Parameters
Returns

Solution