-
- Downloads
"...git@git.imp.fu-berlin.de:agnumpde/dune-solvers.git" did not exist on "7f25bc50e7e5cb710a124a6f56a38c73418dceb2"
Add assembleGradient() method to FE assemblers
This adds a method to compute only the gradient. On the pro side it saves a lot of time if only the gradient is needed (for first order methods). On the con side it introduces some duplicated code (but only for hyberdual numbers). A test case is added.
parent
950f4a03
No related branches found
No related tags found
Showing
- dune/elasticity/assemblers/feassembler.hh 46 additions, 0 deletionsdune/elasticity/assemblers/feassembler.hh
- dune/elasticity/assemblers/localadolcstiffness.hh 36 additions, 8 deletionsdune/elasticity/assemblers/localadolcstiffness.hh
- dune/elasticity/assemblers/localfestiffness.hh 7 additions, 0 deletionsdune/elasticity/assemblers/localfestiffness.hh
- dune/elasticity/assemblers/localhyperdualstiffness.hh 40 additions, 0 deletionsdune/elasticity/assemblers/localhyperdualstiffness.hh
- test/localhyperdualstiffnesstest.cc 14 additions, 2 deletionstest/localhyperdualstiffnesstest.cc
Loading
Please register or sign in to comment