|
|
static const unsigned int | dims = 2 |
| | dimensionaly of the equation (2D problem 3D problem ...)
|
| |
|
static const unsigned int | nvar = 1 |
| | Degree of freedom in the system.
|
| |
|
static const unsigned int | ord = EQS_FIELD |
| |
|
static const unsigned int | grid_type = STAGGERED_GRID |
| | Indicate that the type of grid is staggered.
|
| |
|
static const bool | boundary [] = {NON_PERIODIC,NON_PERIODIC} |
| | boundary at X and Y
|
| |
Definition at line 76 of file FDScheme_unit_tests.cpp.
The documentation for this struct was generated from the following file: