OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "engngm.h"
#include "sparselinsystemnm.h"
#include "sparsemtrx.h"
#include "primaryfield.h"
#include "dofdistributedprimaryfield.h"
#include "pfemnumberingschemes.h"
#include "materialinterface.h"
#include "assemblercallback.h"
Go to the source code of this file.
Classes | |
class | oofem::PFEMPressureRhsAssembler |
Implementation of callback class for assembling right-hand side of pressure equations. More... | |
class | oofem::PFEMCorrectionRhsAssembler |
Implementation of callback class for assembling right-hand side of velocity equations. More... | |
class | oofem::PFEMLaplaceVelocityAssembler |
Implementation of callback class for assembling right-hand side vector of laplacian multiplied by velocity. More... | |
class | oofem::PFEMMassVelocityAssembler |
Implementation of callback class for assembling right-hand side vector of mass matrix multiplied by velocity. More... | |
class | oofem::PFEMPressureLaplacianAssembler |
Callback class for assembling pressure laplacian matrix. More... | |
class | oofem::PFEM |
This class represents PFEM method for solving incompressible Navier-Stokes equations. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for PFEM | |
#define | _IFT_PFEM_Name "pfem" |
#define | _IFT_PFEM_deltat "deltat" |
#define | _IFT_PFEM_mindeltat "mindeltat" |
#define | _IFT_PFEM_alphashapecoef "alphashapecoef" |
#define | _IFT_PFEM_particalRemovalRatio "removalratio" |
#define | _IFT_PFEM_printVolumeReport "volumereport" |
#define | _IFT_PFEM_discretizationScheme "scheme" |
#define | _IFT_PFEM_associatedMaterial "material" |
#define | _IFT_PFEM_associatedCrossSection "cs" |
#define | _IFT_PFEM_pressureBC "pressure" |
#define | _IFT_PFEM_rtolv "rtolv" |
#define | _IFT_PFEM_rtolp "rtolp" |
#define | _IFT_PFEM_maxiter "maxiter" |
#define _IFT_PFEM_alphashapecoef "alphashapecoef" |
Definition at line 53 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_associatedCrossSection "cs" |
Definition at line 58 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_associatedMaterial "material" |
Definition at line 57 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_deltat "deltat" |
Definition at line 51 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_discretizationScheme "scheme" |
Definition at line 56 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_maxiter "maxiter" |
Definition at line 62 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_mindeltat "mindeltat" |
Definition at line 52 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_particalRemovalRatio "removalratio" |
Definition at line 54 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_pressureBC "pressure" |
Definition at line 59 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_printVolumeReport "volumereport" |
Definition at line 55 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_rtolp "rtolp" |
Definition at line 61 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().
#define _IFT_PFEM_rtolv "rtolv" |
Definition at line 60 of file pfem.h.
Referenced by oofem::PFEM::initializeFrom().