Skip to content
Snippets Groups Projects
  1. Jul 11, 2024
    • Lisa Julia Nebel's avatar
      Add LocalIntegralStiffness class with a test · ab09c587
      Lisa Julia Nebel authored and Sander, Oliver's avatar Sander, Oliver committed
      The LocalIntegralStiffness assembles a tangent matrix by
      suitably combining derivatives of the energy density with
      derivatives of the geometric FE interpolation.  See the
      detailed description in dune-gfe-manual.pdf.
      
      This patch also includes a new test in localintegralstiffnesstest.cc.
      It checks if the assembled matrix is the same as the one computed
      by LocalGeodesicFEADOLCStiffness.
      
      For a 3d Cosserat material I get a speedup of about 3x.
      ab09c587
  2. Jul 10, 2024
  3. Jul 07, 2024
  4. Jul 06, 2024
  5. Jul 04, 2024
  6. Jun 23, 2024
  7. Jun 22, 2024
  8. May 29, 2024
  9. May 16, 2024
  10. May 08, 2024
  11. May 07, 2024
  12. May 01, 2024
  13. Apr 30, 2024
  14. Apr 23, 2024
  15. Apr 20, 2024
  16. Apr 18, 2024
  17. Apr 16, 2024
  18. Apr 06, 2024
  19. Apr 05, 2024
    • Sander, Oliver's avatar
      Use simpler matrix types for element Hesse matrices · d8ecb0bc
      Sander, Oliver authored
      Non-composite settings use Dune::Matrix<double>,
      composite settings use a FieldMatrix where each entry
      is Dune::Matrix<double>.
      
      This is not quite as simple as the dune-functions convention,
      which is to use Dune::Matrix in all cases.  But it is still
      simpler than before.
      d8ecb0bc
Loading