ecfvbaseoutputmodule.hh
Go to the documentation of this file.
std::vector< Tensor > TensorBuffer Definition: baseoutputwriter.hh:51 virtual void attachTensorElementData(TensorBuffer &buf, std::string name)=0 Add a tensorial element centered quantity to the output. std::vector< Vector > VectorBuffer Definition: baseoutputwriter.hh:50 virtual void attachScalarElementData(ScalarBuffer &buf, std::string name)=0 Add a scalar element centered quantity to the output. std::vector< Scalar > ScalarBuffer Definition: baseoutputwriter.hh:49 virtual void attachVectorElementData(VectorBuffer &buf, std::string name)=0 Add a vectorial element centered quantity to the output. Implements the discretization specific parts of writing files. Definition: ecfvbaseoutputmodule.hh:43 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:73 BaseOutputWriter::VectorBuffer VectorBuffer Definition: ecfvbaseoutputmodule.hh:48 BaseOutputWriter::Vector Vector Definition: ecfvbaseoutputmodule.hh:46 BaseOutputWriter::TensorBuffer TensorBuffer Definition: ecfvbaseoutputmodule.hh:49 BaseOutputWriter::Scalar Scalar Definition: ecfvbaseoutputmodule.hh:45 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:64 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:55 BaseOutputWriter::ScalarBuffer ScalarBuffer Definition: ecfvbaseoutputmodule.hh:47 Declare the basic properties used by the common infrastructure of the element-centered finite volume ... Definition: blackoilboundaryratevector.hh:37 |