|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "cbselement.h"#include "spatiallocalizer.h"#include "zznodalrecoverymodel.h"#include "nodalaveragingrecoverymodel.h"#include "sprnodalrecoverymodel.h"#include "primaryfield.h"#include "leplic.h"Go to the source code of this file.
Classes | |
| class | oofem::TR1_2D_CBS |
| This class is the implementation of triangular CFD element with linear (and equal order) interpolation of velocity and pressure fields. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for TR12DCBS | |
| #define | _IFT_TR1_2D_CBS_Name "tr1cbs" |
| #define | _IFT_Tr1CBS_vof "vof" |
| #define | _IFT_Tr1CBS_pvof "pvof" |
| #define _IFT_TR1_2D_CBS_Name "tr1cbs" |
Definition at line 50 of file tr1_2d_cbs.h.
Referenced by oofem::TR1_2D_CBS::giveInputRecordName().
| #define _IFT_Tr1CBS_pvof "pvof" |
Definition at line 52 of file tr1_2d_cbs.h.
Referenced by oofem::TR1_2D_CBS::giveInputRecord(), and oofem::TR1_2D_CBS::initializeFrom().
| #define _IFT_Tr1CBS_vof "vof" |
Definition at line 51 of file tr1_2d_cbs.h.
Referenced by oofem::TR1_2D_CBS::giveInputRecord(), and oofem::TR1_2D_CBS::initializeFrom().