|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "field.h"#include "floatarray.h"#include "intarray.h"#include "elementgeometrytype.h"#include "feinterpol.h"#include "fei2dlinelin.h"#include "fei2dlinequad.h"#include "fei2dtrlin.h"#include "fei2dtrquad.h"#include "fei2dquadlin.h"#include "fei2dquadquad.h"#include "fei3dtetlin.h"#include "fei3dhexalin.h"#include "pfem/octreelocalizert.h"#include "error.h"Go to the source code of this file.
Classes | |
| class | oofem::UnstructuredGridField |
| Field defined by values fefined on unstructured grid. More... | |
| class | oofem::UnstructuredGridField::Vertex |
| class | oofem::UnstructuredGridField::Cell |
| class | oofem::UnstructuredGridField::Cell::FEICellGeometryWrapper |
| Wrapper around element definition to provide FEICellGeometry interface. More... | |
| class | oofem::UnstructuredGridField::CellInsertionFunctor |
| class | oofem::UnstructuredGridField::CellContainingPointFunctor |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |