-
- Downloads
Implement cosserat-continuum.cc without CosseratEnergyLocalStiffness
Instead, use LocalIntegralEnergy and the newly introduced densities for bulk models or planar shell models. While doing so, give an error message when non-trivial volume loads are requested. I have no example file that actually uses them at the moment, and just by looking at the code I find it hard to believe that they actually worked. Getting them to work will mean having introduce a density for volume loads, which don't want to do until I need them. Since this is the last use of the CosseratEnergyLocalStiffness class, this patch remove the entire class as well.
parent
2c964dc9
No related branches found
No related tags found
Showing
- dune/gfe/assemblers/CMakeLists.txt 0 additions, 1 deletiondune/gfe/assemblers/CMakeLists.txt
- dune/gfe/assemblers/cosseratenergystiffness.hh 0 additions, 435 deletionsdune/gfe/assemblers/cosseratenergystiffness.hh
- dune/gfe/assemblers/localintegralenergy.hh 4 additions, 2 deletionsdune/gfe/assemblers/localintegralenergy.hh
- dune/gfe/neumannenergy.hh 3 additions, 2 deletionsdune/gfe/neumannenergy.hh
- problems/cosserat-continuum-cantilever.py 0 additions, 6 deletionsproblems/cosserat-continuum-cantilever.py
- problems/cosserat-continuum-twisted-strip.py 0 additions, 6 deletionsproblems/cosserat-continuum-twisted-strip.py
- problems/cosserat-continuum-wong-pellegrino-wrinkling.py 0 additions, 6 deletionsproblems/cosserat-continuum-wong-pellegrino-wrinkling.py
- problems/cosserat-continuum-wriggers-l-shape.py 0 additions, 6 deletionsproblems/cosserat-continuum-wriggers-l-shape.py
- src/cosserat-continuum.cc 60 additions, 11 deletionssrc/cosserat-continuum.cc
Loading
Please register or sign in to comment