Implements the discretization specific parts of writing files. More...

#include <vcfvbaseoutputmodule.hh>

Public Types

using Scalar = BaseOutputWriter::Scalar
 
using Vector = BaseOutputWriter::Vector
 
using ScalarBuffer = BaseOutputWriter::ScalarBuffer
 
using VectorBuffer = BaseOutputWriter::VectorBuffer
 
using TensorBuffer = BaseOutputWriter::TensorBuffer
 

Static Public Member Functions

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. More...
 
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. More...
 
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. More...
 

Detailed Description

template<class TypeTag>
class Opm::VcfvBaseOutputModule< TypeTag >

Implements the discretization specific parts of writing files.

Member Typedef Documentation

◆ Scalar

template<class TypeTag >
using Opm::VcfvBaseOutputModule< TypeTag >::Scalar = BaseOutputWriter::Scalar

◆ ScalarBuffer

template<class TypeTag >
using Opm::VcfvBaseOutputModule< TypeTag >::ScalarBuffer = BaseOutputWriter::ScalarBuffer

◆ TensorBuffer

template<class TypeTag >
using Opm::VcfvBaseOutputModule< TypeTag >::TensorBuffer = BaseOutputWriter::TensorBuffer

◆ Vector

template<class TypeTag >
using Opm::VcfvBaseOutputModule< TypeTag >::Vector = BaseOutputWriter::Vector

◆ VectorBuffer

template<class TypeTag >
using Opm::VcfvBaseOutputModule< TypeTag >::VectorBuffer = BaseOutputWriter::VectorBuffer

Member Function Documentation

◆ attachScalarDofData_()

template<class TypeTag >
static void Opm::VcfvBaseOutputModule< TypeTag >::attachScalarDofData_ ( BaseOutputWriter baseWriter,
ScalarBuffer buffer,
const std::string &  name 
)
inlinestatic

Add a buffer where the data is associated with the degrees of freedom to the current VTK output file.

References Opm::BaseOutputWriter::attachScalarVertexData().

◆ attachTensorDofData_()

template<class TypeTag >
static void Opm::VcfvBaseOutputModule< TypeTag >::attachTensorDofData_ ( BaseOutputWriter baseWriter,
TensorBuffer buffer,
const std::string &  name 
)
inlinestatic

Add a buffer where the data is associated with the degrees of freedom to the current VTK output file.

References Opm::BaseOutputWriter::attachTensorVertexData().

◆ attachVectorDofData_()

template<class TypeTag >
static void Opm::VcfvBaseOutputModule< TypeTag >::attachVectorDofData_ ( BaseOutputWriter baseWriter,
VectorBuffer buffer,
const std::string &  name 
)
inlinestatic

Add a buffer where the data is associated with the degrees of freedom to the current VTK output file.

References Opm::BaseOutputWriter::attachVectorVertexData().


The documentation for this class was generated from the following file: