-
- Downloads
Migrate from dune-fufem to dune-functions bases
- local energies and assemblers depend now on the localView, instead of the element and the localFiniteElement - the basis is now assumed to be a powerBasis (dune-functions compatible) - this features flat element vector and matrix types and simplifies the implementation - all affected classes are now in the Dune::Elasticity namespace - for backwards compatibility, old implementation are kept in the "Dune" namespace and deprecated messages are placed - the TrustRegionSolver is also capable of the new powerBasis - TODO: dune-parmg is still hardwired to scalar basis types, therefore usage is not possible with the new basis
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- dune/elasticity/assemblers/feassembler.hh 174 additions, 2 deletionsdune/elasticity/assemblers/feassembler.hh
- dune/elasticity/assemblers/localadolcstiffness.hh 122 additions, 4 deletionsdune/elasticity/assemblers/localadolcstiffness.hh
- dune/elasticity/assemblers/localenergy.hh 23 additions, 5 deletionsdune/elasticity/assemblers/localenergy.hh
- dune/elasticity/assemblers/localfestiffness.hh 26 additions, 2 deletionsdune/elasticity/assemblers/localfestiffness.hh
- dune/elasticity/common/trustregionsolver.cc 136 additions, 27 deletionsdune/elasticity/common/trustregionsolver.cc
- dune/elasticity/common/trustregionsolver.hh 22 additions, 4 deletionsdune/elasticity/common/trustregionsolver.hh
- dune/elasticity/materials/localintegralenergy.hh 93 additions, 9 deletionsdune/elasticity/materials/localintegralenergy.hh
- dune/elasticity/materials/neumannenergy.hh 92 additions, 3 deletionsdune/elasticity/materials/neumannenergy.hh
- dune/elasticity/materials/sumenergy.hh 49 additions, 7 deletionsdune/elasticity/materials/sumenergy.hh
- src/finite-strain-elasticity.cc 37 additions, 46 deletionssrc/finite-strain-elasticity.cc
Loading
Please register or sign in to comment