|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"#include "spatiallocalizer.h"#include "floatarray.h"#include "intarray.h"#include <set>#include <list>#include <vector>Go to the source code of this file.
Classes | |
| class | oofem::OctantRec |
| Class representing the octant of octree. More... | |
| class | oofem::OctreeSpatialLocalizer |
| The implementation of spatial localizer based on octree technique. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | OCTREE_MAX_NODES_LIMIT 10 |
| Max desired number of nodes per octant. More... | |
| #define | OCTREE_MAX_DEPTH 15 |
| Max octree depth. More... | |
| #define OCTREE_MAX_DEPTH 15 |
Max octree depth.
Definition at line 55 of file octreelocalizer.h.
Referenced by oofem::OctreeSpatialLocalizer::insertNodeIntoOctree().
| #define OCTREE_MAX_NODES_LIMIT 10 |
Max desired number of nodes per octant.
Definition at line 53 of file octreelocalizer.h.
Referenced by oofem::OctreeSpatialLocalizer::buildOctreeDataStructure(), and oofem::OctreeSpatialLocalizer::insertNodeIntoOctree().