Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 18, 2023
  3. Dec 16, 2023
  4. Dec 15, 2023
  5. Dec 14, 2023
  6. Dec 13, 2023
  7. Dec 12, 2023
  8. Dec 11, 2023
  9. Dec 08, 2023
  10. Dec 07, 2023
    • Dmitri Naumov's avatar
      Merge branch 'FCT' into 'master' · 7402cf39
      Dmitri Naumov authored
      add the numerical stabilization type "FCT" and apply it to ComponentTransport process
      
      See merge request ogs/ogs!4825
      7402cf39
    • HBShaoUFZ's avatar
      remove no_fct prj file · c04d54d1
      HBShaoUFZ authored and Dmitri Naumov's avatar Dmitri Naumov committed
      c04d54d1
    • HBShaoUFZ's avatar
      [T] benchmark of FCT feature · 4fc3886c
      HBShaoUFZ authored and Dmitri Naumov's avatar Dmitri Naumov committed
      change output prefix
      
      update results
      
      remove LIS and PETSc config
      
      switch on vtkdiff in OgsTest
      4fc3886c
    • Dmitri Naumov's avatar
      [NL/FCT] Extract matrix creation · ea0f1c72
      Dmitri Naumov authored and Dmitri Naumov's avatar Dmitri Naumov committed
      Directly allocate matrix w/o using the matrix-vector-provider.
      ea0f1c72
    • HBShaoUFZ's avatar
      documentation of FCT feature · e2a11238
      HBShaoUFZ authored and Dmitri Naumov's avatar Dmitri Naumov committed
      fix spelling errors
      
      trim trailing whitespace
      
      fix markdownlint
      
      fix markdownlint
      
      avoid vale false error
      
      fix vale
      
      add limitation
      
      fix vale
      
      fix language issues
      
      break into separate lines
      
      improve benchmark doc
      e2a11238
    • HBShaoUFZ's avatar
      [T] benchmark of FCT feature · af44cc2e
      HBShaoUFZ authored and Dmitri Naumov's avatar Dmitri Naumov committed
      change output prefix
      
      update results
      
      remove LIS and PETSc config
      
      switch on vtkdiff in OgsTest
      af44cc2e
    • HBShaoUFZ's avatar
      call FCT in ComponentTransport process · d376034e
      HBShaoUFZ authored and Dmitri Naumov's avatar Dmitri Naumov committed
      fixup! calculate D and F in ComponentTransport
      
      remove the pass of D and F matrix
      
      declare and reclaim D and F locally
      
      move FCT feature to a separate function
      
      activate the switch
      
      use the switch built in stabilizer
      
      move to stabilizer
      
      add include
      
      clean not needed lib
      
      clang-format
      
      clang-format
      
      switch off when OGS_USE_PETSC
      
      USE_PETSC
      
      move ifdef to FluxCorrectedTransport class
      d376034e
    • HBShaoUFZ's avatar
      add FCT to numerical stabilization · fdc126a0
      HBShaoUFZ authored and Dmitri Naumov's avatar Dmitri Naumov committed
      add FCT function
      
      pass address
      
      add function
      
      bugfix
      
      clang-format
      
      trim trailing whitespace
      
      trim trailing whitespace
      
      switch off when OGS_USE_PETSC defined
      
      switch off when OGS_USE_PETSC
      
      switch off when OGS_USE_PETSC
      
      USE_PETSC
      
      USE_PETSC
      
      USE_PETSC
      
      USE_PETSC
      
      clang-format
      
      move ifdef
      
      fix error msg
      
      clang-format
      
      clang-format
      
      clang-format
      
      fix error
      
      fix error in no_unity setting
      
      fix error in no-unity setting
      
      set maybe_unused
      
      clang-format
      fdc126a0
Loading