Specify the general caratteristic of system to solve. More...
Public Types | |
| typedef float | stype |
| type of space float, double, ... | |
| typedef grid_dist_id< 3, float, aggregate< float[3], float >, CartDecomposition< 3, float > > | b_grid |
| type of base grid | |
| typedef SparseMatrix< double, int, EIGEN_BASE > | SparseMatrix_type |
| type of SparseMatrix for the linear solver | |
| typedef Vector< double > | Vector_type |
| type of Vector for the linear solver | |
Static Public Attributes | |
| static const unsigned int | dims = 3 |
| dimensionaly of the equation ( 3D problem ...) | |
| static const unsigned int | nvar = 4 |
| number of fields in the system | |
| static const bool | boundary [] = {NON_PERIODIC,NON_PERIODIC,NON_PERIODIC} |
| boundary at X and Y | |
| static const int | grid_type = STAGGERED_GRID |
| Define the underline grid is staggered. | |
Specify the general caratteristic of system to solve.
Definition at line 30 of file eq_unit_test_3d.cpp.