waLBerla 7.3
Loading...
Searching...
No Matches
walberla::gather::DataProcessor Class Referenceabstract

Detailed Description

Interface for classes that operate on "Graph" like data Can be implemented in classes that do output (print a GnuPlot file) or for post-processing classes (calculation of mean value, std deviation..).

One could build a chain: first the data are collected, then processed by a statistical reductor, and finally written by a GnuPlot output class

#include <DataProcessor.h>

Inheritance diagram for walberla::gather::DataProcessor:

Public Member Functions

virtual ~DataProcessor ()=default
virtual void process (const std::vector< std::vector< real_t > > &data)=0

Constructor & Destructor Documentation

◆ ~DataProcessor()

virtual walberla::gather::DataProcessor::~DataProcessor ( )
virtualdefault

Member Function Documentation

◆ process()

virtual void walberla::gather::DataProcessor::process ( const std::vector< std::vector< real_t > > & data)
pure virtual

The documentation for this class was generated from the following file:
  • /builds/administration/walberla-website/walberla/src/gather/DataProcessor.h