nlfem
List of all members
MeshStruct Struct Reference

Detailed Description

Struct containing mesh information.

Parameters
K_Omeganumber of unknowns (depending on ansatz space and kernel dimension)
Knumber of unknowns and nodes on the Dirichlet boundary
ptrTrianglespointer to elements (1d, 2d or 3d)
ptrLabelTriangleselement labels. Negative labels are interpreted as Dirichlet boundary. Zero labeled elements do not enter the integration routines but are traversed by the breadth first search.
ptrVertsvertices
ptrLabelVertsvertex labels. Negative labels are interpreted as Dirichlet boundary, zero labeled vertices are ignored completely.
nEtotal number of elements
nE_Omeganumber of elements containing unknowns (that is in $\Omega'$).
nVtotal number of vertices
nV_Omeganumber of vertices in $\Omega'$.
deltainteraction horizon
is_DiscontinuousGalerkinswitch for discontinuous Galerkin ansatz
dimdimension of the domain
outdimkernel dimension
dVertexnumber of vertices in one element, dVertex=dim+1.
ptrTheta_indicesindices to construct $\Theta$ in CSR-format
ptrTheta_indptrindex pointer to construct $\Theta$ in CSR-format
ptrTheta_datadata to construct $\Theta$ in CSR-format
nThetanumber of subdomains $K$.
fractional_sdegree of fractional coefficient. Required to construct correct quadrature rule.

Definition at line 90 of file MeshTypes.h.


The documentation for this struct was generated from the following file: