Interface MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI>

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

public interface MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> extends MiMeshUnstructuredI<C,T,G>
Unstructured volume mesh interface.

This interface defines an unstructured volume mesh. It can contain any type of volume cell, like tetrahedrons, hexahedrons etc.