OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "mesherinterface.h"
#include "floatarray.h"
#include "intarray.h"
#include "element.h"
#include "dofmanager.h"
#include "connectivitytable.h"
#include <memory>
#include <vector>
#include <queue>
#include <list>
Go to the source code of this file.
Classes | |
class | oofem::Subdivision |
This class represents the Rivara Subdivision algorithm for triangular meshes. More... | |
class | oofem::Subdivision::RS_Node |
class | oofem::Subdivision::RS_IrregularNode |
class | oofem::Subdivision::RS_Element |
class | oofem::Subdivision::RS_Triangle |
class | oofem::Subdivision::RS_Tetra |
class | oofem::Subdivision::RS_SharedEdge |
class | oofem::Subdivision::RS_Mesh |
class | oofem::Subdivision::RS_CompareNodePositions |
struct | oofem::Subdivision::RS_packRemoteElemsStruct |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | _IFT_Subdivision_Name "subdiv" |
#define | SHARED_IRREGULAR_DATA_TAG 7654 |
#define | SUBDIVISION_SHARED_IRREGULAR_REC_TAG 7655 |
#define | SUBDIVISION_END_DATA 7656 |
#define | SUBDIVISION_MIGRATE_REMOTE_ELEMENTS_TAG 7657 |
#define | SHARED_EDGE_DATA_TAG 7658 |
#define | SUBDIVISION_SHARED_EDGE_REC_TAG 7659 |
#define _IFT_Subdivision_Name "subdiv" |
Definition at line 50 of file subdivision.h.
#define SHARED_EDGE_DATA_TAG 7658 |
Definition at line 58 of file subdivision.h.
Referenced by oofem::Subdivision::exchangeSharedEdges().
#define SHARED_IRREGULAR_DATA_TAG 7654 |
Definition at line 54 of file subdivision.h.
Referenced by oofem::Subdivision::assignGlobalNumbersToSharedIrregulars(), and oofem::Subdivision::exchangeSharedIrregulars().
#define SUBDIVISION_END_DATA 7656 |
Definition at line 56 of file subdivision.h.
Referenced by oofem::Subdivision::packIrregularSharedGlobnums(), oofem::Subdivision::packSharedEdges(), oofem::Subdivision::packSharedIrregulars(), oofem::Subdivision::unpackIrregularSharedGlobnums(), oofem::Subdivision::unpackSharedEdges(), and oofem::Subdivision::unpackSharedIrregulars().
#define SUBDIVISION_MIGRATE_REMOTE_ELEMENTS_TAG 7657 |
Definition at line 57 of file subdivision.h.
Referenced by oofem::Subdivision::exchangeRemoteElements().
#define SUBDIVISION_SHARED_EDGE_REC_TAG 7659 |
Definition at line 59 of file subdivision.h.
Referenced by oofem::Subdivision::packSharedEdges(), and oofem::Subdivision::unpackSharedEdges().
#define SUBDIVISION_SHARED_IRREGULAR_REC_TAG 7655 |
Definition at line 55 of file subdivision.h.
Referenced by oofem::Subdivision::packIrregularSharedGlobnums(), oofem::Subdivision::packSharedIrregulars(), oofem::Subdivision::unpackIrregularSharedGlobnums(), and oofem::Subdivision::unpackSharedIrregulars().