FMMOctree
Octree implementation for domain partitioning
Constructors
- FMMOctree(fmmTolerance ,fmmPartition ,fmmTree )
 
Fields Summary
- Field
 - Description
 - fmmPartition
 - Maximum partitioning level of the domain (val>=2)
 - fmmTolerance
 - Meshing element part exceeding the octree box (1.0>=val>=0.0)
 - fmmTree
 - Enumeration
 
Methods Summary
no methods
Fields Details
- fmmPartition
 - fmmPartition : Maximum partitioning level of the domain (val>=2) - [1..1] Integer
 - fmmTolerance
 - fmmTolerance : Meshing element part exceeding the octree box (1.0>=val>=0.0) - [1..1] Double
 - fmmTree
 - 
                  
fmmTree - [1..1] Enumeration
Potential values :
- Forced
 - Standard
 
 
Method Details
no methods