Click or drag to resize
MiSurfaceMeshCurvilinearT, G Interface

Note: This API is now obsolete.

Curvilinear surface 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 MiSurfaceMeshCurvilinear<T, G> : MiMeshIj<T>, 
	MiMesh
where T : class, MiTopologyIj
where G : class, MiGeometryIj

Type Parameters

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

The MiSurfaceMeshCurvilinearT, G type exposes the following members.

Properties
Remarks
Curvilinear surface mesh interface.

A Curvilinear Surface mesh is similar to a MiMeshIj<T> 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
.

See Also