Definition at line 915 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 |
Static Public Attributes | |
static const unsigned int | dims = 3 |
dimensionaly of the equation ( 3D problem ...) | |
static const unsigned int | nvar = 1 |
number of fields in the system | |
static constexpr bool | boundary [] ={PERIODIC, PERIODIC,NON_PERIODIC} |
boundary at X and Y | |
typedef vector_dist<dims, double, aggregate<double> > equations3d1Pxy::b_part |
type of base particles
Definition at line 928 of file EqnsStruct.hpp.
typedef petsc_solver<double> equations3d1Pxy::solver_type |
Definition at line 936 of file EqnsStruct.hpp.
typedef SparseMatrix<double, int, PETSC_BASE> equations3d1Pxy::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 931 of file EqnsStruct.hpp.
typedef double equations3d1Pxy::stype |
type of space float, double, ..
Definition at line 925 of file EqnsStruct.hpp.
typedef Vector<double, PETSC_BASE> equations3d1Pxy::Vector_type |
type of Vector for the linear solver
Definition at line 934 of file EqnsStruct.hpp.
|
staticconstexpr |
boundary at X and Y
Definition at line 922 of file EqnsStruct.hpp.
|
static |
dimensionaly of the equation ( 3D problem ...)
Definition at line 917 of file EqnsStruct.hpp.
|
static |
number of fields in the system
Definition at line 919 of file EqnsStruct.hpp.