|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"#include "materialmode.h"#include "integrationdomain.h"#include "contextioresulttype.h"#include "contextmode.h"#include "inputrecord.h"#include <cstdio>Go to the source code of this file.
Classes | |
| class | oofem::IntegrationRule |
| Abstract base class representing integration rule. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Enumerations | |
| enum | oofem::IntegrationRuleType { oofem::IRT_None = 0, oofem::IRT_Gauss = 1, oofem::IRT_Lobatto = 2 } |