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

Specify the general characteristic of system to solve. More...

#include <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
 
typedef double stype
 type of space float, double, ...
 
typedef grid_dist_id< 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 constexpr bool boundary [] ={NON_PERIODIC, NON_PERIODIC}
 boundary at X and Y
 
static const bool boundary []
 boundary at X and Y
 

Detailed Description

Specify the general characteristic of system to solve.

Definition at line 14 of file EqnsStruct.hpp.


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