Interface MiMeshIj<T extends MiTopologyIj>

Type Parameters:
T - the type of the mesh topology
All Superinterfaces:
MiMesh
All Known Subinterfaces:
MeXMeshIj<T>, MeXSurfaceMeshCurvilinear<T,G>, MiSurfaceMeshCurvilinear<T,G>

public interface MiMeshIj<T extends MiTopologyIj> extends MiMesh
IJ surface mesh interface.

This interface defines an IJ surface mesh. All IJ meshes have a common topology interface to get the number of cells: getNumCellsI(), and getNumCellsJ().

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the topology of this mesh.
  • Method Details

    • getTopology

      T getTopology()
      Returns the topology of this mesh.
      Returns:
      the topology of this mesh