opm-simulators
baseoutputmodule.hh File Reference

The base class for writer modules. More...

#include <dune/common/fvector.hh>
#include <dune/istl/bvector.hh>
#include <opm/models/common/multiphasebaseproperties.hh>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/io/baseoutputwriter.hh>
#include <opm/models/utils/basicproperties.hh>
#include <opm/models/utils/parametersystem.hpp>
#include <opm/models/utils/propertysystem.hh>
#include <algorithm>
#include <array>
#include <cstdio>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

struct  Opm::Properties::FluidSystem< TypeTag, MyTypeTag >
 The fluid systems including the information about the phases. More...
 
class  Opm::BaseOutputModule< TypeTag >
 The base class for writer modules. More...
 

Namespaces

 Opm
 Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that both can include.
 

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.