A charge-simplex map for evaluating integrals of delta functions in a finite element setting.
More...
Data Structures |
| struct | sVcsm |
| | Charge-simplex map class. More...
|
Files |
| file | vcsm.h |
| | Contains declarations for the Vcsm class.
|
| file | vcsm.c |
| | Class Vcsm methods.
|
Typedefs |
|
typedef struct sVcsm | Vcsm |
| | Declaration of the Vcsm class as the Vcsm structure.
|
Functions |
| VEXTERNC void | Gem_setExternalUpdateFunction (Gem *thee, void(*externalUpdate)(SS **simps, int num)) |
| | External function for FEtk Gem class to use during mesh refinement.
|
| VEXTERNC Valist * | Vcsm_getValist (Vcsm *thee) |
| | Get atom list.
|
| VEXTERNC int | Vcsm_getNumberAtoms (Vcsm *thee, int isimp) |
| | Get number of atoms associated with a simplex.
|
| VEXTERNC Vatom * | Vcsm_getAtom (Vcsm *thee, int iatom, int isimp) |
| | Get particular atom associated with a simplex.
|
| VEXTERNC int | Vcsm_getAtomIndex (Vcsm *thee, int iatom, int isimp) |
| | Get ID of particular atom in a simplex.
|
| VEXTERNC int | Vcsm_getNumberSimplices (Vcsm *thee, int iatom) |
| | Get number of simplices associated with an atom.
|
| VEXTERNC SS * | Vcsm_getSimplex (Vcsm *thee, int isimp, int iatom) |
| | Get particular simplex associated with an atom.
|
| VEXTERNC int | Vcsm_getSimplexIndex (Vcsm *thee, int isimp, int iatom) |
| | Get index particular simplex associated with an atom.
|
| VEXTERNC unsigned long int | Vcsm_memChk (Vcsm *thee) |
| | Return the memory used by this structure (and its contents) in bytes.
|
| VEXTERNC Vcsm * | Vcsm_ctor (Valist *alist, Gem *gm) |
| | Construct Vcsm object.
|
| VEXTERNC int | Vcsm_ctor2 (Vcsm *thee, Valist *alist, Gem *gm) |
| | FORTRAN stub to construct Vcsm object.
|
| VEXTERNC void | Vcsm_dtor (Vcsm **thee) |
| | Destroy Vcsm object.
|
| VEXTERNC void | Vcsm_dtor2 (Vcsm *thee) |
| | FORTRAN stub to destroy Vcsm object.
|
| VEXTERNC void | Vcsm_init (Vcsm *thee) |
| | Initialize charge-simplex map with mesh and atom data.
|
| VEXTERNC int | Vcsm_update (Vcsm *thee, SS **simps, int num) |
| | Update the charge-simplex and simplex-charge maps after refinement.
|
A charge-simplex map for evaluating integrals of delta functions in a finite element setting.