|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "fluidmodel.h"#include "sparsemtrxtype.h"#include "topologydescription.h"#include "linsystsolvertype.h"#include "floatmatrix.h"#include "primaryfield.h"#include "floatarray.h"Go to the source code of this file.
Classes | |
| class | oofem::StokesFlow |
| Implements the engineering model to solve incompressible Stokes flow. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for Stokes' Flow | |
| #define | _IFT_StokesFlow_Name "stokesflow" |
| #define | _IFT_StokesFlow_deltat "deltat" |
| #define _IFT_StokesFlow_deltat "deltat" |
Definition at line 49 of file stokesflow.h.
Referenced by oofem::StokesFlow::initializeFrom().
| #define _IFT_StokesFlow_Name "stokesflow" |
Definition at line 48 of file stokesflow.h.
Referenced by oofem::StokesFlow::giveInputRecordName().