My Project
|
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. | |
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. | |
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. | |
Implements the discretization specific parts of writing files.