Go to the source code of this file.
Data Structures | |
struct | PDConstants |
Functions | |
void | setProblemDimension (int dim) |
int | getProblemDimension () |
Variables | |
static struct PDConstants | PDC = {1,2,3,5} |
int getProblemDimension | ( | ) |
Get the problem dimension.
void setProblemDimension | ( | int | dim | ) |
Record the problem dimension.
[in] | dim | Problem Dimension, either 1,3, or 5. |
struct PDConstants PDC = {1,2,3,5} [static] |