|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "supgelement.h"#include "primaryfield.h"#include "spatiallocalizer.h"#include "zznodalrecoverymodel.h"#include "nodalaveragingrecoverymodel.h"#include "sprnodalrecoverymodel.h"#include "leplic.h"#include "levelsetpcs.h"Go to the source code of this file.
Classes | |
| class | oofem::TR1_2D_SUPG |
| Class representing 2d linear triangular element for solving incompressible fluid with SUPG solver. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for TR12DSUPG | |
| #define | _IFT_TR1_2D_SUPG_Name "tr1supg" |
| #define | _IFT_Tr1SUPG_pvof "pvof" |
| #define | _IFT_Tr1SUPG_vof "vof" |
| #define | _IFT_Tr1SUPG2_mat0 "mat0" |
| #define | _IFT_Tr1SUPG2_mat1 "mat1" |
| #define _IFT_TR1_2D_SUPG_Name "tr1supg" |
Definition at line 49 of file tr1_2d_supg.h.
Referenced by oofem::TR1_2D_SUPG::giveInputRecordName().
| #define _IFT_Tr1SUPG2_mat0 "mat0" |
Definition at line 52 of file tr1_2d_supg.h.
Referenced by oofem::TR1_2D_SUPG2_AXI::giveInputRecord(), oofem::TR1_2D_SUPG2::giveInputRecord(), oofem::TR1_2D_SUPG2_AXI::initializeFrom(), and oofem::TR1_2D_SUPG2::initializeFrom().
| #define _IFT_Tr1SUPG2_mat1 "mat1" |
Definition at line 53 of file tr1_2d_supg.h.
Referenced by oofem::TR1_2D_SUPG2_AXI::giveInputRecord(), oofem::TR1_2D_SUPG2::giveInputRecord(), oofem::TR1_2D_SUPG2_AXI::initializeFrom(), and oofem::TR1_2D_SUPG2::initializeFrom().
| #define _IFT_Tr1SUPG_pvof "pvof" |
Definition at line 50 of file tr1_2d_supg.h.
Referenced by oofem::TR1_2D_SUPG2_AXI::giveInputRecord(), oofem::TR1_2D_SUPG2::giveInputRecord(), oofem::TR1_2D_SUPG::giveInputRecord(), oofem::TR1_2D_SUPG2_AXI::initializeFrom(), oofem::TR1_2D_SUPG2::initializeFrom(), and oofem::TR1_2D_SUPG::initializeFrom().
| #define _IFT_Tr1SUPG_vof "vof" |
Definition at line 51 of file tr1_2d_supg.h.
Referenced by oofem::TR1_2D_SUPG2_AXI::giveInputRecord(), oofem::TR1_2D_SUPG2::giveInputRecord(), oofem::TR1_2D_SUPG::giveInputRecord(), oofem::TR1_2D_SUPG2_AXI::initializeFrom(), oofem::TR1_2D_SUPG2::initializeFrom(), and oofem::TR1_2D_SUPG::initializeFrom().