ecfvbaseoutputmodule.hh
Go to the documentation of this file.
virtual void attachVectorElementData(VectorBuffer &buf, std::string_view name)=0 Add a vectorial element centered quantity to the output. virtual void attachTensorElementData(TensorBuffer &buf, std::string_view name)=0 Add a tensorial element centered quantity to the output. std::vector< Tensor > TensorBuffer Definition: baseoutputwriter.hh:52 virtual void attachScalarElementData(ScalarBuffer &buf, std::string_view name)=0 Add a scalar element centered quantity 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: ecfvbaseoutputmodule.hh:41 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: ecfvbaseoutputmodule.hh:71 BaseOutputWriter::VectorBuffer VectorBuffer Definition: ecfvbaseoutputmodule.hh:46 BaseOutputWriter::Vector Vector Definition: ecfvbaseoutputmodule.hh:44 BaseOutputWriter::TensorBuffer TensorBuffer Definition: ecfvbaseoutputmodule.hh:47 BaseOutputWriter::Scalar Scalar Definition: ecfvbaseoutputmodule.hh:43 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: ecfvbaseoutputmodule.hh:62 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: ecfvbaseoutputmodule.hh:53 BaseOutputWriter::ScalarBuffer ScalarBuffer Definition: ecfvbaseoutputmodule.hh:45 Definition: blackoilboundaryratevector.hh:39 |