Structure encapsulating the lame parameters.
#include <dumux/solidmechanics/elastic/lameparams.hh>
Public Member Functions | |
| LameParams ()=default | |
| Default constructor. More... | |
| LameParams (Scalar lambda, Scalar mu) | |
| Constructor taking lambda and mu directly. More... | |
| Scalar | lambda () const |
| Return the first lame parameter. More... | |
| Scalar | mu () const |
| Return the second lame parameter. More... | |
| void | setLambda (Scalar lambda) |
| set the first lame parameter More... | |
| void | setMu (Scalar mu) |
| set the second lame parameter More... | |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |