|
vtktpsamodule.hpp
Go to the documentation of this file.
BaseOutputWriter::ScalarBuffer ScalarBuffer Definition: baseoutputmodule.hh:86 void resizeScalarBuffer_(ScalarBuffer &buffer, BufferType bufferType) Allocate the space for a buffer storing a scalar quantity. Definition: baseoutputmodule.hh:157 void resizeVectorBuffer_(VectorBuffer &buffer, BufferType bufferType) Definition: baseoutputmodule.hh:173 void commitVectorBuffer_(BaseOutputWriter &baseWriter, const char *name, VectorBuffer &buffer, BufferType bufferType) Add a buffer containing vectorial quantities to the result file. Definition: baseoutputmodule.hh:260 BaseOutputWriter::VectorBuffer VectorBuffer Definition: baseoutputmodule.hh:87 void commitScalarBuffer_(BaseOutputWriter &baseWriter, const char *name, ScalarBuffer &buffer, BufferType bufferType) Add a buffer containing scalar quantities to the result file. Definition: baseoutputmodule.hh:238 static void registerParameters() Register runtime parameters. Definition: vtktpsamodule.hpp:81 void allocBuffers() override Allocate memory for output. Definition: vtktpsamodule.hpp:91 VtkTpsaModule(const Simulator &simulator) Constructor. Definition: vtktpsamodule.hpp:69 void commitBuffers(BaseOutputWriter &baseWriter) override Add buffers to VTK writer. Definition: vtktpsamodule.hpp:163 void processElement(const ElementContext &elemCtx) override Assign quantities to output buffers. Definition: vtktpsamodule.hpp:122 Definition: blackoilbioeffectsmodules.hh:45 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:233 This file provides the infrastructure to retrieve run-time parameters. The Opm property system, traits with inheritance. static void registerParameters() void read() |