#include <aprx.h>

Public Attributes | |
| Vmem * | vmem |
| the memory manager | |
| int | iMadeVmem |
| did i make vmem or was it inherited | |
| Gem * | gm |
| geometry machine | |
| PDE * | pde |
| container for user-provided functions | |
| Vset * | lnkG |
| ptr to the Vset object for interactions | |
| Re * | re [MAXV] |
| ptr to the master elements | |
| Re * | reB [MAXV] |
| ptr to the master bump elements | |
| int | numV |
| Global Number of 0-simplices (vertices). | |
| int | numE |
| Global Number of 1-simplices (edges). | |
| int | numF |
| Global Number of 2-simplices (faces). | |
| int | numS |
| Global Number of 3-simplices (simplices). | |
| int * | I_V2E |
| Global Vertex-to-Edge map. | |
| int * | I_V2F |
| Global Vertex-to-Face map. | |
| int * | I_V2S |
| Global Vertex-to-Simplex map. | |
| int * | I_E2F |
| Global Edge-to-Face map. | |
| int * | I_E2S |
| Global Edge-to-Simplex map. | |
| int * | I_F2S |
| Global Face-to-Simplex map. | |
| Bnode * | B |
| complete node information | |
| int | numBV [MAXV] |
| number of dirichlet boundary nodes | |
| int * | ibv [MAXV] |
| dirichlet boundary node numbers | |
| double * | bv [MAXV] |
| dirichlet boundary node values | |
| Bvec * | wev |
| ELEMENT work vectors. | |
| double | gerror |
| current a posteriori global error over mesh | |
| int | numB |
| number of blocks | |
| Bmat * | P |
| block prolongation operator TO this mesh | |
| int | order |
| order of approximation | |
1.5.6