![]() |
OpenLB 1.8.1
|
#include <functional>#include <typeindex>#include "operator.h"#include "postProcessing.h"#include "cse/wrapper.h"#include "introspection.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 | |
| struct | olb::ConcretizableBlockO< T, DESCRIPTOR, OPERATOR > |
| class | olb::PostProcessorPromise< T, DESCRIPTOR > |
| Factory for instances of a specific OPERATOR type. 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 > | |