gempy.core.data.Solutions¶
- class gempy.core.data.Solutions(octrees_output: List[OctreeLevel], dc_meshes: List[DualContouringMesh] = None, fw_gravity: ndarray = None, fw_magnetics: ndarray = None, block_solution_type: BlockSolutionType = BlockSolutionType.OCTREE)[source]¶
Examples using
gempy.core.data.Solutions¶Methods
__init__(octrees_output[, dc_meshes, ...])meshes_to_unstruct()Attributes
Get the resolution of the block solution.
debug_input_datagravitymagneticsraw_arraysGet the root output where you can find all the grids other than the octree grid, and lvl0 of the octree.
Alias for magnetics Total Magnetic Intensity (nT).
octrees_outputdc_meshesblock_solution_type- scalar_field_at_surface_points: ndarray = array([], dtype=float64)¶
- __init__(octrees_output: List[OctreeLevel], dc_meshes: List[DualContouringMesh] = None, fw_gravity: ndarray = None, fw_magnetics: ndarray = 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.
- property tmi: ndarray¶
Alias for magnetics Total Magnetic Intensity (nT).