Structure encapsulating the lame parameters.
#include <dumux/solidmechanics/elastic/lameparams.hh>
|
| | LameParams ()=default |
| | Default constructor.
|
| |
| | LameParams (Scalar lambda, Scalar mu) |
| | Constructor taking lambda and mu directly.
|
| |
| Scalar | lambda () const |
| | Return the first lame parameter.
|
| |
| Scalar | mu () const |
| | Return the second lame parameter.
|
| |
| void | setLambda (Scalar lambda) |
| | set the first lame parameter
|
| |
| void | setMu (Scalar mu) |
| | set the second lame parameter
|
| |
◆ LameParams() [1/2]
◆ LameParams() [2/2]
◆ lambda()
◆ mu()
◆ setLambda()
◆ setMu()
The documentation for this struct was generated from the following file: