![]() |
OpenLB 1.8.1
|
Namespaces | |
namespace | detail |
Classes | |
struct | plotParam |
Functions | |
template<typename T > | |
void | 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 | write (BlockReduction2D2D< T > &blockReduction, int iT, const plotParam< T > param={}, const std::vector< T > &valueArea=std::vector< T >{}) |
template<typename T , typename DESCRIPTOR , typename FUNCTOR > | |
void | write (EfficientBlockReduction3D2D< T, DESCRIPTOR, FUNCTOR > &blockReduction, int iT, const plotParam< T > param={}, const std::vector< T > &valueArea=std::vector< T >{}) |
void olb::heatmap::write | ( | BlockReduction2D2D< T > & | blockReduction, |
int | iT, | ||
const plotParam< T > | param = {}, | ||
const std::vector< T > & | valueArea = std::vector<T>{} ) |
Definition at line 120 of file gnuplotHeatMapWriter.h.
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.
minValue and maxValue set a defined scalar range. contourlevel sets the number of contours in the plot. zoomOrigin and zoomExtend set a zoom scale in the plot: (zoomOrigin(0 to 1) and zoomExtend(0 to 1-zoomOrigin) Available colour schemes are "grey", "pm3d", "blackbody" and "rainbow"
Definition at line 115 of file gnuplotHeatMapWriter.h.
void olb::heatmap::write | ( | EfficientBlockReduction3D2D< T, DESCRIPTOR, FUNCTOR > & | blockReduction, |
int | iT, | ||
const plotParam< T > | param = {}, | ||
const std::vector< T > & | valueArea = std::vector<T>{} ) |
Definition at line 126 of file gnuplotHeatMapWriter.h.