OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"
#include "error.h"
#include "floatarray.h"
#include "inputrecord.h"
#include "contextioresulttype.h"
#include "contextmode.h"
#include <list>
Go to the source code of this file.
Classes | |
class | oofem::BasicGeometry |
Abstract representation of Geometry. More... | |
class | oofem::Line |
class | oofem::Triangle |
class | oofem::Circle |
class | oofem::PolygonLine |
class | oofem::PointSwarm |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for geometries | |
#define | _IFT_Circle_Name "circle" |
#define | _IFT_Circle_radius "radius" |
#define | _IFT_Circle_center "center" |
#define | _IFT_Line_Name "line" |
#define | _IFT_Line_start "start" |
#define | _IFT_Line_end "end" |
#define | _IFT_PointSwarm_Name "pointswarm" |
#define | _IFT_PointSwarm_nodeID "nodeid" |
#define | _IFT_PolygonLine_Name "polygonline" |
#define | _IFT_PolygonLine_points "points" |
#define _IFT_Circle_center "center" |
Definition at line 54 of file geometry.h.
Referenced by oofem::Circle::initializeFrom(), and oofem::ParticleTopologyDescription::instanciateYourself().
#define _IFT_Circle_Name "circle" |
Definition at line 52 of file geometry.h.
#define _IFT_Circle_radius "radius" |
Definition at line 53 of file geometry.h.
Referenced by oofem::Circle::initializeFrom(), and oofem::ParticleTopologyDescription::instanciateYourself().
#define _IFT_Line_end "end" |
Definition at line 58 of file geometry.h.
Referenced by oofem::Line::initializeFrom(), and oofem::ParticleTopologyDescription::instanciateYourself().
#define _IFT_Line_Name "line" |
Definition at line 56 of file geometry.h.
#define _IFT_Line_start "start" |
Definition at line 57 of file geometry.h.
Referenced by oofem::Line::initializeFrom(), and oofem::ParticleTopologyDescription::instanciateYourself().
#define _IFT_PointSwarm_Name "pointswarm" |
Definition at line 60 of file geometry.h.
#define _IFT_PointSwarm_nodeID "nodeid" |
Definition at line 61 of file geometry.h.
Referenced by oofem::PointSwarm::initializeFrom().
#define _IFT_PolygonLine_Name "polygonline" |
Definition at line 64 of file geometry.h.
#define _IFT_PolygonLine_points "points" |
Definition at line 65 of file geometry.h.
Referenced by oofem::PolygonLine::giveInputRecord(), and oofem::PolygonLine::initializeFrom().