Click or drag to resize
MiVolumeMeshHexahedronIjkT, G Interface

Note: This API is now obsolete.

IJK Hexahedron volume mesh interface.

Namespace: OIV.MeshVizXLM.Mesh
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiVolumeMeshHexahedronIjk<T, G> : MiMeshUnstructured<G>, 
	MiMeshIjk<T>, MiMesh
where T : class, MiHexahedronTopologyExplicitIjk
where G : class, MiGeometryI

Type Parameters

T
the type of the mesh topology
G
the type of the mesh geometry

The MiVolumeMeshHexahedronIjkT, G type exposes the following members.

Properties
Remarks
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