https://gitlab.opengeosys.org/ogs/ogs.git

sort by:
Revision Author Date Message Commit Date
914f5ac Merge branch 'nb-reqs' into 'master' [jupyter] Relax requirements a bit, update PyVista. See merge request ogs/ogs!4547 30 May 2023, 17:59:26 UTC
9f27e7d [T] Adjusted RUNTIME. 30 May 2023, 17:59:17 UTC
d639ca7 [py] Use gmsh nox package on CI. See https://stackoverflow.com/a/57060441/80480. 30 May 2023, 13:32:33 UTC
a8351b5 Updated container-maker. 30 May 2023, 12:20:39 UTC
e63446d [T] Added simple ssd notebook for testing only (not published to web). 30 May 2023, 11:13:50 UTC
05165d9 [jupyter] Relax requirements a bit, update PyVista. - Versions were changed from == to >= - gmsh package without X requirements - PyVista updated with trame backend 30 May 2023, 11:13:50 UTC
2cd193d Merge branch 'SaveRasterDE' into 'master' Save raster data in Data Explorer See merge request ogs/ogs!4580 30 May 2023, 08:00:31 UTC
c3bf0a0 fixed index 30 May 2023, 06:52:52 UTC
8c5a524 [T/MeL] Remove unused variable 30 May 2023, 06:52:52 UTC
01710fc [App/DE] convertToRastert returns an optional 30 May 2023, 06:52:50 UTC
30ec8a6 Allow saving raster data in Data Explorer 30 May 2023, 06:52:21 UTC
52696d6 Merge branch 'impr_mesh_quality' into 'master' Use numerical element volume calculation in AddElementQuality See merge request ogs/ogs!4598 29 May 2023, 14:58:35 UTC
81117fc [CTest] Added a CTest for numerical element volume calculation 29 May 2023, 14:15:16 UTC
0331f71 [CTest/Utils] Relaxed the result comparison tolerance of the test for AddElementQuality 29 May 2023, 14:15:16 UTC
e195741 [MeshToolsLib] Increase the integration order of numerical element size calculation 29 May 2023, 14:15:16 UTC
e060999 [MeshLib] Use numerically calculated element size in ElementSizeMetric 29 May 2023, 14:15:16 UTC
b4b28f1 [MeshLib] Improved merged two member functions of ElementSizeMetric 29 May 2023, 14:15:16 UTC
b0427d3 Merge branch 'disable-large-nb-mac-amd' into 'master' [ci] Disable large notebook tests on mac amd. See merge request ogs/ogs!4625 26 May 2023, 13:48:38 UTC
85534e3 [ci] Disable large notebook tests on mac amd. 26 May 2023, 13:04:16 UTC
d828f3c Merge branch 'fix-frontend' into 'master' [eve] Install numpy into venv in source dir. See merge request ogs/ogs!4623 26 May 2023, 11:10:06 UTC
3ad58a3 [eve] Install numpy into venv in source dir. Fixes frontend CI job. 26 May 2023, 10:07:43 UTC
9ae85bf Merge branch 'test-latest-wheel' into 'master' [ci] Test latest wheel in 'test notebooks via wheel'-job. See merge request ogs/ogs!4621 26 May 2023, 07:55:35 UTC
53adeb3 Merge branch 'tetgen' into 'master' [tools] Create Tetgen Smesh from Rasters See merge request ogs/ogs!4560 26 May 2023, 07:14:47 UTC
c874a4f [ci] Test latest wheel in 'test notebooks via wheel'-job. 26 May 2023, 07:05:45 UTC
8c9e2a3 [T] Removed executable bit from input data. 26 May 2023, 06:31:04 UTC
1ce5612 [T] Use numdiff for createTetgenSmeshFromRasters ctest. 26 May 2023, 06:31:04 UTC
e226c2c [cmake,T] Added numdiff tester to AddTest(). 26 May 2023, 06:31:04 UTC
ed477b0 include MeshToolsLib 26 May 2023, 06:31:04 UTC
8e260cd mentioned new compatible format for rasters 26 May 2023, 06:26:23 UTC
d07c636 Fixed doxygen docu 26 May 2023, 06:26:22 UTC
4950d52 Added tests for createTetgenSmeshFromRasters 1. test to compare the generated smesh 2. test to check for failure when 3D mesh instead of 2D mesh is given 26 May 2023, 06:26:22 UTC
f83df33 Split the features in 2 tools 26 May 2023, 06:26:22 UTC
425b798 Merge branch 'cal_volume' into 'master' Numerical element volume calculation See merge request ogs/ogs!4591 25 May 2023, 13:30:25 UTC
8e1d28a [UnitTest] Changed a type alias name to avoid name conflict 25 May 2023, 11:25:17 UTC
d452ef0 [UnitTest] Changed a file name TestGradShapeFunction to TestGradShapeFunctionAndVolumeCalculation 25 May 2023, 11:25:17 UTC
1a6996a [UnitTest] Test Element::computeVolumeNumerically 25 May 2023, 11:25:17 UTC
a48389c [MeshLib/Utils] Added a function to compute the element volume numerically 25 May 2023, 11:25:17 UTC
91e63fd Merge branch 'TH2M-SolidModelsMFront' into 'master' TH2M changes necessary to use MFront material models See merge request ogs/ogs!4476 25 May 2023, 11:10:09 UTC
2bc54ea [T/TH2M] Multi-material with restart Testing output and reading of material state variables from MFront and OGS internal solid material model. 25 May 2023, 09:43:43 UTC
ee76e1c [PL/TH2M] Read/write internal state variables 25 May 2023, 09:43:43 UTC
2ce9889 [PL/TH2M] Add solid material secondary vars I/F The interface enables extrapolation of internal state variables. 25 May 2023, 09:43:43 UTC
8da99df [PL/TH2M] Template local asm I/F over Displ.Dim This is in preparation for implementation of getMaterialStateVariablesAt() required for extrapolation of MFront's internal variables. 25 May 2023, 09:43:43 UTC
656157e [MatL/S] In Ehlers do nothing for dt==0 case As this case should happen only in initialization, the resulting tangent stiffness is not used, sigma might be incorrect though---not sure here. 25 May 2023, 09:43:43 UTC
e2d6271 [PL/TH2M] Omit some constitutive evals for dt=0 This happens in the initialization phase, which should be separated (or actually the jacobian contributions). 25 May 2023, 09:43:43 UTC
61c692b [MPL/MFront] Evaluate material properties for s0 In the first time step the values were not initialized. 25 May 2023, 09:43:43 UTC
1cffab9 Merge branch 'PetscFixes' into 'master' Small PETSc fixes See merge request ogs/ogs!4619 25 May 2023, 08:54:55 UTC
ffc68b2 [PL/O] Missing include for petsc compilation 25 May 2023, 08:25:06 UTC
8317425 [NL] Fix local access to a PETSc count vector Otherwise the vector is in "wrong" state. 25 May 2023, 08:25:06 UTC
04fd88b Merge branch 'mac-petsc' into 'master' [ci] Added job 'build mac petsc arm64', used for notebooks too. See merge request ogs/ogs!4617 25 May 2023, 07:31:14 UTC
a4ba9b6 [ctest] Added LABELS to NotebookTest(), removed large label from notebook tests. 25 May 2023, 06:14:33 UTC
4debeab [ci] Run snakemake_reorder_mesh in parallel. 25 May 2023, 06:14:33 UTC
f08d205 [ci] Adapt for new labels. 25 May 2023, 06:14:33 UTC
b6c1b76 [T] Relax tolerances for m1-mac. 24 May 2023, 16:32:37 UTC
770bfd9 [T] Added new ctest label 'petsc-mumps' to benchmarks. 24 May 2023, 16:32:37 UTC
b4d4e69 [cmake] Added LABELS parameter to AddTest(). 24 May 2023, 16:32:37 UTC
c2911df [ci] Added job 'build mac petsc arm64', used for notebooks too. 24 May 2023, 16:32:36 UTC
ad7390e Merge branch 'move_mesh_dirs' into 'master' Move three sub-folders out of MeshLib See merge request ogs/ogs!4618 24 May 2023, 06:59:50 UTC
167b191 [MTL] Update namespace scope closing comment 23 May 2023, 16:44:08 UTC
01b46c7 [VoxelGridFromLayeredMeshes] Using forward declaration and adding nacessary std includes 23 May 2023, 16:44:08 UTC
d67be00 [MeshToolsLib] Changed the namespace of the classes and the functions defined in the files in MeshToolsLib. 23 May 2023, 16:44:07 UTC
11b504a [CMake] Link the new mesh related lib to the associated libs 23 May 2023, 16:44:07 UTC
b42c0e6 [MeshLib] Moved MeshEditing, MeshQuality, MeshGenerators, and some other files to MeshToolsLib 23 May 2023, 16:44:07 UTC
6111157 [CMake#NumLib] removed library link to MeshGeoToolsLib 23 May 2023, 16:44:07 UTC
3638177 [MeshLib] Moved files DuplicateMeshComponents.h/cpp from MeshEditing to Utils 23 May 2023, 16:44:07 UTC
e7c2b36 [MeshLib] Moved VtkMeshConverter.h/cpp from MeshLib/MeshGenerators to MeshLib/IO/VtkIO/ 23 May 2023, 16:44:07 UTC
ac197a5 Merge branch 'RefactorNumericalStabilization' into 'master' Refactor numerical stabilization algorithms See merge request ogs/ogs!4570 23 May 2023, 16:35:19 UTC
dbd1014 [PL/THM] Refactor to use NumericalStabilization Similar to HT refactoring the dispersivity computation is using zeros. 23 May 2023, 08:15:07 UTC
4816a3f [PL/THM] Rename scalar shape functions N, dNdx This is necessary for the integration loop (for full upwind/numerical diffusion) being outside of the local assembler. 23 May 2023, 08:15:07 UTC
4961185 [PL/HT] Refactor to use NumericalStabilization Computation of the thermal dispersivity turned out to be somewhat cumbersome and requires further refactorings to unify the passed coefficients avoiding multiplication with zero hacks. 23 May 2023, 08:15:07 UTC
797e600 [NL] Remove type info from variable name 23 May 2023, 08:15:07 UTC
57d075c [PL/CT][NL] Move hydrodynamic dispersion code Following same pattern as for the assembly of the advection matrix, using the visitor pattern, the computation is moved from individual process into NumLib. 23 May 2023, 08:15:07 UTC
debef67 [NL] Move advection matrix assembly in own file 23 May 2023, 08:15:07 UTC
2d3d6b1 [PL/CT] Update for new numerical stabilization impl Using variant type replacing the unique_ptr, unify function calls. 23 May 2023, 08:15:07 UTC
a54241a [NL] Use visitor in assembleAdvectionMatrix 23 May 2023, 08:15:07 UTC
16b7df2 [NL] Separate NumericalStabilization classes hierarchy Using a variant type. 23 May 2023, 08:15:07 UTC
1396355 [NL] Move method to specific class The computeArtificialDiffusion method is specific to the IsotropicDiffusion numerical stabilization. 23 May 2023, 08:15:07 UTC
ed2c868 [NL] Separate NumericalStabilization create method 23 May 2023, 08:15:07 UTC
463376c [NL] Fix variable name typo 23 May 2023, 08:15:07 UTC
f5fea9b [NL] Smaller cleanups in numerical stab. creation - Make cutoff velocity non-optional for both, the full upwind and isotropic diffusion. - No else after return. - Single place for output of type. 23 May 2023, 08:15:07 UTC
706bea2 [NL] Move cutoff velocity in specific classes Reduces the interface of the base class 23 May 2023, 08:15:07 UTC
a2d69b7 Merge branch 'refactLayers2Grid' into 'master' [tools] Refactor Layers2Grid See merge request ogs/ogs!4588 23 May 2023, 07:15:48 UTC
e292b56 Merge branch 'bgr-tol' into 'master' [T] Relax some tolerances. Closes ufz-bgr/hpc/docs#47 See merge request ogs/ogs!4615 23 May 2023, 06:35:36 UTC
c11d913 Created VoxelGridFromLayeredmeshes.cpp/.h 22 May 2023, 14:45:16 UTC
df325dc Extract Layers2Grid 22 May 2023, 14:45:16 UTC
49d4f97 Merge branch 'XyzToLayeredRasterList' into 'master' Mentioning possible raster file formats for layered mesh generation See merge request ogs/ogs!4616 22 May 2023, 13:18:41 UTC
c0d5fe5 mentioning possible raster file formats for layered mesh generation 22 May 2023, 13:18:14 UTC
5b6be53 Updated container-maker. 22 May 2023, 13:16:09 UTC
a0a8406 Merge branch 'eve-toolchain' into 'master' [eve] Updated to toolchain 2022b See merge request ogs/ogs!4592 22 May 2023, 10:51:18 UTC
2c11da0 Merge branch 'Wellbore_simulator_EOS_clean_up' into 'master' [Water IF97] Wellbore simulator EOS clean up Closes #3408 See merge request ogs/ogs!4614 22 May 2023, 10:50:12 UTC
e4659cf Merge branch 'petsc-envinf-tag' into 'master' [ci] Pin linux petsc job to 'petsc' runner tag. See merge request ogs/ogs!4610 22 May 2023, 10:07:56 UTC
813e74b [ci] Made linux petsc job manual. 22 May 2023, 09:42:06 UTC
e56a65a [ci] Pin linux petsc job 'petsc' runner tag. Allows for selecting runners on demand via their tags. 22 May 2023, 09:41:05 UTC
2cc9b82 Merge branch 'no-dangling-reference' into 'master' [cmake] -Wno-dangling-reference for gcc 13.1.1. See merge request ogs/ogs!4607 22 May 2023, 09:39:34 UTC
522166a [cmake] -Wno-dangling-reference for gcc 13.1.1. Related https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/4597. 22 May 2023, 09:24:51 UTC
69e05fc [eve] Set PETSc config options via module script. 22 May 2023, 08:45:22 UTC
79e3980 [eve] Disabled old toolchain modules. 22 May 2023, 08:45:05 UTC
35e2e30 [eve] Updated to toolchain 2022b. Serial config working. 22 May 2023, 08:45:05 UTC
1a7fea0 [T] Relax some tolerances. May fix https://gitlab.opengeosys.org/ufz-bgr/hpc/docs/-/issues/47 22 May 2023, 07:48:02 UTC
a5b43bd [Doc/Water] Update the limits of the function and the units. 22 May 2023, 07:26:16 UTC
7bdbbb5 [MPL/Water] Update comments on the pressure boundaries for saturation properties. 22 May 2023, 07:04:39 UTC
back to top