nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

QuasistaticProblem: Modify constraints for nonempty constraint matrix #192

Closed TTitscher closed 6 years ago

TTitscher commented 6 years ago

Changes constraints of the QuasistaticProblem1D test from

 ----------- => u(t)
/\

to

 ~-----------~ => u(t)  (~ is periodic)
     /\

Apparently, it works out of the box.