MiVolumeMeshHexahedronIjkT, G Interface |
Note: This API is now obsolete.
IJK Hexahedron volume mesh interface.
Namespace: OIV.MeshVizXLM.MeshAssembly: 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 MiVolumeMeshHexahedronIjk<T, G> : MiMeshUnstructured<G>,
MiMeshIjk<T>, MiMesh
where T : class, MiHexahedronTopologyExplicitIjk
where G : class, MiGeometryI
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiVolumeMeshHexahedronIjk(Of T As {Class, MiHexahedronTopologyExplicitIjk}, G As {Class, MiGeometryI})
Inherits MiMeshUnstructured(Of G), MiMeshIjk(Of T), MiMesh
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
generic<typename T, typename G>
where T : ref class, MiHexahedronTopologyExplicitIjk
where G : ref class, MiGeometryI
public interface class MiVolumeMeshHexahedronIjk : MiMeshUnstructured<G>,
MiMeshIjk<T>, MiMesh
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiVolumeMeshHexahedronIjk<'T, 'G when 'T : not struct and MiHexahedronTopologyExplicitIjk when 'G : not struct and MiGeometryI> =
interface
interface MiMeshUnstructured<'G>
interface MiMeshIjk<'T>
interface MiMesh
end
Type Parameters
- T
- the type of the mesh topology
- G
- the type of the mesh geometry
The MiVolumeMeshHexahedronIjkT, G type exposes the following members.
Properties
Remarks
IJK Hexahedron volume mesh interface.
An IJK Hexahedron Volume mesh is similar to an
except that adjacent cells may have different nodes (identified by node
indices). This type of mesh can be used to define "faults", as in a petroleum
reservoir model.
Cells must be defined explicitly as a set of hexahedrons where each node is
given independently of the adjacent cells.
See Also