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. Dec 29, 2024
  8. Dec 16, 2024
  9. Nov 23, 2024
  10. Nov 18, 2024
  11. Nov 15, 2024
  12. Nov 12, 2024
  13. Nov 06, 2024
Loading