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

#include <ecfvbaseoutputmodule.hh>

Public Types

typedef BaseOutputWriter::Scalar Scalar
 
typedef BaseOutputWriter::Vector Vector
 
typedef
BaseOutputWriter::ScalarBuffer 
ScalarBuffer
 
typedef
BaseOutputWriter::VectorBuffer 
VectorBuffer
 
typedef
BaseOutputWriter::TensorBuffer 
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 Ewoms::EcfvBaseOutputModule< TypeTag >

Implements the discretization specific parts of writing files.

Member Typedef Documentation

template<class TypeTag >
typedef BaseOutputWriter::Scalar Ewoms::EcfvBaseOutputModule< TypeTag >::Scalar
template<class TypeTag >
typedef BaseOutputWriter::ScalarBuffer Ewoms::EcfvBaseOutputModule< TypeTag >::ScalarBuffer
template<class TypeTag >
typedef BaseOutputWriter::TensorBuffer Ewoms::EcfvBaseOutputModule< TypeTag >::TensorBuffer
template<class TypeTag >
typedef BaseOutputWriter::Vector Ewoms::EcfvBaseOutputModule< TypeTag >::Vector
template<class TypeTag >
typedef BaseOutputWriter::VectorBuffer Ewoms::EcfvBaseOutputModule< TypeTag >::VectorBuffer

Member Function Documentation

template<class TypeTag >
static void Ewoms::EcfvBaseOutputModule< 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 Ewoms::BaseOutputWriter::attachScalarElementData().

template<class TypeTag >
static void Ewoms::EcfvBaseOutputModule< 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 Ewoms::BaseOutputWriter::attachTensorElementData().

template<class TypeTag >
static void Ewoms::EcfvBaseOutputModule< 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 Ewoms::BaseOutputWriter::attachVectorElementData().


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