![]() |
OpenLB 1.8.1
|
#include <vector>
#include <map>
#include "geometry/cuboidDecomposition.h"
#include "core/singleton.h"
#include "core/serializer.h"
#include "io/xmlReader.h"
#include "core/platform/platform.h"
Go to the source code of this file.
Classes | |
class | olb::LoadBalancer< T > |
Base class for all LoadBalancer. More... | |
struct | olb::CustomLoadBalancer< T > |
Namespaces | |
namespace | olb |
Top level namespace for all of OpenLB. | |
Functions | |
template<typename T > | |
LoadBalancer< T > * | olb::createLoadBalancer (XMLreader const &xmlReader, CuboidDecomposition3D< T > *cGeo=NULL) |
Creator Function for LoadBalancer from XMLreader. | |
template<typename T > | |
LoadBalancer< T > * | olb::createLoadBalancer (std::string const &fileName, CuboidDecomposition3D< T > *cGeo=NULL) |
Creator Function for LoadBalancer from fileName. | |