Interface MiVolumeMeshHexahedronIjk<T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>

Type Parameters:
T - the type of the mesh topology
G - the type of the mesh geometry
All Superinterfaces:
MiMesh, MiMeshIjk<T>, MiMeshUnstructured<G>

public interface MiVolumeMeshHexahedronIjk<T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> extends MiMeshUnstructured<G>, MiMeshIjk<T>
IJK Hexahedron volume mesh interface.

An IJK Hexahedron Volume mesh is similar to an MiMeshCurvilinear except that adjacent cells may have different nodes (identified by node indices). This type of mesh can be used to define "faults", as in a petroleum reservoir model.

Cells must be defined explicitly as a set of hexahedrons where each node is given independently of the adjacent cells.

See Also: