|
|
typedef double | stype |
| | type of space float, double, ...
|
| |
|
typedef vector_dist< dims, double, aggregate< double > > | b_part |
| | type of base particles
|
| |
|
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
|
| |
|
typedef petsc_solver< double > | solver_type |
| |
|
typedef double | stype |
| | type of space float, double, ...
|
| |
|
typedef grid_dist_id< dims, double, aggregate< double > > | b_part |
| | type of base particles
|
| |
|
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
|
| |
|
typedef petsc_solver< double > | solver_type |
| |
|
|
static const unsigned int | dims = 2 |
| | dimensionaly of the equation ( 3D problem ...)
|
| |
|
static const unsigned int | nvar = 2 |
| | number of fields in the system
|
| |
|
static constexpr bool | boundary [] ={NON_PERIODIC, NON_PERIODIC} |
| | boundary at X and Y
|
| |
|
static const bool | boundary [] |
| | boundary at X and Y
|
| |
Definition at line 39 of file EqnsStruct.hpp.
The documentation for this struct was generated from the following files: