precice / dealii-adapter

A coupled structural solver written with the C++ finite element library deal.II
GNU Lesser General Public License v3.0
18 stars 11 forks source link

Fix the pull back operation of the coupling data #65

Closed davidscn closed 2 years ago

davidscn commented 2 years ago

The pull back operation of the Stress data for the nonlinear solid mechanics solver relied on the deal.II pull back operation, which is different from what we need in our case. Here, we need to apply Nanson's formula in order to get the stress in the reference frame.