Skip to content
Snippets Groups Projects
  1. Jan 07, 2025
  2. Jan 06, 2025
  3. Dec 05, 2024
  4. Oct 01, 2024
  5. May 03, 2024
  6. Jan 18, 2024
  7. Dec 19, 2023
    • Lars Bilke's avatar
      [py] Import OpenGeoSys module properly. · b35c1436
      Lars Bilke authored
      Needs to be imported with:
      
      try:
          import ogs.callbacks as OpenGeoSys
      except ModuleNotFoundError:
          import OpenGeoSys
      
      `ogs.callbacks` is needed when imported via pip installed package.
      `import OpenGeoSys` else.
      b35c1436
  8. Nov 29, 2023
  9. Nov 16, 2023
  10. Oct 13, 2023
  11. Oct 11, 2023
  12. May 31, 2023
  13. May 11, 2023
  14. Apr 25, 2023
  15. Feb 03, 2023
  16. Jan 19, 2023
  17. Jan 16, 2023
  18. Oct 24, 2022
    • Dmitri Naumov's avatar
      Manufactured solutions for SteadyState, axisy · c2ce4540
      Dmitri Naumov authored
      Both, the 2D in cylinder coordinates test and
      the corresponding 3D wedge in cartesian coordinates
      are updated. Verified against analytical solution
      given in both project files for initial conditions.
      
      New references are provided for numerical comparison.
      
      Since here two mesh resolutions were already available
      the grid convergence is roughly quadratic for cylinder
      coordinates and cartesian coordinates cases as expected.
      c2ce4540
  19. Mar 02, 2022
  20. Feb 03, 2022
  21. May 09, 2021
Loading