|
OOFEM 3.0
|
#include "engngm.h"#include "sparselinsystemnm.h"#include "sparsenonlinsystemnm.h"#include "sparsemtrx.h"#include "primaryfield.h"#include "function.h"#include "dofdistributedprimaryfield.h"#include "unknownnumberingscheme.h"#include "integral.h"#include "fei2dquadconst.h"#include "fei2dlineconst.h"#include "fei2dquadlin.h"#include "fei2dlinelin.h"#include "fei2dquadquad.h"#include "fei2dlinequad.h"#include "termlibrary.h"#include "crosssection.h"#include "material.h"#include "masterdof.h"#include "gaussintegrationrule.h"#include "dofmanager.h"#include "connectivitytable.h"#include "matresponsemode.h"Go to the source code of this file.
Classes | |
| class | oofem::CellTypeUnifiedInterpolation |
| CellTypeUnifiedInterpolation represent unification of interpolations of the same type (linear, quadratic) defined for specific elements set of cell types to work on set of different cell types. More... | |
| class | oofem::ConstantInterpolation |
| class | oofem::LinearInterpolation |
| class | oofem::QuadraticInterpolation |
| class | oofem::BTSigmaTerm2 |
| class | oofem::NTfTerm |
| class | oofem::TestProblem |
| class | oofem::Q1Element |
| class | oofem::L1Element |
Namespaces | |
| namespace | oofem |
Macros | |
| #define | _IFT_BTSigmaTerm2_Name "BTSigmaTerm" |
| #define | _IFT_NTfTerm_Name "NTfTerm" |
| #define | _IFT_Q1Element_Name "q1" |
| #define | _IFT_L1Element_Name "l1" |
Input fields for testproblem | |
| #define | _IFT_TestProblem_Name "test" |
| #define _IFT_BTSigmaTerm2_Name "BTSigmaTerm" |
Definition at line 500 of file prototype2.h.
| #define _IFT_L1Element_Name "l1" |
Definition at line 783 of file prototype2.h.
| #define _IFT_NTfTerm_Name "NTfTerm" |
Definition at line 536 of file prototype2.h.
| #define _IFT_Q1Element_Name "q1" |
Definition at line 756 of file prototype2.h.
| #define _IFT_TestProblem_Name "test" |
Definition at line 31 of file prototype2.h.
Referenced by oofem::TestProblem::giveInputRecordName().