OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
equations2d1_stag Struct Reference

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

Detailed Description

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
 

Member Typedef Documentation

◆ b_part

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.

◆ solver_type

Definition at line 500 of file EqnsStructFD.hpp.

◆ SparseMatrix_type

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.

◆ stype

typedef double equations2d1_stag::stype

type of space float, double, ...

Definition at line 489 of file EqnsStructFD.hpp.

◆ Vector_type

typedef Vector<double, PETSC_BASE> equations2d1_stag::Vector_type

type of Vector for the linear solver

Definition at line 498 of file EqnsStructFD.hpp.

Field Documentation

◆ boundary

const bool equations2d1_stag::boundary = {NON_PERIODIC,NON_PERIODIC}
static

boundary at X and Y

Definition at line 486 of file EqnsStructFD.hpp.

◆ dims

const unsigned int equations2d1_stag::dims =2
static

dimensionaly of the equation ( 3D problem ...)

Definition at line 481 of file EqnsStructFD.hpp.

◆ nvar

const unsigned int equations2d1_stag::nvar =1
static

number of fields in the system

Definition at line 483 of file EqnsStructFD.hpp.


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