OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
loadBalancer.h File Reference
#include <vector>
#include <map>
#include "core/singleton.h"
#include "core/serializer.h"
#include "io/xmlReader.h"
#include "core/platform/platform.h"
+ Include dependency graph for loadBalancer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::LoadBalancer< T >
 Base class for all LoadBalancer. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename T >
LoadBalancer< T > * olb::createLoadBalancer (XMLreader const &xmlReader, CuboidGeometry3D< T > *cGeo=NULL)
 Creator Function for LoadBalancer from XMLreader.
 
template<typename T >
LoadBalancer< T > * olb::createLoadBalancer (std::string const &fileName, CuboidGeometry3D< T > *cGeo=NULL)
 Creator Function for LoadBalancer from fileName.