gempy.core.data.Solutions

class gempy.core.data.Solutions(octrees_output: List[OctreeLevel], dc_meshes: List[DualContouringMesh] | None = None, fw_gravity: ndarray | None = None, block_solution_type: BlockSolutionType = BlockSolutionType.OCTREE)[source]

Examples using gempy.core.data.Solutions

1.1 -Basics of geological modeling with GemPy

1.1 -Basics of geological modeling with GemPy

Methods

__init__(octrees_output[, dc_meshes, ...])

meshes_to_unstruct()

Attributes

block_solution_resolution

Get the resolution of the block solution.

debug_input_data

gravity

magnetics

raw_arrays

scalar_field_at_surface_points

octrees_output

dc_meshes

block_solution_type

__init__(octrees_output: List[OctreeLevel], dc_meshes: List[DualContouringMesh] | None = None, fw_gravity: ndarray | None = None, block_solution_type: BlockSolutionType = BlockSolutionType.OCTREE)[source]
property block_solution_resolution: ndarray

Get the resolution of the block solution.