![]() |
OpenLB 1.8.1
|
#include "cuboid.h"
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) |