|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "topologydescription.h"#include "intarray.h"#include "floatarray.h"#include "floatmatrix.h"#include <string>#include <list>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | oofem::ParticleGrid< Point > |
| Particle grid data structure for n-D grids. More... | |
| struct | oofem::ParticlePoint |
| Default point type for describing topology. More... | |
| class | oofem::ParticleTopologyDescription |
| A grid based particle method for describing topology. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
| #define _IFT_Circle_center "center" |
Definition at line 51 of file particletopologydescription.h.
| #define _IFT_Circle_end "end" |
Definition at line 54 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_Circle_radius "radius" |
Definition at line 52 of file particletopologydescription.h.
| #define _IFT_Circle_start "start" |
Definition at line 53 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_Line_end "end" |
Definition at line 60 of file particletopologydescription.h.
| #define _IFT_Line_start "start" |
Definition at line 59 of file particletopologydescription.h.
| #define _IFT_Meshing_elementType "elementtype" |
Definition at line 70 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_Meshing_set "set" |
Definition at line 71 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_baseResolution "baseresolution" |
Definition at line 78 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_boundingBoxA "bboxa" |
Definition at line 81 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_boundingBoxB "bboxb" |
Definition at line 82 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_identification "id" |
Definition at line 86 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_Name "particletopology" |
Definition at line 76 of file particletopologydescription.h.
| #define _IFT_ParticleTopologyDescription_neighbors "neighbors" |
Definition at line 80 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_nsd "nsd" |
Definition at line 77 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_numberOfSegments "nsegments" |
Definition at line 83 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_regionInside "regioninside" |
Definition at line 85 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_regionOutside "regionoutside" |
Definition at line 84 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_ParticleTopologyDescription_tubeWidth "tubewidth" |
Definition at line 79 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().
| #define _IFT_Point_coords "coords" |
Definition at line 65 of file particletopologydescription.h.
Referenced by oofem::ParticleTopologyDescription::instanciateYourself().