![]() |
OpenLB 1.8.1
|
#include <fstream>
#include <iostream>
#include <unistd.h>
#include "core/singleton.h"
#include "io/fileName.hh"
#include "gnuplotHeatMapWriter.h"
#include "utilities/vectorHelpers.h"
Go to the source code of this file.
Namespaces | |
namespace | olb |
Top level namespace for all of OpenLB. | |
namespace | olb::heatmap |
namespace | olb::heatmap::detail |
Functions | |
template<typename T > | |
void | olb::heatmap::detail::genericHeatMapInterface (const HyperplaneLattice3D< T > &hyperPlane, BlockF2D< T > &blockData, int iT, const std::vector< T > &valueArea, const plotParam< T > ¶m) |
template<typename T > | |
void | olb::heatmap::detail::writeHeatMapDataFile (detailParam< T > ¶m) |
template<typename T > | |
void | olb::heatmap::detail::writeHeatMapPlotFile (detailParam< T > ¶m, const std::vector< T > &valueArea) |
template<typename T > | |
void | olb::heatmap::detail::executeGnuplot (detailParam< T > ¶m) |
bool | olb::heatmap::detail::gnuplotInstalled () |