28#ifndef EWOMS_VCFV_VTK_BASE_OUTPUT_MODULE_HH
29#define EWOMS_VCFV_VTK_BASE_OUTPUT_MODULE_HH
42template<
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)
The base class for all output writers.
The base class for all output writers.
Definition baseoutputwriter.hh:46
virtual void attachScalarVertexData(ScalarBuffer &buf, std::string_view name)=0
Add a scalar vertex centered vector field to the output.
virtual void attachVectorVertexData(VectorBuffer &buf, std::string_view name)=0
Add a vectorial vertex centered vector field to the output.
virtual void attachTensorVertexData(TensorBuffer &buf, std::string_view name)=0
Add a tensorial vertex centered tensor field to the output.
Implements the discretization specific parts of writing files.
Definition vcfvbaseoutputmodule.hh:44
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 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
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
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43