VPSpatialMesh MembersVirtual Photonics - VTS Library
Virtual Photonics

The SpatialMesh type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Indicates whether this instance and a specified object are equal.
(Inherited from OnlineValueType.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Returns the hash code for this instance.
(Inherited from OnlineValueType.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns the fully qualified type name of this instance.
(Inherited from OnlineValueType.)
Back to Top
Fields

  NameDescription
Public fieldA
area of triangles: a[nt] (see "initialization")
Public fieldBd
edge upwind or outgoing flux: bd[ns][nt][3*3] (see "edgeterm")
Public fieldBd2
edge upwind or outgoing flux: bd[ns][nt][3] (see "edgeterm")
Public fieldC
center of triangles: c[nt][2] (see "initialization")
Public fieldCf
spatial coarse-to-fine nodal-value mapping: cf[nt_c][3][smap[nt_c][0]][3] (see "spatialmapping2")
Public fieldE
nodes contained in one boundary edge: e[ne][4]
Public fieldE2
boundary information: e2[ne][2] (see "boundary")
Public fieldEc
center of edges: ec[ne][2] (see "initialization")
Public fieldFc
spatial fine-to-coarse nodal-value mapping: fc[nt_c][3][smap[nt_c][0]][3] (see "spatialmapping2")
Public fieldN
boundary information: n[ne][2] (see "boundary")
Public fieldNe
number of boundary edges
Public fieldNp
number of node points
Public fieldNt
number of triangles
Public fieldOri
boundary information: ori[ne] (see "boundary")
Public fieldP
nodal coordinates: p[np][2]
Public fieldP2
triangles adjacent to one node: p2[np][p2[np][0]+1] (see "initialization")
Public fieldRegion
tissue region Region[np]
Public fieldSmap
spatial position mapping between coarse and fine mesh: smap[nt_c][smap[nt_c][0]+1] (see "spatialmapping")
Public fieldSo
sweep ordering: so[ns][nt]
Public fieldSo2
boundary information: so2[nt][3] (see "boundary")
Public fieldT
nodes contained in one triangle: t[nt][3]
Back to Top
See Also