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

root_output

Get the root output where you can find all the grids other than the octree grid, and lvl0 of the octree.

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.

property root_output: OctreeLevel

Get the root output where you can find all the grids other than the octree grid, and lvl0 of the octree.