OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
gnuplotHeatMapWriter.hh File Reference
#include <fstream>
#include <iostream>
#include <unistd.h>
#include "core/singleton.h"
#include "io/fileName.hh"
#include "gnuplotHeatMapWriter.h"
#include "utilities/vectorHelpers.h"
+ Include dependency graph for gnuplotHeatMapWriter.hh:
+ This graph shows which files directly or indirectly include this file:

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::write (BlockReduction3D2D< T > &blockReduction, int iT, const plotParam< T > param={}, const std::vector< T > &valueArea=std::vector< T >())
 This function is used to plot heat maps as jpeg files.
 
template<typename T >
void olb::heatmap::write (BlockReduction2D2D< T > &blockReduction, int iT, const plotParam< T > param={}, const std::vector< T > &valueArea=std::vector< T >())
 This function is used to plot heat maps as jpeg files.
 
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 > &param)
 
template<typename T >
void olb::heatmap::detail::writeHeatMapDataFile (detailParam< T > &param)
 
template<typename T >
void olb::heatmap::detail::writeHeatMapPlotFile (detailParam< T > &param, const std::vector< T > &valueArea)
 
template<typename T >
void olb::heatmap::detail::executeGnuplot (detailParam< T > &param)
 
bool olb::heatmap::detail::gnuplotInstalled ()