|
APBS 3.0.0
|
Parameter which holds useful parameters for GEOFLOWeric multigrid calculations. More...
Files | |
| file | geoflowparm.c |
| Class GEOFLOWparm methods. | |
| file | geoflowparm.h |
| Contains declarations for class GEOFLOWparm. | |
Data Structures | |
| struct | sGEOFLOWparm |
| Parameter structure for GEOFLOW-specific variables from input files. More... | |
Typedefs | |
| typedef enum eGEOFLOWparm_CalcType | GEOFLOWparm_CalcType |
| Declare GEOFLOWparm_CalcType type. | |
| typedef struct sGEOFLOWparm | GEOFLOWparm |
| Parameter structure for GEOFLOW-specific variables from input files. | |
Enumerations | |
| enum | eGEOFLOWparm_CalcType { GFCT_AUTO =1 } |
| Calculation type. More... | |
Functions | |
| VEXTERNC GEOFLOWparm * | GEOFLOWparm_ctor (GEOFLOWparm_CalcType type) |
| Construct GEOFLOWparm object. | |
| VEXTERNC Vrc_Codes | GEOFLOWparm_ctor2 (GEOFLOWparm *thee, GEOFLOWparm_CalcType type) |
| FORTRAN stub to construct GEOFLOWparm object ?????????!!!!!!! | |
| VEXTERNC void | GEOFLOWparm_dtor (GEOFLOWparm **thee) |
| Object destructor. | |
| VEXTERNC void | GEOFLOWparm_dtor2 (GEOFLOWparm *thee) |
| FORTRAN stub for object destructor ?????????!!!!!!!!!!!! | |
| VEXTERNC Vrc_Codes | GEOFLOWparm_check (GEOFLOWparm *thee) |
| Consistency check for parameter values stored in object. | |
| VEXTERNC Vrc_Codes | GEOFLOWparm_parseToken (GEOFLOWparm *thee, char tok[VMAX_BUFSIZE], Vio *sock) |
| Parse an MG keyword from an input file. | |
| VEXTERNC void | GEOFLOWparm_copy (GEOFLOWparm *thee, GEOFLOWparm *parm) |
| copy GEOFLOWparm object int thee. | |
Parameter which holds useful parameters for GEOFLOWeric multigrid calculations.
| typedef struct sGEOFLOWparm GEOFLOWparm |
Parameter structure for GEOFLOW-specific variables from input files.
| typedef enum eGEOFLOWparm_CalcType GEOFLOWparm_CalcType |
Declare GEOFLOWparm_CalcType type.
Definition at line 88 of file geoflowparm.h.
| VEXTERNC Vrc_Codes GEOFLOWparm_check | ( | GEOFLOWparm * | thee | ) |
Consistency check for parameter values stored in object.
| thee | GEOFLOWparm object |
Definition at line 101 of file geoflowparm.c.
| VEXTERNC void GEOFLOWparm_copy | ( | GEOFLOWparm * | thee, |
| GEOFLOWparm * | parm ) |
copy GEOFLOWparm object int thee.
| thee | GEOFLOWparm object to be copied into |
| parm | GEOFLOWparm object. |
Definition at line 127 of file geoflowparm.c.
| VEXTERNC GEOFLOWparm * GEOFLOWparm_ctor | ( | GEOFLOWparm_CalcType | type | ) |
Construct GEOFLOWparm object.
| type | Type of GEOFLOW calculation |
Definition at line 66 of file geoflowparm.c.
| VEXTERNC Vrc_Codes GEOFLOWparm_ctor2 | ( | GEOFLOWparm * | thee, |
| GEOFLOWparm_CalcType | type ) |
FORTRAN stub to construct GEOFLOWparm object ?????????!!!!!!!
| thee | Space for GEOFLOWparm object |
| type | Type of MG calculation |
Definition at line 77 of file geoflowparm.c.
| VEXTERNC void GEOFLOWparm_dtor | ( | GEOFLOWparm ** | thee | ) |
Object destructor.
| thee | Pointer to memory location of GEOFLOWparm object |
Definition at line 91 of file geoflowparm.c.
| VEXTERNC void GEOFLOWparm_dtor2 | ( | GEOFLOWparm * | thee | ) |
FORTRAN stub for object destructor ?????????!!!!!!!!!!!!
| thee | Pointer to GEOFLOWparm object |
Definition at line 99 of file geoflowparm.c.
| VEXTERNC Vrc_Codes GEOFLOWparm_parseToken | ( | GEOFLOWparm * | thee, |
| char | tok[VMAX_BUFSIZE], | ||
| Vio * | sock ) |
Parse an MG keyword from an input file.
| thee | GEOFLOWparm object |
| tok | Token to parse |
| sock | Stream for more tokens |
Definition at line 212 of file geoflowparm.c.