28#ifndef EWOMS_ECFV_VTK_BASE_OUTPUT_MODULE_HH
29#define EWOMS_ECFV_VTK_BASE_OUTPUT_MODULE_HH
41template<
class TypeTag>
45 using Scalar = BaseOutputWriter::Scalar;
46 using Vector = BaseOutputWriter::Vector;
47 using ScalarBuffer = BaseOutputWriter::ScalarBuffer;
48 using VectorBuffer = BaseOutputWriter::VectorBuffer;
49 using TensorBuffer = BaseOutputWriter::TensorBuffer;
57 const std::string& name)
66 const std::string& name)
75 const std::string& name)
The base class for all output writers.
Definition baseoutputwriter.hh:44
Implements the discretization specific parts of writing files.
Definition ecfvbaseoutputmodule.hh:43
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:73
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:64
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:55
Declare the basic properties used by the common infrastructure of the element-centered finite volume ...
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
Simplifies writing multi-file VTK datasets.