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