Skip to content
Snippets Groups Projects
Commit 2e6e7cf6 authored by akbib's avatar akbib Committed by akbib
Browse files

add method to set the material parameter

[[Imported from SVN: r11886]]
parent 6935f934
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,12 @@ public:
nu_(nu)
{}
void setMaterialParameter(ctype E, ctype nu)
{
E_ = E;
nu_ = nu;
}
void setup(ctype E, ctype nu, const Basis& basis)
{
E_ = E;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment