opm-simulators
baseoutputwriter.hh File Reference

The base class for all output writers. More...

#include <dune/common/dynmatrix.hh>
#include <dune/common/dynvector.hh>
#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

class  Opm::BaseOutputWriter
 The base class for all output writers. 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 all output writers.

The sole purpose of this class is to enable RTTI (i.e. dynamic_cast) on writer objects.