-
- Downloads
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.
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