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

sort by:
Revision Author Date Message Commit Date
79a01a5 [PL/DS] Explain copy of a curve. Move time intvl. 31 March 2021, 20:37:44 UTC
f82b432 [PL/DS] Use std algorithm in subdomain parsing. 31 March 2021, 20:37:44 UTC
638e668 [PL/DS] Make line segment optional for time intrvl Either time interval is given w/o line segment, which is unused for whole material ids blocks deactivation *or* a curve and line segment must be given. 31 March 2021, 20:37:44 UTC
5e7c298 [doc] Tags documentation of DeactivatedSubdomain. 31 March 2021, 20:37:44 UTC
6148f12 [PL] PV; Update active elements depending on time. Using elements centers for the condition. 31 March 2021, 20:37:44 UTC
a604dc8 [PL/DS] Add isDeactivated(point, t) query. Will be used to determine whether a point (e.g. a cell center) is deactivated or not. 31 March 2021, 20:37:44 UTC
e0a8977 [PL/DS] Parse line segment and store in DS. 31 March 2021, 20:37:44 UTC
496989e [PL/DS] Separate create methods from class def. 31 March 2021, 20:37:44 UTC
0b71f04 [PL/DS] Parse actual curve or time interval. 31 March 2021, 20:37:44 UTC
0deca8c [PL] Pass curves down to deactivated subdomains. 31 March 2021, 20:37:43 UTC
0b8d7c1 [PL/DS] Use curve replacing time interval. Creating the curve for time interval s.t. the whole material ids group is deactivated, as it was for the time interval case. 31 March 2021, 20:37:43 UTC
8e73810 [PL/DS] Use active elements to construct BC. The set of deactivated nodes is now constructed on the fly using the active elements set passed from the process variable. 31 March 2021, 20:37:43 UTC
b09b53e [PL] PV; Extract common line out of if-else cnd. 31 March 2021, 20:37:43 UTC
622a1f7 [PL] Drop unnecessary if-condition. 31 March 2021, 20:37:43 UTC
8599e09 [T/M] Excavation examples. 31 March 2021, 20:37:43 UTC
c3f71ba [ci] Another doxygen fix. 31 March 2021, 12:37:32 UTC
9e57d44 Merge branch 'fix-cmake-format' into 'master' [pre-commit] Pass config file to cmake format. See merge request ogs/ogs!3553 31 March 2021, 12:31:23 UTC
bc5459d [ci] Doxygen fix. 31 March 2021, 12:23:33 UTC
1b4393d [pre-commit] Pass config file to cmake format. 31 March 2021, 10:37:03 UTC
892e399 Merge branch 'doxysearch' into 'master' [Doxygen] Implemented full text search. Closes #3118 See merge request ogs/ogs!3552 31 March 2021, 10:28:57 UTC
bc141c1 [Doxygen] Implemented full text search. Fixes #3118. 31 March 2021, 09:45:42 UTC
7c25c2d Merge branch 'MeshRevisionUpdates' into 'master' Tiny cleanup in MeshRevision See merge request ogs/ogs!3551 30 March 2021, 08:04:16 UTC
ab4803e [A/U/ME] constify MeshRevision object. 30 March 2021, 05:56:17 UTC
6c63778 [MeL/MeshEditing] constify MeshRevision::simplifyMesh 30 March 2021, 05:56:17 UTC
55cbe85 [MeL/MeshEditing] constify MeshRevision::copyProperties 30 March 2021, 05:56:17 UTC
2db6082 [MeL/MeshEditing] Subst MeshRevision::resetNodeIDs by Mesh::resetNodeIDs. 30 March 2021, 05:55:42 UTC
df71b2a Merge branch 'HMFluidPhase' into 'master' Allows HM process to use Gas or AqueousLiquid for fluid phase. See merge request ogs/ogs!3542 29 March 2021, 12:21:04 UTC
f88b912 [T] Fix ReviseMesh_Test order. 29 March 2021, 12:04:45 UTC
602c862 Merge branch 'AddBoundaryExtractionToVerticalSliceTool' into 'master' [utils] added boundary extraction to vertical slice extraction tool See merge request ogs/ogs!3548 29 March 2021, 10:49:22 UTC
06d7927 Merge branch 'license' into 'master' Adapt license to be classified as BSD 3-clause by GitLab. See merge request ogs/ogs!3549 29 March 2021, 10:40:45 UTC
3e92ede [utils] added boundary extraction to vertical slice extraction tool 29 March 2021, 10:20:24 UTC
5653d17 [PL/HM] Use fluid phase. Can be gas or liquid. 29 March 2021, 09:54:07 UTC
9bbe2c7 [MPL] Fix function argument name to match decl. 29 March 2021, 09:54:07 UTC
54ec5d3 [MPL] Add hasPhase to medium and fluidPhase(). For some processes, like HM, there is no difference between the gas and liquid phases, a fluid phase is sufficient. 29 March 2021, 09:54:07 UTC
0f0ae69 Adapt license to be classified as BSD 3-clause by GitLab. Just changed "OpenGeoSys Community" to "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the last paragraph. Before this change GitLab classified the license as "Other" and not "BSD 3-clause". 29 March 2021, 09:13:22 UTC
6bcb4f1 Merge branch 'AddPropertyHandlingToReviseMesh' into 'master' [utils] Add property handling to reviseMesh tool See merge request ogs/ogs!3534 29 March 2021, 06:03:46 UTC
1063fd6 [T] Fix diff file names. 26 March 2021, 16:13:48 UTC
f3f0893 [T] Fixed ReviseMesh_Test config. 26 March 2021, 09:59:12 UTC
d096d09 code quality improvements 26 March 2021, 09:48:19 UTC
533722e adding AddTest and MeshTest 26 March 2021, 09:48:19 UTC
225aff9 [utils] documentation + moving functions into local namespace 26 March 2021, 09:48:19 UTC
8196500 added test for reviseMesh 26 March 2021, 09:48:19 UTC
1bf1efd adjusting help text and param sequence 26 March 2021, 09:48:18 UTC
6ba44e8 copying all mesh properties, not just MatIDs 26 March 2021, 09:48:18 UTC
42c0b49 Merge branch 'THMInitialStress' into 'master' [PL/THM] Add initial_stress input. See merge request ogs/ogs!3541 25 March 2021, 18:19:09 UTC
eb25855 Merge branch 'correct_staggered_scheme_benchmark' into 'master' [HM] benchmark staggered scheme, use unit mD precisely and correct nondim time See merge request ogs/ogs!3545 25 March 2021, 17:18:44 UTC
3ea482a Merge branch 'NomenclatureUpdate' into 'master' Change of nomenclature (in the documentation) of the physical constants in the Material Library See merge request ogs/ogs!3543 25 March 2021, 16:30:15 UTC
b0a8d03 Merge branch 'physical_constant' into 'master' [PhysicalConstant] changed const to constexpr See merge request ogs/ogs!3544 25 March 2021, 11:09:19 UTC
a8a2144 use unit mD precisely and correct nondim time 25 March 2021, 10:52:55 UTC
3b0fbf0 [PhysicalConstant] changed const to constexpr 25 March 2021, 10:26:28 UTC
10a1660 Change of nomenclature (in the documentation) of the physical constants in the Material Library 25 March 2021, 10:06:57 UTC
b2208f3 [PL/THM] Add initial_stress input. 25 March 2021, 09:34:05 UTC
5c2ae1c Merge branch 'fix-cmake-realpath' into 'master' [cmake] Replace file(REAL_PATH ..) with get_filename_component. See merge request ogs/ogs!3540 25 March 2021, 08:13:40 UTC
805d917 [cmake] Replace file(REAL_PATH ..) with get_filename_component. Removes unintented CMake 3.19 requirement. 25 March 2021, 07:30:19 UTC
291a576 Merge branch 'doxygen-warnings' into 'master' [ci] Doxygen warnings See merge request ogs/ogs!3539 24 March 2021, 15:19:12 UTC
516a8b6 [ci] Added number of Doxygen warnings as a CI metric. https://docs.gitlab.com/ee/ci/metrics_reports.html 24 March 2021, 14:37:57 UTC
690039e [ci] Fix Doxygen warnings output. 24 March 2021, 14:00:06 UTC
2813b43 Merge branch 'MPL_vapour_diffusionMPQ' into 'master' [MPL] A vapour diffusion property of VapourDiffusionPMQ See merge request ogs/ogs!3527 24 March 2021, 10:42:54 UTC
6c9b2bd Merge branch 'cpm-licenses' into 'master' [CMake] Third-party license, ccache setup and msvc folder See merge request ogs/ogs!3535 23 March 2021, 15:07:49 UTC
718b674 [cmake] Simplified (MSVC) folder setup. Using https://github.com/TheLartians/GroupSourcesByFolder.cmake and CMAKE_FOLDER variable. 23 March 2021, 12:22:58 UTC
dea4434 [CMake] Use ccache setup from TheLartians/Ccache.cmake https://github.com/TheLartians/Ccache.cmake No need to configure anything for ccache. 23 March 2021, 11:24:54 UTC
1c3cd18 [CMake] Collect third-party (CPM) licenses. - New target write-licenses to write license file third_party_licenses.txt - License file is installed into ./share/info/ 23 March 2021, 11:24:53 UTC
6718a42 [Doc] Added the property case of VapourDiffusionPMQ 23 March 2021, 08:04:29 UTC
0379edc [Doc] Added a description of VapourDiffusionPMQ 23 March 2021, 08:04:29 UTC
7466243 [UnitTest] Added unit tests for VapourDiffusionPMQ 23 March 2021, 08:04:29 UTC
8580225 [MPL] Registered VapourDiffusionPMQ 23 March 2021, 08:04:26 UTC
a0a26ab [MPL] Added createVapourDiffusionPMQ 23 March 2021, 08:03:22 UTC
512b664 [MPL] Added VapourDiffusionPMQ 23 March 2021, 08:03:22 UTC
cad8e6f Merge branch 'BaseLibPrivateMembersStyle' into 'master' Base lib private members style See merge request ogs/ogs!3525 23 March 2021, 07:12:44 UTC
5ae119f [BL] clang-format of previous change set. 22 March 2021, 20:39:56 UTC
c097de8 [BL] Moving private data member signifier to end. 22 March 2021, 20:39:56 UTC
a84ef54 Merge branch 'update_staggered_scheme_benchmark' into 'master' Update staggered scheme benchmark See merge request ogs/ogs!3530 22 March 2021, 18:18:14 UTC
64a7a5a [HM] formulation of web-docu after review 22 March 2021, 17:43:01 UTC
b21e48b Merge branch 'XmlInterfaces' into 'master' Sort and cleanup XML interfaces See merge request ogs/ogs!3533 22 March 2021, 14:20:21 UTC
288f9a8 Replace Writer::writeToFile with writeStringToFile Eliminating the function also reveals a copy of the data being made internally. 22 March 2021, 13:29:49 UTC
438c381 [BL/IO] Provide read only access to data. 22 March 2021, 10:56:43 UTC
1a37c73 [BL/IO] Move internal function to private section. 22 March 2021, 10:56:43 UTC
db6cb66 [BL/IO] Make internally used members private. Not accessed by derived classes. 22 March 2021, 10:56:43 UTC
4dd9dfe [App/IO] XmlPrjI/F is not dependent on XMLI/F. It is neither accessed through a base class pointer, nor does it require the export_name member variable access. 22 March 2021, 10:56:43 UTC
771b006 [BL/IO] Free writeStringToFile function. 22 March 2021, 10:56:43 UTC
76d2ef9 Merge branch 'SeparateTimeDependentDirichletAndSubdomainDeactivation' into 'master' Separate time dependent dirichlet and subdomain deactivation See merge request ogs/ogs!3531 22 March 2021, 10:28:48 UTC
22427c2 Merge branch 'RemoveXmlNumInterface' into 'master' [App/IO] Remove unused XmlNumInterface. See merge request ogs/ogs!3532 22 March 2021, 09:53:42 UTC
958fe18 [HM] correct test files of staggered scheme benchmark 22 March 2021, 09:33:35 UTC
c495f2c [web] Fix links. Closes #3123. 22 March 2021, 07:35:11 UTC
8ede7cb [PL/BC] Replace two members with specialized class 20 March 2021, 11:38:37 UTC
496104b [BL] TimeInterval. Make a struct, simplifying ctor 20 March 2021, 11:38:37 UTC
ceace37 [App/IO] Remove unused XmlNumInterface. 20 March 2021, 11:33:04 UTC
c35f30c Remove unique_ptr's from TimeInterval. Code simplification and one less dereferencing at run time. 19 March 2021, 18:10:45 UTC
566f4dd [PL/BC] Remove unnecessary member. 19 March 2021, 18:08:50 UTC
029f20e [PL/BC] Extract DeactivatedSubdomainDirichlet. 19 March 2021, 18:08:50 UTC
ea58c6b [PL/BC] Separate create method. 19 March 2021, 18:08:50 UTC
cbbac4c [PL/PV] Remove unnecessary if-condition. Same thing is checked after the find_if. 19 March 2021, 18:08:50 UTC
a15ddd8 [PL/BC] Formatting. 19 March 2021, 18:08:50 UTC
c8e2aa9 [PL/PV] Constify return of getActiveElementIDs(). 19 March 2021, 18:08:50 UTC
7182349 Merge branch 'MPL_vapour_fixing' into 'master' [Doc/WaterVapourDensity] Corrected a Quality Assurance issue See merge request ogs/ogs!3529 19 March 2021, 14:27:08 UTC
ca0ca15 [Doc/WaterVapourDensity] Corrected a Quality Assurance issue 19 March 2021, 12:32:13 UTC
f69a6aa Merge branch 'MPL_vapour_latent_heat' into 'master' Added a new property type of latent_heat and a property of WaterVapourLatentHeat See merge request ogs/ogs!3519 19 March 2021, 12:29:21 UTC
aac1840 Merge branch 'MPL_vapour_fixing' into 'master' [MPL/Vapour] Corrected the DBUG message in two creators. See merge request ogs/ogs!3526 19 March 2021, 12:01:38 UTC
db2a382 [MPL/Vapour] Corrected the DBUG message in two creators. 19 March 2021, 10:59:24 UTC
ba67835 [MPL] Renamed WaterVapourLatentHeat to LinearWaterVapourLatentHeat 19 March 2021, 10:54:22 UTC
back to top