Definition at line 63 of file EqnsStruct.hpp.
Public Types | |
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 Public Attributes | |
static const unsigned int | dims = 2 |
dimensionaly of the equation ( 3D problem ...) | |
static const unsigned int | nvar = 1 |
number of fields in the system | |
static constexpr bool | boundary [] ={PERIODIC, PERIODIC} |
boundary at X and Y | |
static const bool | boundary [] |
boundary at X and Y | |
typedef vector_dist<dims, double, aggregate<double> > equations2d1p::b_part |
type of base particles
Definition at line 76 of file EqnsStruct.hpp.
typedef grid_dist_id<dims, double, aggregate<double> > equations2d1p::b_part |
type of base particles
Definition at line 77 of file EqnsStructFD.hpp.
typedef petsc_solver<double> equations2d1p::solver_type |
Definition at line 84 of file EqnsStruct.hpp.
typedef petsc_solver<double> equations2d1p::solver_type |
Definition at line 85 of file EqnsStructFD.hpp.
typedef SparseMatrix<double, int, PETSC_BASE> equations2d1p::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 79 of file EqnsStruct.hpp.
typedef SparseMatrix<double, int, PETSC_BASE> equations2d1p::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 80 of file EqnsStructFD.hpp.
typedef double equations2d1p::stype |
type of space float, double, ...
Definition at line 73 of file EqnsStruct.hpp.
typedef double equations2d1p::stype |
type of space float, double, ...
Definition at line 74 of file EqnsStructFD.hpp.
typedef Vector<double, PETSC_BASE> equations2d1p::Vector_type |
type of Vector for the linear solver
Definition at line 82 of file EqnsStruct.hpp.
typedef Vector<double, PETSC_BASE> equations2d1p::Vector_type |
type of Vector for the linear solver
Definition at line 83 of file EqnsStructFD.hpp.
|
staticconstexpr |
boundary at X and Y
Definition at line 70 of file EqnsStruct.hpp.
|
static |
boundary at X and Y
Definition at line 71 of file EqnsStructFD.hpp.
|
static |
dimensionaly of the equation ( 3D problem ...)
Definition at line 65 of file EqnsStruct.hpp.
|
static |
number of fields in the system
Definition at line 67 of file EqnsStruct.hpp.