|
OOFEM 3.0
|
#include "fluidmodel.h"#include "sparselinsystemnm.h"#include "sparsemtrx.h"#include "dofdistributedprimaryfield.h"#include "materialinterface.h"#include "unknownnumberingscheme.h"Go to the source code of this file.
Classes | |
| class | oofem::NumberOfNodalPrescribedTractionPressureAssembler |
| Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
| class | oofem::IntermediateConvectionDiffusionAssembler |
| Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
| class | oofem::PrescribedVelocityRhsAssembler |
| Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
| class | oofem::DensityPrescribedTractionPressureAssembler |
| Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
| class | oofem::DensityRhsAssembler |
| Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
| class | oofem::CorrectionRhsAssembler |
| Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
| class | oofem::PressureLhsAssembler |
| Callback class for assembling CBS pressure matrices. More... | |
| class | oofem::VelocityEquationNumbering |
| class | oofem::PressureEquationNumbering |
| class | oofem::CBS |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for CBS | |
| #define | _IFT_CBS_Name "cbs" |
| #define | _IFT_CBS_deltat "deltat" |
| #define | _IFT_CBS_mindeltat "mindeltat" |
| #define | _IFT_CBS_cmflag "cmflag" |
| #define | _IFT_CBS_theta1 "theta1" |
| #define | _IFT_CBS_theta2 "theta2" |
| #define | _IFT_CBS_scaleflag "scaleflag" |
| #define | _IFT_CBS_lscale "lscale" |
| #define | _IFT_CBS_uscale "uscale" |
| #define | _IFT_CBS_dscale "dscale" |
| #define | _IFT_CBS_miflag "miflag" |
| #define _IFT_CBS_cmflag "cmflag" |
Definition at line 53 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_deltat "deltat" |
Definition at line 51 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_dscale "dscale" |
Definition at line 59 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_lscale "lscale" |
Definition at line 57 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_miflag "miflag" |
Definition at line 60 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_mindeltat "mindeltat" |
Definition at line 52 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_Name "cbs" |
Definition at line 50 of file cbs.h.
Referenced by oofem::CBS::giveInputRecordName().
| #define _IFT_CBS_scaleflag "scaleflag" |
Definition at line 56 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_theta1 "theta1" |
Definition at line 54 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_theta2 "theta2" |
Definition at line 55 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
| #define _IFT_CBS_uscale "uscale" |
Definition at line 58 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().