vcfvbaseoutputmodule.hh
Go to the documentation of this file.
std::vector< Tensor > TensorBuffer Definition: baseoutputwriter.hh:52 virtual void attachScalarVertexData(ScalarBuffer &buf, std::string_view name)=0 Add a scalar vertex centered vector field to the output. virtual void attachVectorVertexData(VectorBuffer &buf, std::string_view name)=0 Add a vectorial vertex centered vector field to the output. virtual void attachTensorVertexData(TensorBuffer &buf, std::string_view name)=0 Add a tensorial vertex centered tensor field to the output. std::vector< Vector > VectorBuffer Definition: baseoutputwriter.hh:53 std::vector< Scalar > ScalarBuffer Definition: baseoutputwriter.hh:51 Implements the discretization specific parts of writing files. Definition: vcfvbaseoutputmodule.hh:44 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: vcfvbaseoutputmodule.hh:74 BaseOutputWriter::TensorBuffer TensorBuffer Definition: vcfvbaseoutputmodule.hh:50 BaseOutputWriter::Vector Vector Definition: vcfvbaseoutputmodule.hh:47 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: vcfvbaseoutputmodule.hh:56 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: vcfvbaseoutputmodule.hh:65 BaseOutputWriter::ScalarBuffer ScalarBuffer Definition: vcfvbaseoutputmodule.hh:48 BaseOutputWriter::VectorBuffer VectorBuffer Definition: vcfvbaseoutputmodule.hh:49 BaseOutputWriter::Scalar Scalar Definition: vcfvbaseoutputmodule.hh:46 Definition: blackoilboundaryratevector.hh:39 |