Definition at line 673 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, EIGEN_BASE > | SparseMatrix_type |
type of SparseMatrix for the linear solver | |
typedef Vector< double > | Vector_type |
type of Vector for the linear solver | |
typedef umfpack_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, EIGEN_BASE > | SparseMatrix_type |
type of SparseMatrix for the linear solver | |
typedef Vector< double > | Vector_type |
type of Vector for the linear solver | |
typedef umfpack_solver< double > | solver_type |
Static Public Attributes | |
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 | |
typedef vector_dist<dims, double, aggregate<double> > equations2d2E::b_part |
type of base particles
Definition at line 686 of file EqnsStruct.hpp.
typedef grid_dist_id<dims, double, aggregate<double> > equations2d2E::b_part |
type of base particles
Definition at line 282 of file EqnsStructFD.hpp.
typedef umfpack_solver<double> equations2d2E::solver_type |
Definition at line 694 of file EqnsStruct.hpp.
typedef umfpack_solver<double> equations2d2E::solver_type |
Definition at line 290 of file EqnsStructFD.hpp.
typedef SparseMatrix<double, int, EIGEN_BASE> equations2d2E::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 689 of file EqnsStruct.hpp.
typedef SparseMatrix<double, int, EIGEN_BASE> equations2d2E::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 285 of file EqnsStructFD.hpp.
typedef double equations2d2E::stype |
type of space float, double, ...
Definition at line 683 of file EqnsStruct.hpp.
typedef double equations2d2E::stype |
type of space float, double, ...
Definition at line 279 of file EqnsStructFD.hpp.
typedef Vector<double> equations2d2E::Vector_type |
type of Vector for the linear solver
Definition at line 692 of file EqnsStruct.hpp.
typedef Vector<double> equations2d2E::Vector_type |
type of Vector for the linear solver
Definition at line 288 of file EqnsStructFD.hpp.
|
staticconstexpr |
boundary at X and Y
Definition at line 680 of file EqnsStruct.hpp.
|
static |
boundary at X and Y
Definition at line 276 of file EqnsStructFD.hpp.
|
static |
dimensionaly of the equation ( 3D problem ...)
Definition at line 675 of file EqnsStruct.hpp.
|
static |
number of fields in the system
Definition at line 677 of file EqnsStruct.hpp.