Files | |
file | mgparm.h |
Contains declarations for class MGparm. | |
Data Structures | |
struct | sMGparm |
Parameter structure for MG-specific variables from input files. More... | |
Typedefs | |
typedef enum eMGparm_CalcType | MGparm_CalcType |
Declare MGparm_CalcType type. | |
typedef enum eMGparm_CentMeth | MGparm_CentMeth |
Declare MGparm_CentMeth type. | |
typedef sMGparm | MGparm |
Declaration of the MGparm class as the MGparm structure. | |
Enumerations | |
enum | eMGparm_CalcType { MCT_MAN = 0, MCT_AUT = 1, MCT_PAR = 2, MCT_DUM = 3 } |
Calculation type. More... | |
enum | eMGparm_CentMeth { MCM_PNT = 0, MCM_MOL = 1 } |
Centering method. More... | |
Functions | |
int | FEMparm_parseToken (FEMparm *thee, char tok[VMAX_BUFSIZE], Vio *sock) |
Parse an MG keyword from an input file. | |
int | MGparm_getNx (MGparm *thee) |
Get number of grid points in x direction. | |
int | MGparm_getNy (MGparm *thee) |
Get number of grid points in y direction. | |
int | MGparm_getNz (MGparm *thee) |
Get number of grid points in z direction. | |
double | MGparm_getHx (MGparm *thee) |
Get grid spacing in x direction (Å). | |
double | MGparm_getHy (MGparm *thee) |
Get grid spacing in y direction (Å). | |
double | MGparm_getHz (MGparm *thee) |
Get grid spacing in z direction (Å). | |
void | MGparm_setCenterX (MGparm *thee, double x) |
Set center x-coordinate. | |
void | MGparm_setCenterY (MGparm *thee, double y) |
Set center y-coordinate. | |
void | MGparm_setCenterZ (MGparm *thee, double z) |
Set center z-coordinate. | |
double | MGparm_getCenterX (MGparm *thee) |
Get center x-coordinate. | |
double | MGparm_getCenterY (MGparm *thee) |
Get center y-coordinate. | |
double | MGparm_getCenterZ (MGparm *thee) |
Get center z-coordinate. | |
double | MGparm_getPartOlapCenterShiftX (MGparm *thee) |
Get x-coordinate shift of partition center in parallel calculation. | |
double | MGparm_getPartOlapCenterShiftY (MGparm *thee) |
Get y-coordinate shift of partition center in parallel calculation. | |
double | MGparm_getPartOlapCenterShiftZ (MGparm *thee) |
Get z-coordinate shift of partition center in parallel calculation. | |
MGparm * | MGparm_ctor (MGparm_CalcType type) |
Construct MGparm object. | |
int | MGparm_ctor2 (MGparm *thee, MGparm_CalcType type) |
FORTRAN stub to construct MGparm object. | |
void | MGparm_dtor (MGparm **thee) |
Object destructor. | |
void | MGparm_dtor2 (MGparm *thee) |
FORTRAN stub for object destructor. | |
int | MGparm_check (MGparm *thee) |
Consistency check for parameter values stored in object. | |
void | MGparm_copy (MGparm *thee, MGparm *parm) |
Copy MGparm object into thee. | |
int | MGparm_parseToken (MGparm *thee, char tok[VMAX_BUFSIZE], Vio *sock) |
Parse an MG keyword from an input file. |
|
Calculation type.
|
|
Centering method.
|
|
Parse an MG keyword from an input file.
|
|
Consistency check for parameter values stored in object.
|
|
Copy MGparm object into thee.
|
|
Construct MGparm object.
|
|
FORTRAN stub to construct MGparm object.
|
|
Object destructor.
|
|
FORTRAN stub for object destructor.
|
|
Get center x-coordinate.
|
|
Get center y-coordinate.
|
|
Get center z-coordinate.
|
|
Get grid spacing in x direction (Å).
|
|
Get grid spacing in y direction (Å).
|
|
Get grid spacing in z direction (Å).
|
|
Get number of grid points in x direction.
|
|
Get number of grid points in y direction.
|
|
Get number of grid points in z direction.
|
|
Get x-coordinate shift of partition center in parallel calculation.
|
|
Get y-coordinate shift of partition center in parallel calculation.
|
|
Get z-coordinate shift of partition center in parallel calculation.
|
|
Parse an MG keyword from an input file.
|
|
Set center x-coordinate.
|
|
Set center y-coordinate.
|
|
Set center z-coordinate.
|