Skip to content
Snippets Groups Projects
  1. Mar 08, 2025
  2. Mar 07, 2025
    • Sander, Oliver's avatar
      Let local GFE functions store a basis · e794a07f
      Sander, Oliver authored
      This is the basis used as interpolation weights (for geodesic
      FE functions) or for interpolating in the embedding space
      (for projection-based FE functions).  The basis is not actually
      used yet, but it needs to be given to the class in the
      constructor.
      e794a07f
    • Sander, Oliver's avatar
      Store orientation function by value · 80d5a74e
      Sander, Oliver authored
      Rather than as a std::unique_ptr.  The unique_ptr was introduced
      because originally it was not possible to construct a
      LocalGeodesicFEFunction without also binding it.  As this has now
      changed we can get rid of the extra allocation required by
      std::unique_ptr.
      80d5a74e
    • Sander, Oliver's avatar
      Local functions: Turn constructor into a 'bind' method · 7cd5d40d
      Sander, Oliver authored
      As one further step towards making LocalInterpolationRules
      more like (local) functions, introduce a new method 'bind'
      accepting a local finite element and a set of (local)
      coefficients.  This method replaces the constructor
      taking the same arguments. Instead, the local function object
      now has to be default constructed.  This is just an
      intermediate step, however.
      7cd5d40d
  3. Jan 22, 2025
  4. Jan 20, 2025
  5. Jan 17, 2025
  6. Jan 12, 2025
Loading