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

sort by:
Revision Author Date Message Commit Date
4623c5d Merge branch 'cal_volume' into 'master' Numerical element volume calculation See merge request ogs/ogs!4591 25 May 2023, 11:25:27 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
6555401 [T] Slightly relax ctest tolerances 21 May 2023, 20:51:08 UTC
6448ef4 Merge branch 'WellboreSimulator_EOS' into 'master' WellboreSimulator-EOS: water vapour density and enthalpy in region4 See merge request ogs/ogs!4524 21 May 2023, 19:23:22 UTC
47a56e2 Merge branch 'minor_impr' into 'master' Apply clang-format to some files in MeshLib See merge request ogs/ogs!4612 21 May 2023, 19:12:07 UTC
d472a3e [MeshLib] clang-format for some files 19 May 2023, 14:29:16 UTC
c3eb5b3 [MeshLib] Removed unnecessary path in some includes 19 May 2023, 14:28:24 UTC
79b786b [UnitTest/water] water vapor saturation enthalpy in region4. 17 May 2023, 13:26:00 UTC
b6ebb00 [UnitTest/water] water vapor saturation density in region4. 17 May 2023, 13:26:00 UTC
84301de [MPL/Water] Add water vapor saturation enthalpy in region4. 17 May 2023, 13:26:00 UTC
f25b865 [MPL/Water] Add water vapor saturation density in region4. 17 May 2023, 13:26:00 UTC
4ac5bd8 [Doc] Add EOS of water vapor saturation density and enthlapy docu. 17 May 2023, 13:26:00 UTC
99a2201 [UnitTest/Gibbs] add unit test for Gibbs free energy in region2. 17 May 2023, 13:26:00 UTC
fb0c18c [MaterialLib] Add Gibbs free energy calculation in region2. 17 May 2023, 13:26:00 UTC
ff3f642 Merge branch 'minor_impr' into 'master' Apply clang-format to files in MeshLib/MeshEditing See merge request ogs/ogs!4609 16 May 2023, 21:05:26 UTC
df53879 [MeshLib/MeshEditing] Removed unnecessary path in some includes 16 May 2023, 15:54:34 UTC
be24fce [MeshLib/MeshEditing] clang-format 16 May 2023, 15:53:29 UTC
eec8a0b Merge branch 'FixNetCDFDataExplorerBug' into 'master' Fix bug in NetCdf reader in DataExplorer See merge request ogs/ogs!4606 16 May 2023, 06:30:34 UTC
f47e4bd Merge branch 'ReplaceDynamicSpan' into 'master' Replace BaseLib::DynamicSpan with std::span See merge request ogs/ogs!4605 15 May 2023, 18:37:03 UTC
cf5406a [App/DE/VtkVis] Don't destroy current mesh in destructor Storing the mesh as unique_ptr destroys the mesh after NecCdfConfigureDialog goes out of scope. Now, the unique_ptr is released in the destructor. The owner of the data is now responsible for clean up the mesh. 15 May 2023, 06:20:39 UTC
41a8f02 [T/NL] Move function for tests into Tests/NumLib Includes optimizations on vector construction in ReferenceElement. Creation of span with fixed size extent is used in the tests/ReferenceElementUtils. 12 May 2023, 16:11:47 UTC
12b7136 [BL] Remove unnecessary DynamicSpan The STL's std::span is used instead. 12 May 2023, 16:11:47 UTC
2de1975 [NL] Replace BL::DynamicSpan with std::span 12 May 2023, 16:11:47 UTC
12d959a [MatL] Replace BaseLib::DynamicSpan with std::span 12 May 2023, 16:11:47 UTC
2933d54 Merge branch 'RasterImprovements' into 'master' [GeoLib::Raster] Add default {copy, move} {constructor, assignment operator} See merge request ogs/ogs!4599 12 May 2023, 13:19:02 UTC
886ea6f [GL/Raster] Clang format 12 May 2023, 12:19:07 UTC
d5768b4 [T/GL] Update raster test using comparison ops. 12 May 2023, 12:19:07 UTC
6406c69 Merge branch 'PLLC_optim' into 'master' Updated PLLC implementation for performance and accuracy improvements. See merge request ogs/ogs!4603 12 May 2023, 11:24:04 UTC
3a05992 [GL/Raster] Comparison operator for RasterHeader and Raster 12 May 2023, 11:03:58 UTC
bd9916f [T] Unit tests for constructors / assignment ops 12 May 2023, 11:03:58 UTC
3ad5964 [GL/Raster] Create default copy-, move-constructor, copy-, and move-assignment operators 12 May 2023, 11:03:58 UTC
efd46f8 [MeL/MeshGenerators/Raster2Mesh] Use Raster::data() 12 May 2023, 11:03:58 UTC
d51e457 [App/DE/VtkVis/VtkRaster] Use Raster::data() 12 May 2023, 11:03:58 UTC
a3d5885 [App/IO/AsciiRasterInterface] Use Raster::data() md 12 May 2023, 11:03:58 UTC
back to top