Skip to content
Snippets Groups Projects
  1. Mar 07, 2025
  2. Feb 27, 2025
  3. Jan 22, 2025
  4. Jan 20, 2025
  5. Jan 17, 2025
  6. Jan 12, 2025
  7. 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
  8. 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
  9. Jan 04, 2025
Loading