baseoutputmodule.hh File Reference

The base class for writer modules. More...

#include "baseoutputwriter.hh"
#include <ewoms/common/parametersystem.hh>
#include <ewoms/common/propertysystem.hh>
#include <opm/common/ErrorMacros.hpp>
#include <dune/istl/bvector.hh>
#include <dune/common/fvector.hh>
#include <vector>
#include <sstream>
#include <string>
#include <array>
#include <cstdio>
Include dependency graph for baseoutputmodule.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ewoms::BaseOutputModule< TypeTag >
 The base class for writer modules. More...
 

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::NEW_PROP_TAG (NumPhases)
 Number of fluid phases in the system. More...
 
 Ewoms::Properties::NEW_PROP_TAG (NumComponents)
 Number of chemical species in the system. More...
 
 Ewoms::Properties::NEW_PROP_TAG (NumEq)
 The number of balance equations. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Model)
 The class dealing with the balance equations. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Simulator)
 Manages the simulation time. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Scalar)
 Property to specify the type of scalar values. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Evaluation)
 Representation of a function evaluation and all necessary derivatives with regard to the intensive quantities of the primary variables. More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridView)
 The type of the grid view. More...
 
 Ewoms::Properties::NEW_PROP_TAG (ElementContext)
 The secondary variables of all degrees of freedom in an element's stencil. More...
 
 Ewoms::Properties::NEW_PROP_TAG (FluidSystem)
 The fluid systems including the information about the phases. More...
 
 Ewoms::Properties::NEW_PROP_TAG (DiscBaseOutputModule)
 The part of the VTK ouput modules which is specific to the spatial discretization. More...
 

Detailed Description

The base class for writer modules.

This class also provides some convenience methods for buffer management and is the base class for all other output writer modules.