Definition at line 891 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 |
Static Public Attributes | |
| static const unsigned int | dims = 3 |
| dimensionaly of the equation ( 3D problem ...) | |
| static const unsigned int | nvar = 3 |
| number of fields in the system | |
| static constexpr bool | boundary [] ={PERIODIC, PERIODIC,PERIODIC} |
| boundary at X and Y | |
| typedef vector_dist<dims, double, aggregate<double> > equations3d3EPz::b_part |
type of base particles
Definition at line 904 of file EqnsStruct.hpp.
| typedef umfpack_solver<double> equations3d3EPz::solver_type |
Definition at line 912 of file EqnsStruct.hpp.
| typedef SparseMatrix<double, int, EIGEN_BASE> equations3d3EPz::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 907 of file EqnsStruct.hpp.
| typedef double equations3d3EPz::stype |
type of space float, double, ...
Definition at line 901 of file EqnsStruct.hpp.
| typedef Vector<double> equations3d3EPz::Vector_type |
type of Vector for the linear solver
Definition at line 910 of file EqnsStruct.hpp.
|
staticconstexpr |
boundary at X and Y
Definition at line 898 of file EqnsStruct.hpp.
|
static |
dimensionaly of the equation ( 3D problem ...)
Definition at line 893 of file EqnsStruct.hpp.
|
static |
number of fields in the system
Definition at line 895 of file EqnsStruct.hpp.