![]() |
OpenLB 1.8.1
|
#include <vector>
#include <fstream>
#include "core/singleton.h"
#include "core/vector.h"
#include "geometry/cuboid.h"
#include "io/ostreamManager.h"
#include "io/xmlReader.h"
#include "cuboidDecompositionMinimizer.h"
Go to the source code of this file.
Classes | |
class | olb::CuboidDecomposition< T, D > |
Decomposition of a physical volume into a set of disjoint cuboids. More... | |
Namespaces | |
namespace | olb |
Top level namespace for all of OpenLB. | |
Typedefs | |
template<typename T > | |
using | olb::CuboidDecomposition2D = CuboidDecomposition<T,2> |
template<typename T > | |
using | olb::CuboidDecomposition3D = CuboidDecomposition<T,3> |
Functions | |
template<typename T , unsigned D> | |
std::unique_ptr< CuboidDecomposition< T, D > > | olb::createCuboidDecomposition (std::string fileName) |
Load CuboidDecomposition from XML File. | |