Definition at line 48 of file FDScheme_unit_tests.hpp.
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 |
| number of degree of freedom in the system | |
| static const unsigned int | ord = EQS_FIELD |
| static const bool | boundary [] = {PERIODIC,PERIODIC} |
| boundary at X and Y | |