28 #ifndef EWOMS_ECFV_VTK_BASE_OUTPUT_MODULE_HH 29 #define EWOMS_ECFV_VTK_BASE_OUTPUT_MODULE_HH 39 template<
class TypeTag>
43 using Scalar = BaseOutputWriter::Scalar;
44 using Vector = BaseOutputWriter::Vector;
45 using ScalarBuffer = BaseOutputWriter::ScalarBuffer;
46 using VectorBuffer = BaseOutputWriter::VectorBuffer;
47 using TensorBuffer = BaseOutputWriter::TensorBuffer;
55 const std::string& name)
64 const std::string& name)
73 const std::string& name)
virtual void attachTensorElementData(TensorBuffer &buf, std::string_view name)=0
Add a tensorial element centered quantity to the output.
Implements the discretization specific parts of writing files.
Definition: ecfvbaseoutputmodule.hh:40
static void attachScalarDofData_(BaseOutputWriter &baseWriter, ScalarBuffer &buffer, const std::string &name)
Add a buffer where the data is associated with the degrees of freedom to the current VTK output file...
Definition: ecfvbaseoutputmodule.hh:53
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
The base class for all output writers.
Definition: baseoutputwriter.hh:45
virtual void attachVectorElementData(VectorBuffer &buf, std::string_view name)=0
Add a vectorial element centered quantity to the output.
The base class for all output writers.
static void attachVectorDofData_(BaseOutputWriter &baseWriter, VectorBuffer &buffer, const std::string &name)
Add a buffer where the data is associated with the degrees of freedom to the current VTK output file...
Definition: ecfvbaseoutputmodule.hh:62
static void attachTensorDofData_(BaseOutputWriter &baseWriter, TensorBuffer &buffer, const std::string &name)
Add a buffer where the data is associated with the degrees of freedom to the current VTK output file...
Definition: ecfvbaseoutputmodule.hh:71
virtual void attachScalarElementData(ScalarBuffer &buf, std::string_view name)=0
Add a scalar element centered quantity to the output.