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

Detailed Description

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

Member Typedef Documentation

◆ b_part

typedef vector_dist<dims, double, aggregate<double> > equations3d3Pxz::b_part

type of base particles

Definition at line 293 of file EqnsStruct.hpp.

◆ solver_type

Definition at line 301 of file EqnsStruct.hpp.

◆ SparseMatrix_type

typedef SparseMatrix<double, int, PETSC_BASE> equations3d3Pxz::SparseMatrix_type

type of SparseMatrix for the linear solver

Definition at line 296 of file EqnsStruct.hpp.

◆ stype

typedef double equations3d3Pxz::stype

type of space float, double, ..

Definition at line 290 of file EqnsStruct.hpp.

◆ Vector_type

typedef Vector<double, PETSC_BASE> equations3d3Pxz::Vector_type

type of Vector for the linear solver

Definition at line 299 of file EqnsStruct.hpp.

Field Documentation

◆ boundary

constexpr bool equations3d3Pxz::boundary[] ={PERIODIC, NON_PERIODIC,PERIODIC}
staticconstexpr

boundary at X and Y

Definition at line 287 of file EqnsStruct.hpp.

◆ dims

const unsigned int equations3d3Pxz::dims = 3
static

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

Definition at line 282 of file EqnsStruct.hpp.

◆ nvar

const unsigned int equations3d3Pxz::nvar = 3
static

number of fields in the system

Definition at line 284 of file EqnsStruct.hpp.


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