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

By default, we use hooke's law for stress evaluations. More...

#include <dumux/geomechanics/elastic/model.hh>

Description

template<class TypeTag>
struct Dumux::Properties::StressType< TypeTag, TTag::Elastic >

By default, we use hooke's law for stress evaluations.

Public Types

using type = HookesLaw< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::GridGeometry > >
 

Member Typedef Documentation

◆ type

template<class TypeTag >
using Dumux::Properties::StressType< TypeTag, TTag::Elastic >::type = HookesLaw< GetPropType<TypeTag, Properties::Scalar>, GetPropType<TypeTag, Properties::GridGeometry> >

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