28 #ifndef EWOMS_VCFV_VTK_BASE_OUTPUT_MODULE_HH 29 #define EWOMS_VCFV_VTK_BASE_OUTPUT_MODULE_HH 42 template<
class TypeTag>
46 using Scalar = BaseOutputWriter::Scalar;
47 using Vector = BaseOutputWriter::Vector;
48 using ScalarBuffer = BaseOutputWriter::ScalarBuffer;
49 using VectorBuffer = BaseOutputWriter::VectorBuffer;
50 using TensorBuffer = BaseOutputWriter::TensorBuffer;
58 const std::string& name)
67 const std::string& name)
76 const std::string& name)
virtual void attachScalarVertexData(ScalarBuffer &buf, std::string_view name)=0
Add a scalar vertex centered vector field to the output.
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: vcfvbaseoutputmodule.hh:74
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: vcfvbaseoutputmodule.hh:65
virtual void attachVectorVertexData(VectorBuffer &buf, std::string_view name)=0
Add a vectorial vertex centered vector field to the output.
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: vcfvbaseoutputmodule.hh:56
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
The base class for all output writers.
Implements the discretization specific parts of writing files.
Definition: vcfvbaseoutputmodule.hh:43
virtual void attachTensorVertexData(TensorBuffer &buf, std::string_view name)=0
Add a tensorial vertex centered tensor field to the output.