My Project
|
Represents the primary variables used by the a model. More...
#include <type_traits>
#include "fvbaseproperties.hh"
#include "linearizationtype.hh"
#include <opm/material/common/Valgrind.hpp>
#include <dune/common/fvector.hh>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Opm::FvBasePrimaryVariables< TypeTag > |
Represents the primary variables used by the a model. More... | |
struct | Dune::FieldTraitsImpl< TypeTag, true > |
FieldTraitsImpl for classes derived from Opm::FvBasePrimaryVariables: use FieldVector's FieldTraits implementation) More... | |
struct | Dune::FieldTraitsImpl< T, false > |
FieldTraitsImpl for classes not derived from Opm::FvBasePrimaryVariables, fall bakc to existing implementation. More... | |
struct | Dune::FieldTraits< EwomsPrimaryVariable< TypeTag > > |
Specialization of FieldTraits for all PrimaryVariables derived from Opm::FvBasePrimaryVariables. More... | |
Namespaces | |
namespace | Opm |
This file contains a set of helper functions used by VFPProd / VFPInj. | |
Represents the primary variables used by the a model.