OpenLB 1.8.1
Loading...
Searching...
No Matches
cuboidDecompositionMinimizer.h File Reference
#include "cuboid.h"
+ Include dependency graph for cuboidDecompositionMinimizer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename T >
void olb::continueMinimizeByVolume (CuboidDecomposition< T, 3 > &cGeometry, IndicatorF3D< T > &indicatorF, int nC)
 Splits largest cuboid by-volume until there are nC cuboids.
 
template<typename T >
void olb::minimizeByVolume (CuboidDecomposition< T, 3 > &cGeometry, IndicatorF3D< T > &indicatorF, int nC)
 Splits into nC cuboids by-volume.
 
template<typename T >
void olb::minimizeByWeight (CuboidDecomposition< T, 3 > &cGeometry, IndicatorF3D< T > &indicatorF, int nC)