Parameter structure for Mike Holst's PMGP code. More...
Data Structures | |
struct | sVpmgp |
Contains public data members for Vpmgp class/module. More... | |
Files | |
file | vpmgp.h |
Contains declarations for class Vpmgp. | |
file | vpmgp.c |
Class Vpmgp methods. | |
Typedefs | |
typedef struct sVpmgp | Vpmgp |
Declaration of the Vpmgp class as the sVpmgp structure. | |
Functions | |
Vpmgp * | Vpmgp_ctor (MGparm *mgparm) |
Construct PMG parameter object and initialize to default values. | |
int | Vpmgp_ctor2 (Vpmgp *thee, MGparm *mgparm) |
FORTRAN stub to construct PMG parameter object and initialize to default values. | |
void | Vpmgp_dtor (Vpmgp **thee) |
Object destructor. | |
void | Vpmgp_dtor2 (Vpmgp *thee) |
FORTRAN stub for object destructor. |
Parameter structure for Mike Holst's PMGP code.
Construct PMG parameter object and initialize to default values.
mgparm | MGParm object containing parameters to be used in setup |
Referenced by initMG().
FORTRAN stub to construct PMG parameter object and initialize to default values.
thee | Newly allocated PMG object | |
mgparm | MGParm object containing parameters to be used in setup |
void Vpmgp_dtor | ( | Vpmgp ** | thee | ) |
void Vpmgp_dtor2 | ( | Vpmgp * | thee | ) |
FORTRAN stub for object destructor.
thee | Pointer to Vpmgp object |