Data Fields

sVfetk Struct Reference
[Vfetk class]

Contains public data members for Vfetk class/module. More...

#include <C:/Users/bake113/Desktop/Sync/Software/apbs/trunk/src/fem/apbs/vfetk.h>

Collaboration diagram for sVfetk:
Collaboration graph
[legend]

Data Fields

Vmem * vmem
Gem * gm
AM * am
Aprx * aprx
PDE * pde
Vpbepbe
Vcsmcsm
Vfetk_LsolvType lkey
int lmax
double ltol
Vfetk_NsolvType nkey
int nmax
double ntol
Vfetk_GuessType gues
Vfetk_PrecType lprec
int pjac
PBEparmpbeparm
FEMparmfeparm
Vhal_PBEType type
int level

Detailed Description

Contains public data members for Vfetk class/module.

Author:
Nathan Baker Many of the routines and macros are borrowed from the main.c driver (written by Mike Holst) provided with the PMG code.

Definition at line 165 of file vfetk.h.


Field Documentation

AM* am

Multilevel algebra manager.

Definition at line 171 of file vfetk.h.

Aprx* aprx

Approximation manager.

Definition at line 172 of file vfetk.h.

Charge-simplex map

Definition at line 175 of file vfetk.h.

FEM-specific parameters

Definition at line 187 of file vfetk.h.

Gem* gm

Grid manager (container class for master vertex and simplex lists as well as prolongation operator for updating after refinement).

Definition at line 168 of file vfetk.h.

Initial guess method

Definition at line 182 of file vfetk.h.

int level

Refinement level (starts at 0)

Definition at line 189 of file vfetk.h.

Linear solver method

Definition at line 176 of file vfetk.h.

int lmax

Maximum number of linear solver iterations

Definition at line 177 of file vfetk.h.

Linear preconditioner

Definition at line 183 of file vfetk.h.

double ltol

Residual tolerance for linear solver

Definition at line 178 of file vfetk.h.

Nonlinear solver method

Definition at line 179 of file vfetk.h.

int nmax

Maximum number of nonlinear solver iterations

Definition at line 180 of file vfetk.h.

double ntol

Residual tolerance for nonlinear solver

Definition at line 181 of file vfetk.h.

Poisson-Boltzmann object

Definition at line 174 of file vfetk.h.

Generic PB parameters

Definition at line 186 of file vfetk.h.

PDE* pde

FEtk PDE object

Definition at line 173 of file vfetk.h.

int pjac

Flag to print the jacobians (usually set this to -1, please)

Definition at line 184 of file vfetk.h.

Version of PBE to solve

Definition at line 188 of file vfetk.h.

Vmem* vmem

Memory management object

Definition at line 167 of file vfetk.h.


The documentation for this struct was generated from the following file: