OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
cuboidGeometryMinimizer.h File Reference
+ 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 (CuboidGeometry3D< T > &cGeometry, IndicatorF3D< T > &indicatorF, int nC)
 Splits largest cuboid by-volume until there are nC cuboids.
 
template<typename T >
void olb::minimizeByVolume (CuboidGeometry3D< T > &cGeometry, IndicatorF3D< T > &indicatorF, int nC)
 Splits into nC cuboids by-volume.
 
template<typename T >
void olb::minimizeByWeight (CuboidGeometry3D< T > &cGeometry, IndicatorF3D< T > &indicatorF, int nC)