69#include "maloc/maloc.h"
eFEMparm_EtolType
Adaptive refinment error estimate tolerance key.
VEXTERNC void FEMparm_copy(FEMparm *thee, FEMparm *source)
Copy target object into thee.
enum eFEMparm_EtolType FEMparm_EtolType
Declare FEparm_EtolType type.
VEXTERNC FEMparm * FEMparm_ctor(FEMparm_CalcType type)
Construct FEMparm.
VEXTERNC int FEMparm_check(FEMparm *thee)
Consistency check for parameter values stored in object.
enum eFEMparm_EstType FEMparm_EstType
Declare FEMparm_EstType type.
enum eFEMparm_CalcType FEMparm_CalcType
Declare FEMparm_CalcType type.
struct sFEMparm FEMparm
Declaration of the FEMparm class as the FEMparm structure.
eFEMparm_EstType
Adaptive refinment error estimator method.
eFEMparm_CalcType
Calculation type.
VEXTERNC void FEMparm_dtor(FEMparm **thee)
Object destructor.
VEXTERNC void FEMparm_dtor2(FEMparm *thee)
FORTRAN stub for object destructor.
VEXTERNC int FEMparm_ctor2(FEMparm *thee, FEMparm_CalcType type)
FORTRAN stub to construct FEMparm.
VEXTERNC Vrc_Codes FEMparm_parseToken(FEMparm *thee, char tok[VMAX_BUFSIZE], Vio *sock)
Parse an MG keyword from an input file.
Parameter structure for FEM-specific variables from input files.
FEMparm_EstType akeySOLVE
Contains generic macro definitions for APBS.
Contains declarations for class Vstring.