Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Oct 20, 2020
  3. Oct 12, 2020
    • Lisa Julia Nebel's avatar
      Add sumenergy.hh, this class assembles the a sum of energies for a single... · 085a0e42
      Lisa Julia Nebel authored
      Add sumenergy.hh, this class assembles the a sum of energies for a single element by summing up the energies of each GFE::LocalEnergy.
      
      This class works similarly to the class Dune::Elasticity::SumEnergy, where Dune::Elasticity::SumEnergy extends
      Dune::Elasticity::LocalEnergy and Dune::GFE::SumEnergy extends Dune::GFE::LocalEnergy.
      085a0e42
  4. Oct 08, 2020
  5. Oct 06, 2020
  6. Sep 24, 2020
    • Lisa Julia Nebel's avatar
      Add a GeodesicFEAssemblerWrapper - it wraps a MixedGFEAssembler so it can be... · aa03e106
      Lisa Julia Nebel authored
      Add a GeodesicFEAssemblerWrapper - it wraps a MixedGFEAssembler so it can be used like a GeodesicFEAssembler
      
      The GeodesicFEAssemblerWrapper assembles the Gradient and the Hessian using the MixedGFEAssembler and then
      resturctures them so they can be used with the normal RiemannianTRSolver.
      This only works, if the FE spaces have the same order.
      aa03e106
  7. Sep 18, 2020
  8. Sep 10, 2020
  9. Sep 09, 2020
  10. Sep 05, 2020
  11. Sep 03, 2020
  12. Sep 02, 2020
  13. Jul 13, 2020
  14. Jun 08, 2020
  15. May 20, 2020
  16. May 14, 2020
  17. May 13, 2020
  18. Mar 04, 2020
  19. Feb 18, 2020
    • Sander, Oliver's avatar
      Always use shared_ptr from std:: namespace explicitly · 7cbe0451
      Sander, Oliver authored
      Up until dune-common 2.7, the Dune namespace contained shared_ptr:
      First as an actual implementation, later simply as a namespace
      import.  Dune-common post-2.7 has removed that import,
      and users of shared_ptr really have to explicitly specify
      the std:: namespace prefix.
      7cbe0451
Loading