Interface MiSurfaceMeshCurvilinear<T extends MiTopologyIj,​G extends MiGeometryIj>

  • Type Parameters:
    T - the type of the mesh topology
    G - the type of the mesh geometry
    All Superinterfaces:
    MiMesh, MiMeshIj<T>
    All Known Subinterfaces:
    MeXSurfaceMeshCurvilinear<T,​G>

    public interface MiSurfaceMeshCurvilinear<T extends MiTopologyIj,​G extends MiGeometryIj>
    extends MiMeshIj<T>
    Curvilinear surface mesh interface.

    A Curvilinear Surface mesh is similar to a MiMeshIj except that nodes are organized in a (NUMI+1,NUMJ+1) array where they can be accessed by (i,j) indices. So each node located inside the mesh (not on a border) is shared by four cells. However, the nodes are not evenly spaced as they can be in the MiSurfaceMeshRectilinear or MiSurfaceMeshRegular.

    • Method Detail

      • getGeometry

        G getGeometry()
        Returns the geometry of this mesh.
        Returns:
        the geometry of this mesh