gempy.compute_model

gempy.compute_model(gempy_model: GeoModel, engine_config: GemPyEngineConfig | None = None) Solutions[source]

Compute the geological model given the provided GemPy model.

Parameters:
  • gempy_model (GeoModel) – The GemPy model to compute.

  • engine_config (Optional[GemPyEngineConfig]) – Configuration for the computational engine. Defaults to None, in which case a default configuration will be used.

Raises:

ValueError – If the provided backend in the engine_config is not supported.

Returns:

The computed geological model.

Return type:

Solutions

Examples using gempy.compute_model

1.7: 3-D Visualization

1.7: 3-D Visualization