Skip to content
Snippets Groups Projects
  1. Jan 04, 2025
    • Sander, Oliver's avatar
      CosseratShellDensity: Depend on grid element or intersection · d7c156ff
      Sander, Oliver authored
      Currently, densities only get the type used for coordinates
      of the integration domain.  However, this is not enough:
      The complete domain must be known, and this domain can be either
      a grid element or a grid intersection.
      
      As a first small step, this patch introduces ElementOrIntersection
      as a template parameter of the CosseratShellDensity class.
      d7c156ff
  2. Nov 15, 2024
    • Sander, Oliver's avatar
      Simplify interface of CosseratVTKWriter · 8633a47c
      Sander, Oliver authored
      Previously, the writer requested an FE basis to represent the director
      vectors.  With the help of ComposedGridViewFunction this patch allows
      to avoid this extra basis, which makes for a much nicer interface
      for CosseratVTKWriter.
      8633a47c
  3. Nov 06, 2024
  4. Nov 05, 2024
  5. Oct 28, 2024
  6. Sep 07, 2024
    • Sander, Oliver's avatar
      Implement cosserat-continuum.cc without CosseratEnergyLocalStiffness · e97f4fa0
      Sander, Oliver authored
      Instead, use LocalIntegralEnergy and the newly introduced densities
      for bulk models or planar shell models.
      
      While doing so, give an error message when non-trivial volume loads
      are requested.  I have no example file that actually uses them
      at the moment, and just by looking at the code I find it hard to believe
      that they actually worked.  Getting them to work will mean having
      introduce a density for volume loads, which don't want to do
      until I need them.
      
      Since this is the last use of the CosseratEnergyLocalStiffness class,
      this patch remove the entire class as well.
      e97f4fa0
  7. Aug 30, 2024
  8. Aug 22, 2024
  9. Aug 21, 2024
  10. Aug 12, 2024
  11. Jul 06, 2024
  12. May 01, 2024
  13. Apr 30, 2024
  14. Mar 25, 2024
  15. Feb 12, 2024
  16. Feb 07, 2024
  17. Jan 15, 2024
    • Sander, Oliver's avatar
      Replace RigidBodyMotion by ProductManifold · 25239378
      Sander, Oliver authored
      The ProductManifold class generalizes RigidBodyMotion, and can do
      everything that the RigidBodyMotion class can.  Therefore there is
      no point in keeping RigidBodyMotion any longer.  Having two
      implementations for the same thing will just confuse people.
      25239378
  18. Jan 05, 2024
  19. Oct 27, 2023
  20. May 24, 2023
  21. May 22, 2023
  22. Apr 24, 2023
  23. Apr 20, 2023
Loading