OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
blockPostProcessorMap.h File Reference
#include <functional>
#include <typeindex>
#include "operator.h"
#include "postProcessing.h"
+ Include dependency graph for blockPostProcessorMap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::PostProcessorPromise< T, DESCRIPTOR >
 Factory for instances of a specific POST_PROCESSOR type. More...
 
class  olb::LegacyBlockPostProcessorO< T, DESCRIPTOR, PLATFORM >
 Block operator for supporting legacy post processor in the new operator-centric framework. More...
 
class  olb::BlockPostProcessorMap< T, DESCRIPTOR, PLATFORM >
 Map of post processors of a single priority and stage. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename PP >
 olb::PostProcessorPromise (meta::id< PP >) -> PostProcessorPromise< typename PP::value_t, typename PP::descriptor_t >