Definition at line 24 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 |
| specify that 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 freedoms | |
| static const unsigned int | ord = EQS_FIELD |
| static const bool | boundary [] = {NON_PERIODIC,NON_PERIODIC} |
| boundary at X and Y | |