Definition at line 56 of file eq_unit_test_3d.cpp.
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, PETSC_BASE > | SparseMatrix_type |
type of SparseMatrix for the linear solver | |
typedef Vector< double, PETSC_BASE > | 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. | |
typedef grid_dist_id<3,float,aggregate<float[3],float>,CartDecomposition<3,float> > lid_nn_3d_petsc::b_grid |
type of base grid
Definition at line 70 of file eq_unit_test_3d.cpp.
typedef SparseMatrix<double,int,PETSC_BASE> lid_nn_3d_petsc::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 73 of file eq_unit_test_3d.cpp.
typedef float lid_nn_3d_petsc::stype |
type of space float, double, ...
Definition at line 67 of file eq_unit_test_3d.cpp.
typedef Vector<double,PETSC_BASE> lid_nn_3d_petsc::Vector_type |
type of Vector for the linear solver
Definition at line 76 of file eq_unit_test_3d.cpp.
|
static |
boundary at X and Y
Definition at line 64 of file eq_unit_test_3d.cpp.
|
static |
dimensionaly of the equation ( 3D problem ...)
Definition at line 59 of file eq_unit_test_3d.cpp.
|
static |
Define the underline grid is staggered.
Definition at line 79 of file eq_unit_test_3d.cpp.
|
static |
number of fields in the system
Definition at line 61 of file eq_unit_test_3d.cpp.