Virtual PhotonicsThe SpatialMesh type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
Indicates whether this instance and a specified object are equal. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns the hash code for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| A |
area of triangles: a[nt] (see "initialization")
| |
| Bd |
edge upwind or outgoing flux: bd[ns][nt][3*3] (see "edgeterm")
| |
| Bd2 |
edge upwind or outgoing flux: bd[ns][nt][3] (see "edgeterm")
| |
| C |
center of triangles: c[nt][2] (see "initialization")
| |
| Cf |
spatial coarse-to-fine nodal-value mapping: cf[nt_c][3][smap[nt_c][0]][3] (see "spatialmapping2")
| |
| E |
nodes contained in one boundary edge: e[ne][4]
| |
| E2 |
boundary information: e2[ne][2] (see "boundary")
| |
| Ec |
center of edges: ec[ne][2] (see "initialization")
| |
| Fc |
spatial fine-to-coarse nodal-value mapping: fc[nt_c][3][smap[nt_c][0]][3] (see "spatialmapping2")
| |
| N |
boundary information: n[ne][2] (see "boundary")
| |
| Ne |
number of boundary edges
| |
| Np |
number of node points
| |
| Nt |
number of triangles
| |
| Ori |
boundary information: ori[ne] (see "boundary")
| |
| P |
nodal coordinates: p[np][2]
| |
| P2 |
triangles adjacent to one node: p2[np][p2[np][0]+1] (see "initialization")
| |
| Region |
tissue region Region[np]
| |
| Smap |
spatial position mapping between coarse and fine mesh: smap[nt_c][smap[nt_c][0]+1] (see "spatialmapping")
| |
| So |
sweep ordering: so[ns][nt]
| |
| So2 |
boundary information: so2[nt][3] (see "boundary")
| |
| T |
nodes contained in one triangle: t[nt][3]
|
See Also