#include <datareductionoperator.h>
|
| | DiagnosticFluxB () |
| virtual | ~DiagnosticFluxB () |
| virtual bool | getDataVectorInfo (std::string &dataType, unsigned int &dataSize, unsigned int &vectorSize) const |
| virtual std::string | getName () const |
| virtual bool | reduceDiagnostic (const SpatialCell *cell, Real *result) |
| virtual bool | setSpatialCell (const SpatialCell *cell) |
| | DataReductionOperator () |
| virtual | ~DataReductionOperator () |
| virtual bool | getUnitMetadata (std::string &_unit, std::string &_unitLaTeX, std::string &_variableLaTeX, std::string &_unitConversion) |
| virtual bool | setUnitMetadata (std::string &_unit, std::string &_unitLaTeX, std::string &_variableLaTeX, std::string &_unitConversion) |
| virtual bool | reduceData (const SpatialCell *cell, char *buffer) |
Definition at line 372 of file datareductionoperator.h.
◆ DiagnosticFluxB()
| DRO::DiagnosticFluxB::DiagnosticFluxB |
( |
| ) |
|
◆ ~DiagnosticFluxB()
| virtual DRO::DiagnosticFluxB::~DiagnosticFluxB |
( |
| ) |
|
|
virtual |
◆ getDataVectorInfo()
| virtual bool DRO::DiagnosticFluxB::getDataVectorInfo |
( |
std::string & | dataType, |
|
|
unsigned int & | dataSize, |
|
|
unsigned int & | vectorSize ) const |
|
virtual |
◆ getName()
| virtual std::string DRO::DiagnosticFluxB::getName |
( |
| ) |
const |
|
virtual |
◆ reduceDiagnostic()
| virtual bool DRO::DiagnosticFluxB::reduceDiagnostic |
( |
const SpatialCell * | cell, |
|
|
Real * | result ) |
|
virtual |
Reduce the data and write the data vector to the given variable. If the vector length is larger than one, memory gets corrupted. Note that this function is only used for writing into diagnostic files.
- Parameters
-
| cell | the SpatialCell to reduce data out of |
| buffer | Buffer in which the reduced data is written. |
- Returns
- If true, DataReductionOperator reduced data successfully.
Reimplemented from DRO::DataReductionOperator.
◆ setSpatialCell()
| virtual bool DRO::DiagnosticFluxB::setSpatialCell |
( |
const SpatialCell * | cell | ) |
|
|
virtual |
The documentation for this class was generated from the following file: