swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f

sort by:
Revision Author Date Message Commit Date
4dd607e Merge branch 'mfront-runtime-fix' into 'master' [ML] Preload mfront libraries on Linux. Closes #3073 and #3037 See merge request ogs/ogs!3663 17 June 2021, 08:05:02 UTC
08b72ba [ML] Preload mfront libraries on Linux. Fixes #3073. 17 June 2021, 08:04:39 UTC
8576730 Merge branch 'SmallFixes_2021-06' into 'master' Small unrelated fixes almost all in GeoLib See merge request ogs/ogs!3661 16 June 2021, 08:04:31 UTC
eb59a31 [GL/OctTree] Clang format. 16 June 2021, 05:13:59 UTC
aee33b9 [GL/Grid] Clang format. 16 June 2021, 05:13:59 UTC
58cf1e7 [GL/AABB] Clang format. 16 June 2021, 05:13:59 UTC
7f4d947 [NL/ODESolver] Fix spelling. 16 June 2021, 05:13:59 UTC
bd55787 [GL/IO] Print a warning for a unnamed polyline in gml. 16 June 2021, 05:13:59 UTC
6f17c15 Merge branch 'ThermoRichardsFlow' into 'master' New Process: Non-isothermal Richards flow See merge request ogs/ogs!3419 15 June 2021, 20:24:52 UTC
32f04f9 Merge branch 'LisFixes' into 'master' LIS fixes See merge request ogs/ogs!3660 15 June 2021, 20:22:52 UTC
faa9307 add documentation for ThermoRichardsFlow 15 June 2021, 19:31:56 UTC
8c833f2 add required properties for simplified elasticity models and for vapor diffusion to MPL 15 June 2021, 19:31:56 UTC
14e6513 add tests for ThermoRichardsFlow 15 June 2021, 19:31:56 UTC
44b4fd9 add simplified elasticity models for ThermoRichardsFlow process 15 June 2021, 19:31:56 UTC
0ca170b add ThermoRichardsFlow process 15 June 2021, 19:31:35 UTC
bb5ecdc Require conan LIS version to be compiled w/ OpenMP. 15 June 2021, 19:16:06 UTC
2bc39ea [MaL/LIS] Fix spdlog formatters in INFO messages. 15 June 2021, 10:39:13 UTC
7aa3e1c [MaL/LIS] CMake fix for USE_LIS define. 15 June 2021, 10:39:07 UTC
da6cf5f [MaL/LIS] Include and function call fixes. 14 June 2021, 20:49:49 UTC
f1dc72b Fixing dead URL. 14 June 2021, 08:48:47 UTC
2e5c9ff Merge branch 'RemoveGlobalCaching' into 'master' Remove caching of GlobalMatrix and GlobalVector objects. See merge request ogs/ogs!3659 14 June 2021, 07:17:01 UTC
052b1b5 Merge branch 'StokesFlowDoc' into 'master' [Web] Web documentation of the parallel-plate testcase. See merge request ogs/ogs!3658 11 June 2021, 15:17:58 UTC
48f8090 [Web] Web documentation of the parallel-plate testcase. 11 June 2021, 14:37:35 UTC
0864b40 [NL/DOF] Remove pair with deleted pointer from vector. 11 June 2021, 07:18:47 UTC
5d63554 [NL/DOF] Rm. template switch for searching cache objects. The caching mechanism was removed in previous commits. 11 June 2021, 05:58:48 UTC
0bac759 [NL/DOF] SimpleMatrixVectorProvider: Rm. unused attributes. 11 June 2021, 05:58:48 UTC
1cd1e6d [NL/DOF] MatrixProvider: Rm unused public methods. 11 June 2021, 05:58:48 UTC
7b783c2 [NL/DOF] Rm. not longer needed transfer functions. 11 June 2021, 05:58:48 UTC
7d158fd Remove caching. 11 June 2021, 05:58:48 UTC
054ceca Merge branch 'TH2M_refactorings' into 'master' TH2M refactorings See merge request ogs/ogs!3656 11 June 2021, 05:45:59 UTC
3adb271 Merge branch 'SmallFixes' into 'master' A set of independent small changes. See merge request ogs/ogs!3657 11 June 2021, 04:23:36 UTC
3972847 Don't additionally link spdlog in every library. spdlog is linked "public" in BaseLib. Reason is the violation of odr for some globals defined in the spdlog library. ==1540297==ERROR: AddressSanitizer: odr-violation (0x7f5ea9c9d020): [1] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp [2] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp These globals were registered at these points: [1]: #0 0x5614686e0dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f5e6cdbe7eb in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libMeshLib.so+0x17d37eb) [2]: #0 0x558bd62b6dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f831c7e54ab in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libBaseLib.so+0x89a4ab) 09 June 2021, 12:36:34 UTC
fa9c332 [BL] Extend error messages for xml patches. 09 June 2021, 12:36:34 UTC
76a3050 [PL/U/LocalDataInitializer] Clang format. 09 June 2021, 12:36:34 UTC
4159dc2 [T/ComponentTransport] Use multiple meshes tag in prj file instead of geometry. 09 June 2021, 12:36:34 UTC
ce3e379 [PL/TH2M] Use dt=0 in initialization. Needed for correct computation of thermal strains and solid material models' updates. 09 June 2021, 11:55:47 UTC
229f76a [PL/TH2M] Move solid variables update. Stresses and strains are now updated together with all the other constitutive variables. 09 June 2021, 11:55:47 UTC
cb5cdaa [PL/TH2M] Pass xdot to update constitutive vars. 09 June 2021, 11:55:47 UTC
b29d4e1 [PL/TH2M] rm postNonLinearSolverConcreteProcess(). Function is not needed. 09 June 2021, 11:55:47 UTC
5f6623a [PL/TH2M] Remove unused using type definition. 09 June 2021, 11:55:47 UTC
19e3e0b Merge branch 'FixMultipleDeactivatedSubdomainsBug' into 'master' Rewrite update of deactivated subdomains. See merge request ogs/ogs!3654 09 June 2021, 11:29:28 UTC
ca88a32 [MPL] clang-format; Sort includes. 09 June 2021, 10:43:51 UTC
1231de9 [ParL] Remove unnecessary data member and typedef. Data member is used only in constructor, no need to store it. 09 June 2021, 10:43:51 UTC
df20643 [T/HM] Use multiple meshes instead of geometry. 09 June 2021, 10:02:59 UTC
9aa8768 [PL/PV] DS; Readd special case for all active elements. Some parts of the code expect an empty set of active elements if all of the elements are active. 08 June 2021, 09:02:10 UTC
ff1d8c3 [T/HM] Excavation niches. Two parallel excavations starting at different times and with different excavation rates. Mainly for testing of the multi material excavation procedures. 08 June 2021, 09:02:10 UTC
0741131 [PL] Rename deactivated subdomain's function. 07 June 2021, 14:24:35 UTC
92578a0 [PL] Rewrite update of deactivated subdomains. The previous implementation was looking for one deactivated subdomain, but there could be multiple subdomains inactive at the same time. Now all deactivated subdomains are searched for active/inactive elements. 07 June 2021, 14:24:35 UTC
15a2ed9 Merge branch 'Stokes' into 'master' New Process: Stokes flow See merge request ogs/ogs!3617 07 June 2021, 10:16:13 UTC
24d8bcc [Docu] add parameter documentation. 03 June 2021, 17:31:19 UTC
28d0a4e [T] add parallel plate test case. 03 June 2021, 17:31:19 UTC
f77eba8 [PL/Stokes] add local assembler interface. 03 June 2021, 17:31:19 UTC
ca8ac88 [PL/Stokes] add integration point data. 03 June 2021, 17:31:19 UTC
fc99003 [PL/Stokes] add local assembler. 03 June 2021, 17:31:19 UTC
d34f8be [PL/Stokes] add process member functions. 03 June 2021, 17:31:19 UTC
55b078c [PL/Stokes] add process data. 03 June 2021, 17:31:19 UTC
3475b54 [PL/Stokes] create Stokes flow process. 03 June 2021, 17:31:19 UTC
3d3bca7 [CMake] include a Stokes process module. 03 June 2021, 17:31:19 UTC
a43db31 Merge branch 'RewritePolygonTreeInterfaces' into 'master' Refactor polygon tree interfaces. See merge request ogs/ogs!3634 03 June 2021, 17:08:49 UTC
4b12ab4 [GL] Make class members private. Moving them from protected section. All of the access is now through public interface and these parts can be hidden. 03 June 2021, 16:34:25 UTC
69a7f3a [App/IO] Remove unnecessary if-condition. The following for-loop is not run anyway. 03 June 2021, 16:34:25 UTC
65b3aff [A/IO/Gmsh] Constify methods of GMSHPolygonTree. 03 June 2021, 16:34:25 UTC
f6b03c8 [GL] Use for-range loops. Add iterator IF. 03 June 2021, 16:34:25 UTC
379b078 [GL] Remove unnecessary set function used once. 03 June 2021, 16:34:25 UTC
c9a92d1 [GL] Unify tree's polygon access. Replacing different two different access types, one through a getPolygon() member function, another through direct data member _node_polygon access. 03 June 2021, 16:34:25 UTC
c97479d [GL] Add parent node access. 03 June 2021, 16:34:25 UTC
81d347e [GL] Add SimplePolygonTree::isRoot query. 03 June 2021, 16:34:25 UTC
673f991 Merge branch 'saturation_dependent_thermal_conductivity' into 'master' [MPL] rename HeatConduction -> ThermalConductivity See merge request ogs/ogs!3651 03 June 2021, 15:01:13 UTC
bf4e1cd rename HeatConduction -> ThermalConductivity 03 June 2021, 10:21:49 UTC
334069c Merge branch 'ExchangeReactionsEquil' into 'master' [CL] Exchange reactions feature to ChemistryLib See merge request ogs/ogs!3648 03 June 2021, 08:11:42 UTC
8b35b21 Merge branch 'MFront_Update' into 'master' Updating MCAS UBI models for new MFront version See merge request ogs/ogs!3653 03 June 2021, 08:09:29 UTC
1952481 [T/docs] Added test and documentation 03 June 2021, 06:25:00 UTC
fb6a558 [CL] New feature to enable exchange reactions This feature adds the capability to model exchange reactions using the Phreeqc solver 03 June 2021, 06:24:29 UTC
d49bec2 Merge branch 'fix_HM' into 'master' Fixed a MFront related bug in HM See merge request ogs/ogs!3652 02 June 2021, 18:51:38 UTC
5d64c15 Merge branch 'rename_prj' into 'master' [THM] rename point heat source project/geometry files See merge request ogs/ogs!3650 02 June 2021, 16:03:32 UTC
96974e7 rename point heat source project/geometry files 02 June 2021, 14:42:51 UTC
2f91ac8 [HM/LocalAssembler] Pass C_el to getBulkModulus 02 June 2021, 14:32:27 UTC
a7508d5 [HM/IntegrationPointData] Added a member of computeElasticTangentStiffness 02 June 2021, 14:32:27 UTC
7b69a4a Merge branch 'TH2M_refactorings' into 'master' TH2M refactorings See merge request ogs/ogs!3649 02 June 2021, 14:28:31 UTC
c637662 Changed MCAS UBI versions to new TFEL syntax. 02 June 2021, 14:27:04 UTC
093a1f8 [T/TH2M] Remove unused MPL properties. 02 June 2021, 12:47:02 UTC
734fbd8 [PL/TH2M] Remove unused variables. 02 June 2021, 12:47:02 UTC
ec74863 [PL/TH2M/PTM] Pass variables to update function. while rewriting the "get" function. This is the second step to separate behaviour from state. 02 June 2021, 12:47:02 UTC
fb69fff [PL/THM2] Extract constitutive variables. First step to separte the behaviour from state. 02 June 2021, 12:47:02 UTC
aad7e13 [PL/TH2M] Rename PhaseTransitionModel base class. Plural is incorrect, just a model. 02 June 2021, 12:47:02 UTC
07e920f [PL/TH2M] Introduce types for local matrix/vector. Saves a little bit of typing. 02 June 2021, 12:47:02 UTC
51806bc [CL] Add missing <string> include. 02 June 2021, 12:23:16 UTC
f2576d9 [T] Relax tolerances in Parallel_2D_StaggeredScheme_... ...ComponentTransport_TracerSimulation. 02 June 2021, 09:26:33 UTC
7090fe6 [MeL/IO] : Each XDMF Test has unique output file 01 June 2021, 21:12:48 UTC
fc80391 Merge branch 'ShpMessage' into 'master' [FileIO] Info on shp-polygons consisting of multiple parts See merge request ogs/ogs!3645 01 June 2021, 18:19:50 UTC
7d545b6 [FileIO] Info on shp-polygons consisting of multiple parts 01 June 2021, 15:01:58 UTC
d7f3e5f Merge branch 'GeometryToGmshGeoTool' into 'master' Gmsh: Command line tool to create geo-files; fix mem leak See merge request ogs/ogs!3644 01 June 2021, 12:18:06 UTC
5babfd7 [A/U/MGT] Test geo file creation for homogeneous meshing. 01 June 2021, 08:50:17 UTC
ddafba0 [web] Documenting geometryToGmshGeo. 01 June 2021, 08:33:56 UTC
db77fcc [A/U/MGT] geometryToGmshGeo: handle multiple geometries. 01 June 2021, 08:33:56 UTC
715fe79 [A/IO/Gmsh] Fix memory leak. The PolygonWithSegmentMarker weren't properly cleaned up. Now, the newly created object are given to the GEOObject manager class that cleans up all data. 01 June 2021, 08:33:56 UTC
099feba [scripts] Enable arguments for tester programm. Credits to Lars. 01 June 2021, 08:33:56 UTC
27e4d7b [A/U/MGT] Test for geometryToGmshGeo tool. 01 June 2021, 08:33:56 UTC
cede488 [A/U/MGT] Tool to create Gmsh geo files from gml format. 01 June 2021, 08:33:56 UTC
42ef040 [A/IO/Gmsh] Exit when required data is missing. 31 May 2021, 04:21:07 UTC
back to top