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