3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Attributes | List of all members
SolutionStorage< TypeTag > Struct Template Reference

#include <test/porousmediumflow/1p/implicit/convergence/solver.hh>

Public Types

using Grid = Dumux::GetPropType< TypeTag, Dumux::Properties::Grid >
 
using GridGeometry = Dumux::GetPropType< TypeTag, Dumux::Properties::GridGeometry >
 
using SolutionVector = Dumux::GetPropType< TypeTag, Dumux::Properties::SolutionVector >
 

Public Attributes

Dumux::GridManager< GridgridManager
 
std::shared_ptr< GridGeometrygridGeometry
 
std::shared_ptr< SolutionVectorsolution
 

Member Typedef Documentation

◆ Grid

template<class TypeTag >
using SolutionStorage< TypeTag >::Grid = Dumux::GetPropType<TypeTag, Dumux::Properties::Grid>

◆ GridGeometry

template<class TypeTag >
using SolutionStorage< TypeTag >::GridGeometry = Dumux::GetPropType<TypeTag, Dumux::Properties::GridGeometry>

◆ SolutionVector

template<class TypeTag >
using SolutionStorage< TypeTag >::SolutionVector = Dumux::GetPropType<TypeTag, Dumux::Properties::SolutionVector>

Member Data Documentation

◆ gridGeometry

template<class TypeTag >
std::shared_ptr<GridGeometry> SolutionStorage< TypeTag >::gridGeometry

◆ gridManager

template<class TypeTag >
Dumux::GridManager<Grid> SolutionStorage< TypeTag >::gridManager

◆ solution

template<class TypeTag >
std::shared_ptr<SolutionVector> SolutionStorage< TypeTag >::solution

The documentation for this struct was generated from the following file: