#include <vfetk.h>
Collaboration diagram for sVfetk:
Data Fields | |
Vmem * | vmem |
Gem * | gm |
AM * | am |
Aprx * | aprx |
PDE * | pde |
Vpbe * | pbe |
Vcsm * | csm |
Vfetk_LsolvType | lkey |
int | lmax |
double | ltol |
Vfetk_NsolvType | nkey |
int | nmax |
double | ntol |
Vfetk_GuessType | gues |
Vfetk_PrecType | lprec |
int | pjac |
PBEparm * | pbeparm |
FEMparm * | feparm |
Vhal_PBEType | type |
int | level |
|
Multilevel algebra manager. |
|
Approximation manager. |
|
Charge-simplex map |
|
FEM-specific parameters |
|
Grid manager (container class for master vertex and simplex lists as well as prolongation operator for updating after refinement). |
|
Initial guess method |
|
Refinement level (starts at 0) |
|
Linear solver method |
|
Maximum number of linear solver iterations |
|
Linear preconditioner |
|
Residual tolerance for linear solver |
|
Nonlinear solver method |
|
Maximum number of nonlinear solver iterations |
|
Residual tolerance for nonlinear solver |
|
Poisson-Boltzmann object |
|
Generic PB parameters |
|
FEtk PDE object |
|
Flag to print the jacobians (usually set this to -1, please) |
|
Version of PBE to solve |
|
Memory management object |