OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::FMElement |
This abstract class represent a general base element class for fluid dynamic problems. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Declaration of basic boundary codes. | |
#define | FMElement_PrescribedTractionBC ( 1 << 0 ) |
#define | FMElement_PrescribedUnBC ( 1 << 1 ) |
#define | FMElement_PrescribedUsBC ( 1 << 2 ) |
#define | FMElement_PrescribedPressureBC ( 1 << 3 ) |
#define FMElement_PrescribedPressureBC ( 1 << 3 ) |
Definition at line 47 of file fmelement.h.
Referenced by oofem::TR1_2D_CBS::computeDensityRhsVelocityTerms().
#define FMElement_PrescribedTractionBC ( 1 << 0 ) |
Definition at line 44 of file fmelement.h.
Referenced by oofem::TR1_2D_SUPG_AXI::computeBCRhsTerm_MB(), oofem::TR1_2D_SUPG2_AXI::computeBCRhsTerm_MB(), oofem::TR1_2D_CBS::computeDensityRhsVelocityTerms(), oofem::TR1_2D_CBS::computeDiffusionTermsI(), oofem::TR1_2D_CBS::computeNumberOfNodalPrescribedTractionPressureContributions(), and oofem::TR1_2D_CBS::computePrescribedTractionPressure().
#define FMElement_PrescribedUnBC ( 1 << 1 ) |
Definition at line 45 of file fmelement.h.
Referenced by oofem::TR1_2D_CBS::computeDensityRhsVelocityTerms(), and oofem::TR1_2D_CBS::computeDiffusionTermsI().
#define FMElement_PrescribedUsBC ( 1 << 2 ) |
Definition at line 46 of file fmelement.h.
Referenced by oofem::TR1_2D_CBS::computeDiffusionTermsI().