Specify the general characteristic of system to solve. More...
Specify the general characteristic of system to solve.
Definition at line 478 of file EqnsStructFD.hpp.
#include <EqnsStructFD.hpp>
Public Types | |
typedef double | stype |
type of space float, double, ... | |
typedef staggered_grid_dist< dims, double, aggregate< double, double, 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 const bool | boundary [] = {NON_PERIODIC,NON_PERIODIC} |
boundary at X and Y | |
typedef staggered_grid_dist<dims, double, aggregate<double,double,double> > equations2d1_stag::b_part |
type of base particles
Definition at line 492 of file EqnsStructFD.hpp.
typedef petsc_solver<double> equations2d1_stag::solver_type |
Definition at line 500 of file EqnsStructFD.hpp.
typedef SparseMatrix<double, int, PETSC_BASE> equations2d1_stag::SparseMatrix_type |
type of SparseMatrix for the linear solver
Definition at line 495 of file EqnsStructFD.hpp.
typedef double equations2d1_stag::stype |
type of space float, double, ...
Definition at line 489 of file EqnsStructFD.hpp.
typedef Vector<double, PETSC_BASE> equations2d1_stag::Vector_type |
type of Vector for the linear solver
Definition at line 498 of file EqnsStructFD.hpp.
|
static |
boundary at X and Y
Definition at line 486 of file EqnsStructFD.hpp.
|
static |
dimensionaly of the equation ( 3D problem ...)
Definition at line 481 of file EqnsStructFD.hpp.
|
static |
number of fields in the system
Definition at line 483 of file EqnsStructFD.hpp.