#include <gem.h>

Public Attributes | |
| int | dim |
| Intrinsic spatial dim (2 for sphere). | |
| int | dimII |
| Imbedded spatial dim (3 for sphere). | |
| int | dimVV |
| Number of vertices in a dim-simplex. | |
| int | dimEE |
| Number of edges in a dim-simplex. | |
| int | numVV0 |
| Initial count of the number of vertices. | |
| int | numVV |
| Last count of the number of vertices. | |
| int | numEE |
| Last count of the number of edges. | |
| int | numFF |
| Last count of the number of faces. | |
| int | numSS |
| Last count of the number of simplices. | |
| int | numBV |
| Last count of boundary vertices. | |
| int | numBF |
| Last count of boundary faces. | |
| Vmem * | vmem |
| the memory manager | |
| int | iMadeVmem |
| did i make vmem or was it inherited | |
| Vset * | vertices |
| the set of vertices | |
| Vset * | edges |
| the set of edges | |
| Vset * | simplices |
| the set of simplices | |
| Vset * | sQueM [VMAXSQ] |
| refinement/conformity/flipping simplex Qs | |
| int | iMadePDE |
| did I have to make a fake PDE object? | |
| PDE * | pde |
| container for various user-provided functions | |
| int | xUpFlag |
| Hook for external structure updating. | |
| void(* | xUp )(SS **sms, int numS) |
| Hook for external structure updating. | |
1.5.6