Skip to content
Snippets Groups Projects
Commit d9d1aa24 authored by akbib's avatar akbib Committed by akbib@FU-BERLIN.DE
Browse files

material parameters can be changed by the setup method and cannot be const

[[Imported from SVN: r11184]]
parent 24374806
Branches
Tags
No related merge requests found
......@@ -137,9 +137,9 @@ private:
const Basis& basis_;
//! Elasticity modulus
const ctype E_;
ctype E_;
//! Poisson ratio
const ctype nu_;
ctype nu_;
//! Compute nonlinear strain tensor from the deformation gradient.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment