Interface MeXSurfaceMeshCurvilinear<T extends MeXTopologyIj,G extends MeXGeometryIj>
-
- Type Parameters:
T
- the type of the mesh topologyG
- the type of the mesh geometry
- All Superinterfaces:
MeXMeshIj<T>
,MiMesh
,MiMeshIj<T>
,MiSurfaceMeshCurvilinear<T,G>
public interface MeXSurfaceMeshCurvilinear<T extends MeXTopologyIj,G extends MeXGeometryIj> extends MiSurfaceMeshCurvilinear<T,G>, MeXMeshIj<T>
Extracted 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 theMiSurfaceMeshRectilinear
orMiSurfaceMeshRegular
.
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshIj
getTopology
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiSurfaceMeshCurvilinear
getGeometry
-
-