OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "femcmpnn.h"
#include "valuemodetype.h"
#include "intarray.h"
#include "floatarray.h"
#include "gausspoint.h"
#include <map>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | oofem::FunctionArgument |
Wrapper for values of varying types. More... | |
class | oofem::Function |
Abstract base class representing a function with vector input and output. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for Function | |
#define | _IFT_Function_initialvalue "initialvalue" |
#define _IFT_Function_initialvalue "initialvalue" |
Definition at line 49 of file function.h.