Skip to content
Snippets Groups Projects
  1. Jan 17, 2025
  2. Jan 12, 2025
  3. Jan 07, 2025
    • Sander, Oliver's avatar
      Let LocalDensity have a 'bind' method · 2d96b2b2
      Sander, Oliver authored
      It is default-implemented in LocalDensity itself, and therefore
      density implementations don't have to implement it themselves
      unless they need to do something nonstandard.
      2d96b2b2
  4. Jan 06, 2025
    • Sander, Oliver's avatar
      Let LocalDensity depend on the integration domain · ea7c073a
      Sander, Oliver authored
      Rather than just on the type for points in the domain.
      The point type is not enough: For example, if the density involves
      a coefficient function given as a GridView function, then the
      density has to be able to bind the local coefficient function
      to the correct element, for which it has to know the element type.
      
      Integration domains can be elements (i.e., Codim<0>::Entity)
      or Intersections.
      
      The actual bind method will follow in a separate commit.
      ea7c073a
    • Sander, Oliver's avatar
      Fix single-inclusion macro · b544152e
      Sander, Oliver authored
      b544152e
    • Sander, Oliver's avatar
      Let CosseratShellDensity inherit from LocalDensity · 8c318bfb
      Sander, Oliver authored
      I suspect that calling the density through LocalDensity::operator()
      doesn't work yet, because the GFE function derivatives are not
      transformed correctly from the reference to the grid element.
      Therefore that new method still aborts with a deliberate error
      message, until I have the time to check.
      8c318bfb
  5. Jan 04, 2025
  6. Dec 30, 2024
  7. Nov 15, 2024
  8. Nov 06, 2024
  9. Nov 05, 2024
  10. Oct 07, 2024
  11. Oct 01, 2024
  12. 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
  13. Sep 06, 2024
  14. Sep 01, 2024
  15. Aug 30, 2024
Loading