Definition at line 76 of file FDScheme_unit_tests.cpp.
Public Types | |
typedef float | stype |
type of space float, double, ... | |
typedef grid_dist_id< dims, stype, aggregate< float >, CartDecomposition< 2, stype > > | b_grid |
Base grid. | |
typedef void | testing |
Indicate we are on testing. | |
Static Public Attributes | |
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 | |
typedef grid_dist_id<dims,stype,aggregate<float>,CartDecomposition<2,stype> > syss_nn::b_grid |
Base grid.
Definition at line 95 of file FDScheme_unit_tests.cpp.
typedef float syss_nn::stype |
type of space float, double, ...
Definition at line 92 of file FDScheme_unit_tests.cpp.
typedef void syss_nn::testing |
Indicate we are on testing.
Definition at line 98 of file FDScheme_unit_tests.cpp.
|
static |
boundary at X and Y
Definition at line 89 of file FDScheme_unit_tests.cpp.
|
static |
dimensionaly of the equation (2D problem 3D problem ...)
Definition at line 79 of file FDScheme_unit_tests.cpp.
|
static |
Indicate that the type of grid is staggered.
Definition at line 86 of file FDScheme_unit_tests.cpp.
|
static |
Degree of freedom in the system.
Definition at line 81 of file FDScheme_unit_tests.cpp.
|
static |
Definition at line 83 of file FDScheme_unit_tests.cpp.