|
APBS 3.0.0
|
Parameter which holds useful parameters for generic multigrid calculations. More...
Files | |
| file | bemparm.c |
| Class BEMparm methods. | |
Data Structures | |
| struct | sBEMparm |
| Parameter structure for BEM-specific variables from input files. More... | |
Typedefs | |
| typedef enum eBEMparm_CalcType | BEMparm_CalcType |
| Declare BEMparm_CalcType type. | |
| typedef struct sBEMparm | BEMparm |
| Parameter structure for BEM-specific variables from input files. | |
Enumerations | |
| enum | eBEMparm_CalcType { BCT_MANUAL =0 , BCT_NONE =1 } |
| Calculation type. More... | |
Functions | |
| VEXTERNC BEMparm * | BEMparm_ctor (BEMparm_CalcType type) |
| Construct BEMparm object. | |
| VEXTERNC Vrc_Codes | BEMparm_ctor2 (BEMparm *thee, BEMparm_CalcType type) |
| FORTRAN stub to construct BEMparm object. | |
| VEXTERNC void | BEMparm_dtor (BEMparm **thee) |
| Object destructor. | |
| VEXTERNC void | BEMparm_dtor2 (BEMparm *thee) |
| FORTRAN stub for object destructor. | |
| VEXTERNC Vrc_Codes | BEMparm_check (BEMparm *thee) |
| Consistency check for parameter values stored in object. | |
| VEXTERNC Vrc_Codes | BEMparm_parseToken (BEMparm *thee, char tok[VMAX_BUFSIZE], Vio *sock) |
| Parse an MG keyword from an input file. | |
Parameter which holds useful parameters for generic multigrid calculations.
Parameter structure for BEM-specific variables from input files.
| typedef enum eBEMparm_CalcType BEMparm_CalcType |
Declare BEMparm_CalcType type.
| enum eBEMparm_CalcType |
| VEXTERNC Vrc_Codes BEMparm_check | ( | BEMparm * | thee | ) |
| VEXTERNC BEMparm * BEMparm_ctor | ( | BEMparm_CalcType | type | ) |
| VEXTERNC Vrc_Codes BEMparm_ctor2 | ( | BEMparm * | thee, |
| BEMparm_CalcType | type ) |
| VEXTERNC void BEMparm_dtor | ( | BEMparm ** | thee | ) |
| VEXTERNC void BEMparm_dtor2 | ( | BEMparm * | thee | ) |
| VEXTERNC Vrc_Codes BEMparm_parseToken | ( | BEMparm * | thee, |
| char | tok[VMAX_BUFSIZE], | ||
| Vio * | sock ) |