vcfvbaseoutputmodule.hh
Go to the documentation of this file.
virtual void attachScalarVertexData(ScalarBuffer &buf, std::string name)=0 Add a scalar vertex centered vector field to the output. virtual void attachVectorVertexData(VectorBuffer &buf, std::string name)=0 Add a vectorial vertex centered vector field to the output. std::vector< Tensor > TensorBuffer Definition: baseoutputwriter.hh:51 virtual void attachTensorVertexData(TensorBuffer &buf, std::string name)=0 Add a tensorial vertex centered tensor field to the output. std::vector< Vector > VectorBuffer Definition: baseoutputwriter.hh:50 std::vector< Scalar > ScalarBuffer Definition: baseoutputwriter.hh:49 Implements the discretization specific parts of writing files. Definition: vcfvbaseoutputmodule.hh:46 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:77 BaseOutputWriter::TensorBuffer TensorBuffer Definition: vcfvbaseoutputmodule.hh:52 BaseOutputWriter::Vector Vector Definition: vcfvbaseoutputmodule.hh:49 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:58 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:67 BaseOutputWriter::ScalarBuffer ScalarBuffer Definition: vcfvbaseoutputmodule.hh:50 BaseOutputWriter::VectorBuffer VectorBuffer Definition: vcfvbaseoutputmodule.hh:51 BaseOutputWriter::Scalar Scalar Definition: vcfvbaseoutputmodule.hh:48 Definition: blackoilboundaryratevector.hh:37 Declares the basic properties used by the common infrastructure of the vertex-centered finite volume ... |