|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "exportmodule.h"#include "intarray.h"#include "nodalrecoverymodel.h"#include "internalstatevaluetype.h"#include "unknowntype.h"#include "valuemodetype.h"Go to the source code of this file.
Classes | |
| class | oofem::VTKExportModule |
| Represents VTK (Visualization Toolkit) export module. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for VTK export module | |
| #define | _IFT_VTKExportModule_Name "vtk" |
| #define | _IFT_VTKExportModule_cellvars "cellvars" |
| #define | _IFT_VTKExportModule_vars "vars" |
| #define | _IFT_VTKExportModule_primvars "primvars" |
| #define | _IFT_VTKExportModule_stype "stype" |
| #define | _IFT_VTKExportModule_regionstoskip "regionstoskip" |
| #define _IFT_VTKExportModule_cellvars "cellvars" |
Definition at line 48 of file vtkexportmodule.h.
Referenced by oofem::VTKExportModule::initializeFrom().
| #define _IFT_VTKExportModule_Name "vtk" |
Definition at line 47 of file vtkexportmodule.h.
Referenced by oofem::VTKExportModule::giveInputRecordName().
| #define _IFT_VTKExportModule_primvars "primvars" |
Definition at line 50 of file vtkexportmodule.h.
Referenced by oofem::VTKExportModule::initializeFrom().
| #define _IFT_VTKExportModule_regionstoskip "regionstoskip" |
Definition at line 52 of file vtkexportmodule.h.
| #define _IFT_VTKExportModule_stype "stype" |
Definition at line 51 of file vtkexportmodule.h.
Referenced by oofem::VTKExportModule::initializeFrom().
| #define _IFT_VTKExportModule_vars "vars" |
Definition at line 49 of file vtkexportmodule.h.
Referenced by oofem::VTKExportModule::initializeFrom().