Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 04, 2025
  3. Dec 30, 2024
  4. Nov 15, 2024
  5. Nov 06, 2024
  6. Nov 05, 2024
  7. Oct 07, 2024
  8. Oct 01, 2024
  9. 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
  10. Sep 06, 2024
  11. Sep 01, 2024
  12. Aug 30, 2024
  13. Aug 22, 2024
    • Sander, Oliver's avatar
      CosseratEnergyLocalStiffness: Provide constructor without external loads · fc2149b0
      Sander, Oliver authored
      Energies of particular models should not implement external loads
      themselves, because that would lead to a lot of code duplication
      (and possible inconsistencies).  A one step towards that goal,
      allow to construct a CosseratEnergyLocalStiffness object
      without external loads.
      fc2149b0
    • Sander, Oliver's avatar
      Make NeumannEnergy work for Cosserat shells · e4cf924d
      Sander, Oliver authored
      Previously, the NeumannEnergy class assumed that the grid dimension
      was equal to the world dimension.  This is not the case for shells,
      where the grid is 2d but the world is 3d.
      
      The present patch generalizes to code to also allow for 2d grids.
      e4cf924d
    • Sander, Oliver's avatar
      Reimplement CosseratVTKWriter::writeMixed using dune-vtk · d8d68fa0
      Sander, Oliver authored
      Previously, the method basically hand-implemented a writer for
      VTK files.  Using dune-vtk instead leads to much shorter and
      simpler code, and gives us access to all the dune-vtk niceties,
      like binary files and high-order grid cells.
      d8d68fa0
  14. Aug 21, 2024
  15. Aug 08, 2024
Loading