Block Model to OctreeΒΆ
The Block Model to Octree module has been developed as a user interface for the conversion between
regular 3D grid (BlockModel) objects to Octree, using the discretize
package.
In its most simple form, the application creates an octree from the input block model.
In this case the application will create an octree with the core region matching the cells of the block model with a small padding region where the cells are allowed to expand to the closest octree level.
Optionally, users can select a model stored on the tensor mesh.
The octree will then be refined in areas that contain large gradients in the selected model.