My Project
|
Implements the discretization specific parts of writing files. More...
#include <vcfvbaseoutputmodule.hh>
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.