Skip to content
Snippets Groups Projects
  1. May 30, 2024
  2. May 29, 2024
  3. May 28, 2024
  4. May 27, 2024
  5. May 16, 2024
  6. May 15, 2024
  7. May 13, 2024
  8. May 06, 2024
  9. Apr 30, 2024
  10. Apr 26, 2024
    • Nils Kohl's avatar
      First apparently working version of tensorial vector function operators. · 2120922c
      Nils Kohl authored
      Instead of having dedicated forms, the diffusion form has been modified slightly by replacing the dot product with a double contraction. This should ensure compatibility with the scalar version.
      
      * only P1
      * only 2D (3D should be straightforward)
      * only briefly tested vector Laplace
      * some cleanup pending
      2120922c
  11. Apr 24, 2024
  12. Apr 23, 2024
  13. Apr 08, 2024
    • Daniel Bauer's avatar
      rename master -> main · 5d6c72e6
      Daniel Bauer authored
      5d6c72e6
    • Daniel Bauer's avatar
      Initial commit. · f875b021
      Daniel Bauer authored
      To restore the closed source history:
      ```
      git remote add history git@i10git.cs.fau.de:terraneo/hyteg-form-generator.git
      git fetch history 'refs/replace/*:refs/replace/*'
      ```
      f875b021