OpenFPM  5.2.0
Project that contain the implementation of distributed structures
equations3d3E Struct Reference

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 = 3
 dimensionaly of the equation ( 3D problem ...)
 
static const unsigned int nvar = 3
 number of fields in the system
 
static constexpr bool boundary [] ={NON_PERIODIC, NON_PERIODIC,NON_PERIODIC}
 boundary at X and Y
 
static const bool boundary []
 boundary at X and Y
 

Detailed Description

Definition at line 818 of file EqnsStruct.hpp.


The documentation for this struct was generated from the following files: