|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "tr1_2d_supg2_axi.h"#include "fluidmodel.h"#include "node.h"#include "material.h"#include "gausspoint.h"#include "gaussintegrationrule.h"#include "floatmatrix.h"#include "floatarray.h"#include "intarray.h"#include "domain.h"#include "mathfem.h"#include "engngm.h"#include "fluiddynamicmaterial.h"#include "fluidcrosssection.h"#include "load.h"#include "timestep.h"#include "boundaryload.h"#include "fei2dtrlin.h"#include "fei2dquadlin.h"#include "geotoolbox.h"#include "crosssection.h"#include "dynamicinputrecord.h"#include "classfactory.h"#include "oofeggraphiccontext.h"#include "connectivitytable.h"Go to the source code of this file.
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | TRSUPG_ZERO_VOF 1.e-8 |
Functions | |
| oofem::REGISTER_Element (TR1_2D_SUPG2_AXI) | |
| #define TRSUPG_ZERO_VOF 1.e-8 |
Definition at line 65 of file tr1_2d_supg2_axi.C.
Referenced by oofem::TR1_2D_SUPG2_AXI::formMaterialVolumePoly(), and oofem::TR1_2D_SUPG2_AXI::updateIntegrationRules().