OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::GnuplotExportModule |
(Under development) The Gnuplot export module enables OOFEM to export some data in a format that can be directly plotted with Gnuplot. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for GnuplotExportModule | |
#define | _IFT_GnuplotExportModule_Name "gnuplot" |
#define | _IFT_GnuplotExportModule_ReactionForces "reactionforces" |
#define | _IFT_GnuplotExportModule_BoundaryConditions "boundaryconditions" |
#define | _IFT_GnuplotExportModule_BoundaryConditionsExtra "boundaryconditionsextra" |
#define | _IFT_GnuplotExportModule_mesh "mesh" |
#define | _IFT_GnuplotExportModule_xfem "xfem" |
#define | _IFT_GnuplotExportModule_monitornode "monitornode" |
#define | _IFT_GnuplotExportModule_materialforceradii "matforceradii" |
#define | _IFT_GnuplotExportModule_cracklength "cracklength" |
#define | _IFT_GnuplotExportModule_interface_el "interfaceel" |
#define _IFT_GnuplotExportModule_BoundaryConditions "boundaryconditions" |
Definition at line 50 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_BoundaryConditionsExtra "boundaryconditionsextra" |
Definition at line 51 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_cracklength "cracklength" |
Definition at line 61 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_interface_el "interfaceel" |
Definition at line 63 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_materialforceradii "matforceradii" |
Definition at line 59 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_mesh "mesh" |
Definition at line 53 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_monitornode "monitornode" |
Definition at line 57 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_Name "gnuplot" |
Definition at line 46 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::giveInputRecordName().
#define _IFT_GnuplotExportModule_ReactionForces "reactionforces" |
Definition at line 48 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().
#define _IFT_GnuplotExportModule_xfem "xfem" |
Definition at line 55 of file gnuplotexportmodule.h.
Referenced by oofem::GnuplotExportModule::initializeFrom().