vtkprimaryvarsmodule.hh
Go to the documentation of this file.
BaseOutputWriter::ScalarBuffer ScalarBuffer Definition: baseoutputmodule.hh:85 @ ElementBuffer Buffer contains data associated with the grid's elements. Definition: baseoutputmodule.hh:150 void commitPriVarsBuffer_(BaseOutputWriter &baseWriter, const char *pattern, EqBuffer &buffer, BufferType bufferType=DofBuffer) Add a buffer with as many variables as PDEs to the result file. Definition: baseoutputmodule.hh:310 void resizeEqBuffer_(EqBuffer &buffer, BufferType bufferType=DofBuffer) Allocate the space for a buffer storing a equation specific quantity. Definition: baseoutputmodule.hh:187 void commitScalarBuffer_(BaseOutputWriter &baseWriter, const char *name, ScalarBuffer &buffer, BufferType bufferType=DofBuffer) Add a buffer containing scalar quantities to the result file. Definition: baseoutputmodule.hh:244 std::array< ScalarBuffer, numEq > EqBuffer Definition: baseoutputmodule.hh:89 void resizeScalarBuffer_(ScalarBuffer &buffer, BufferType bufferType=DofBuffer) Allocate the space for a buffer storing a scalar quantity. Definition: baseoutputmodule.hh:156 VTK output module for the fluid composition. Definition: vtkprimaryvarsmodule.hh:55 VtkPrimaryVarsModule(const Simulator &simulator) Definition: vtkprimaryvarsmodule.hh:71 void processElement(const ElementContext &elemCtx) Modify the internal buffers according to the intensive quantities relevant for an element. Definition: vtkprimaryvarsmodule.hh:107 void commitBuffers(BaseOutputWriter &baseWriter) Add all buffers to the VTK output writer. Definition: vtkprimaryvarsmodule.hh:135 void allocBuffers() Allocate memory for the scalar fields we would like to write to the VTK file. Definition: vtkprimaryvarsmodule.hh:92 static void registerParameters() Register all run-time parameters for the Vtk output module. Definition: vtkprimaryvarsmodule.hh:78 Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: blackoilnewtonmethodparameters.hh:31 Definition: blackoilboundaryratevector.hh:37 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:235 This file provides the infrastructure to retrieve run-time parameters. The Opm property system, traits with inheritance. Definition: vtkprimaryvarsmodule.hh:42 static constexpr bool value Definition: vtkprimaryvarsmodule.hh:42 Definition: vtkprimaryvarsmodule.hh:40 static constexpr bool value Definition: vtkprimaryvarsmodule.hh:40 Definition: vtkprimaryvarsmodule.hh:41 static constexpr bool value Definition: vtkprimaryvarsmodule.hh:41 |