28#ifndef EWOMS_VCFV_VTK_BASE_OUTPUT_MODULE_HH
29#define EWOMS_VCFV_VTK_BASE_OUTPUT_MODULE_HH
44template<
class TypeTag>
48 using Scalar = BaseOutputWriter::Scalar;
49 using Vector = BaseOutputWriter::Vector;
50 using ScalarBuffer = BaseOutputWriter::ScalarBuffer;
51 using VectorBuffer = BaseOutputWriter::VectorBuffer;
52 using TensorBuffer = BaseOutputWriter::TensorBuffer;
60 const std::string& name)
69 const std::string& name)
79 const std::string& name)
The base class for all output writers.
The base class for all output writers.
Definition baseoutputwriter.hh:44
Implements the discretization specific parts of writing files.
Definition vcfvbaseoutputmodule.hh:46
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:77
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:58
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:67
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Declares the basic properties used by the common infrastructure of the vertex-centered finite volume ...