|
APBS 3.0.0
|
Parameter structure for FEM-specific variables from input files. More...
Files | |
| file | femparm.c |
| Class FEMparm methods. | |
| file | femparm.h |
| Contains declarations for class APOLparm. | |
Data Structures | |
| struct | sFEMparm |
| Parameter structure for FEM-specific variables from input files. More... | |
Typedefs | |
| typedef enum eFEMparm_EtolType | FEMparm_EtolType |
| Declare FEparm_EtolType type. | |
| typedef enum eFEMparm_EstType | FEMparm_EstType |
| Declare FEMparm_EstType type. | |
| typedef enum eFEMparm_CalcType | FEMparm_CalcType |
| Declare FEMparm_CalcType type. | |
| typedef struct sFEMparm | FEMparm |
| Declaration of the FEMparm class as the FEMparm structure. | |
Enumerations | |
| enum | eFEMparm_EtolType { FET_SIMP =0 , FET_GLOB =1 , FET_FRAC =2 } |
| Adaptive refinment error estimate tolerance key. More... | |
| enum | eFEMparm_EstType { FRT_UNIF =0 , FRT_GEOM =1 , FRT_RESI =2 , FRT_DUAL =3 , FRT_LOCA =4 } |
| Adaptive refinment error estimator method. More... | |
| enum | eFEMparm_CalcType { FCT_MANUAL , FCT_NONE } |
| Calculation type. More... | |
Functions | |
| VEXTERNC FEMparm * | FEMparm_ctor (FEMparm_CalcType type) |
| Construct FEMparm. | |
| VEXTERNC int | FEMparm_ctor2 (FEMparm *thee, FEMparm_CalcType type) |
| FORTRAN stub to construct FEMparm. | |
| VEXTERNC void | FEMparm_dtor (FEMparm **thee) |
| Object destructor. | |
| VEXTERNC void | FEMparm_dtor2 (FEMparm *thee) |
| FORTRAN stub for object destructor. | |
| VEXTERNC int | FEMparm_check (FEMparm *thee) |
| Consistency check for parameter values stored in object. | |
| VEXTERNC void | FEMparm_copy (FEMparm *thee, FEMparm *source) |
| Copy target object into thee. | |
Parameter structure for FEM-specific variables from input files.
| typedef enum eFEMparm_CalcType FEMparm_CalcType |
Declare FEMparm_CalcType type.
| typedef enum eFEMparm_EstType FEMparm_EstType |
Declare FEMparm_EstType type.
| typedef enum eFEMparm_EtolType FEMparm_EtolType |
| enum eFEMparm_CalcType |
| enum eFEMparm_EstType |
Adaptive refinment error estimator method.
| enum eFEMparm_EtolType |
| VEXTERNC int FEMparm_check | ( | FEMparm * | thee | ) |
| VEXTERNC FEMparm * FEMparm_ctor | ( | FEMparm_CalcType | type | ) |
| VEXTERNC int FEMparm_ctor2 | ( | FEMparm * | thee, |
| FEMparm_CalcType | type ) |
| VEXTERNC void FEMparm_dtor | ( | FEMparm ** | thee | ) |