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

sort by:
Revision Author Date Message Commit Date
862f55d Merge branch 'PythonMeshInterface' into 'master' Python interface to access OGS mesh See merge request ogs/ogs!4620 16 June 2023, 12:07:52 UTC
d66041b [App/Python/ogs.mesh] Use std::copy instead for loop 16 June 2023, 12:07:43 UTC
1efb5f7 [App/Python] Use ref instead of pointer for mesh wrapper 16 June 2023, 12:07:43 UTC
6be4173 [T] Project file for the python simulation and mesh modules 16 June 2023, 12:07:43 UTC
d512aee [T] Add data array to the top boundary will be used in the python test to odify bc values 16 June 2023, 12:07:43 UTC
3eb75d0 [App/Python/ogs.mesh] Add setPointDataArray() and getCellDatatArray() 16 June 2023, 12:07:43 UTC
aef237d [Python,wheel,web] More docs. 16 June 2023, 12:07:43 UTC
8ddaa98 [Python] Revert global symbol visibility. 16 June 2023, 12:07:43 UTC
c773e0e [Python] Compile OGSMesh into own helper lib, fixes linkage. 16 June 2023, 12:07:43 UTC
5befa10 [cmake] Don't propagate forced linking. 16 June 2023, 12:07:43 UTC
d6baa70 [Python] RTLD_GLOBAL is available on Unix only. 16 June 2023, 12:07:43 UTC
b96b573 [cmake] Build python modules on OGS_BUILD_WHEEL only. 16 June 2023, 12:07:43 UTC
ef9b217 [Python,wheel,web] Instructions on how to give CMake arguments to pip install. 16 June 2023, 12:07:43 UTC
7c3d61b [Python] Enabled global symbol visibility between modules. 16 June 2023, 12:07:43 UTC
488ce6c [cmake] Fixed a compiler warning. 16 June 2023, 12:07:43 UTC
20586d4 [Python,T] Test python simulator and mesh modules. 16 June 2023, 12:07:43 UTC
3190900 [App/Python/ogs.mesh] Get multi-component data arrays 16 June 2023, 12:07:43 UTC
a10b6b9 [App/Python/sim] Link with python mesh module 16 June 2023, 12:07:43 UTC
dabaa73 [versions] Updated cpm cache info. 16 June 2023, 12:07:43 UTC
da8bd86 [py] Bump pybind11 to 2.10.4. 16 June 2023, 12:07:43 UTC
d340829 [App/AppLib] Access mesh managed by ProjectData 16 June 2023, 12:07:43 UTC
7d64991 [MeL] Add view_closure for view coordinates of Nodes 16 June 2023, 12:07:43 UTC
036da79 [App/Python] Add bindings to OGSMesh::getCells() 16 June 2023, 12:07:43 UTC
3bf933f [App/Python] Add bindings to OGSMesh::setCellDataArray 16 June 2023, 12:07:43 UTC
4a97382 [App/Python] Add bindings to OGSMesh::getPointDataArray 16 June 2023, 12:07:43 UTC
bc3615a [py] Fix and instructions on importating simulator modules. 16 June 2023, 12:07:43 UTC
1216e2a [App/Python] Use mesh module in simulator module 16 June 2023, 12:07:43 UTC
6513142 [App/Python] Init step towards python mesh module 16 June 2023, 12:07:43 UTC
5b08795 Merge branch 'fix-docker-web' into 'master' [ci] Added netlify-cli dependency. See merge request ogs/ogs!4647 16 June 2023, 12:04:35 UTC
90e2cff [ci] Added netlify-cli dependency. 16 June 2023, 10:44:08 UTC
20ab056 [T] Relax tolerance in TRM square_1e1_2_matIDs_restart. 16 June 2023, 06:19:43 UTC
5d28902 Merge branch 'fix-wheel' into 'master' Fix wheel test See merge request ogs/ogs!4645 15 June 2023, 12:00:19 UTC
f8db0da Merge branch 'SmallMFrontOgsOptimization' into 'master' Small MFront to OGS and v.v. matrix conversion optimization See merge request ogs/ogs!4640 15 June 2023, 11:16:36 UTC
742d229 [wheel] Fixed test_parameter_with_underscore test. 15 June 2023, 08:34:04 UTC
ab02272 [ci] Trigger wheel job on changes in related code. 15 June 2023, 08:15:01 UTC
4a29e36 [ci] Fixed pre-commit job condition. 14 June 2023, 19:53:50 UTC
2e5d5fd [MatL/S] Rewrite swapping 4 and 5 rows/cols expr Using lambda and auto return type deduction shortens the code. 14 June 2023, 17:46:57 UTC
147ea9a [MatL/S] Nullary expr swapping 4 and 5 rows/cols Replaces the MFrontToOGS and OGSToMFront functions. Measurably decreases total runtime by 1-2% for MFront tests. 14 June 2023, 17:45:16 UTC
7f4e658 [T/MatL] Testing MFront to OGS and v.v. conversion 14 June 2023, 16:04:20 UTC
3c8512c Merge branch 'ci-pre-commit' into 'master' [ci] Always run pre-commit and clang-format. See merge request ogs/ogs!4644 14 June 2023, 15:24:17 UTC
2cacc7e Merge branch 'UserGuideUpdate' into 'master' Updated User Guide: Somewhat Improved Wording See merge request ogs/ogs!4611 14 June 2023, 14:57:36 UTC
50d95e7 Setting all TODOs as HTML-comments. Minor formatting alterations on the fly. 14 June 2023, 14:35:53 UTC
6c721e2 Updated User Guide: Somewhat improved wording 14 June 2023, 14:35:53 UTC
9006d5a [ci] Always run pre-commit and clang-format. They used to run for maintainer pipelines only. Now they run for all developer pipelines. 14 June 2023, 12:48:54 UTC
fc0a92b [ci] Allow mac petsc failures. Related #3412. 14 June 2023, 07:32:13 UTC
80ee416 [ci] Ignore mybinder.org urls. 14 June 2023, 07:32:10 UTC
3567371 Merge branch 'Voxel.final' into 'master' [Data Explorer] Include Layers2Grid See merge request ogs/ogs!4622 13 June 2023, 18:56:38 UTC
2c79ef8 Merge branch 'MFrontVariableInitialization' into 'master' MFront internal state variable initialization from project file See merge request ogs/ogs!4636 13 June 2023, 17:56:30 UTC
911b54e Updated errorbox for faulty layer + new text for dialog 13 June 2023, 16:34:52 UTC
2bfe60b pass mesh_model by reference 13 June 2023, 16:34:52 UTC
bed56dd Include Layers2Grid in DataExplorer to create Voxelgrids 13 June 2023, 16:34:52 UTC
f2eb018 [DE] clang-format 13 June 2023, 16:24:13 UTC
7425caf [PL] Initialize null-states for C_elastic comput. 13 June 2023, 14:47:14 UTC
a5e8343 [MatL/S] MFront; Copy initial state from s1 to s0 13 June 2023, 14:47:14 UTC
706c1f3 [MatL/S] Automatic formatting of python script 13 June 2023, 14:47:14 UTC
9168d64 [MatL/S] ModCampClay; Remove "initial mat. props. The material properties were created to for initialization which is now possible directly from OGS' project file. The two material properties are removed and the python script are updated. The previously reused pc0 material property is renamed to characteristic pre-consolidation pressure. 13 June 2023, 14:47:14 UTC
321e727 [T] Update initialization in modified Cam-Clay prj 13 June 2023, 14:47:14 UTC
44c3a4d [PL] Call internal state variables initialization 13 June 2023, 14:47:14 UTC
8511bc8 [MatL/S] Add initialization of internal state vars First implementation for MFront only. 13 June 2023, 14:47:14 UTC
08eb800 [MatL/S] Parse and store int. state vars init val. The internal state variables initial value parameters are stored in the map for later initialization by the local assembler. 13 June 2023, 14:47:14 UTC
cb88258 [MatL/S] Improve const-correctness in readMatProps Some can be const, but one string is actually being moved, so no const explicitly. 13 June 2023, 14:46:34 UTC
3af069b [MatL/S] Extract readMaterialProperties() function 13 June 2023, 13:14:51 UTC
a1aa922 [ci] Re-enabled linux petsc job. 13 June 2023, 12:46:09 UTC
65ea882 [ci] web-only pipeline now also run the pre-commit job. E.g. for having the markdownlint check. 13 June 2023, 11:54:09 UTC
91cc4d0 Merge branch 'refactVtu2Grid' into 'master' [tools] Extract functions from Vtu2Grid See merge request ogs/ogs!4601 12 June 2023, 06:43:57 UTC
7729168 Merge branch 'AlwaysOutputOGS_VERSION' into 'master' Always output OGS_VERSION into vtu and xdmf files See merge request ogs/ogs!4638 09 June 2023, 13:15:16 UTC
20e4906 changed docu for removeUnusedGridCells -now in header 09 June 2023, 12:45:20 UTC
56aa794 renamed testing functions 09 June 2023, 12:45:20 UTC
6905584 Moved docu to header + adjusted for doxygen 09 June 2023, 12:45:20 UTC
16db77d tests for getDimensions/rework getDimensions()/clang-format - getDimensions() now called getNumberOfVoxelPerDimension() - now input is ranges instead of min max - and included restrictions to function (only positive cellsize) - if ranges = 0 return 1 voxel per dimension - removed constexpr of str cell_id_name - clang-format 09 June 2023, 12:45:20 UTC
34181dd changed algorithm for "assignCellIds"+ clang-format - now pnt is directly assigned without assigning i,j,k and write them to a pnt 09 June 2023, 12:45:20 UTC
03b6e1c fixed includes and cell_id_name - tidied up includes - moved cell_id_name to namespace - docu cell_id_name - secured to dereference property with "cell_id_name" 09 June 2023, 12:45:20 UTC
b0dac54 adjustemnts due to merge conflicts meshgenerators moved to meshtoolslib 09 June 2023, 12:45:20 UTC
00dbc36 Included auto -from MeshLib::PropertyVector<int> const& to auto 09 June 2023, 12:45:20 UTC
0bd6ea3 Extract functions to create voxelgrid from mesh Allowing to make the functions from Vtu2Grid visible for accessing them in the DataExplorer. 09 June 2023, 12:45:20 UTC
384e900 [MeL/PL] Always output 'OGS_VERSION' property 09 June 2023, 11:07:16 UTC
c088c68 [MeL/IO/XDMF/XdmfHdfWriter] Code quality improvements - Make constant_output_names a local std::array - Initialize the array with initializer list instead of insert in previous version 09 June 2023, 11:06:48 UTC
1b4847a Merge branch 'ConvertToLinearMeshBugFix' into 'master' Correct setting Node properties in linear mesh based on Node properties of quadratic mesh See merge request ogs/ogs!4635 08 June 2023, 13:49:51 UTC
fa1d4a9 [MTL/MeshEditing] Correct transfer of quadratic to linear Node properties 08 June 2023, 12:13:30 UTC
97a4491 Merge branch 'FixXDMFVariableOutput' into 'master' [XDMF] Correct variable output for empty variables list See merge request ogs/ogs!4632 08 June 2023, 12:11:15 UTC
f5a6ebf [T] Adding test for XDMF/HDF5 format and variables section 08 June 2023, 11:23:02 UTC
cbc13f8 [MeL/IO/XDMF] Correct variables output 08 June 2023, 11:23:02 UTC
820b537 Merge branch 'update_docs_guidelines' into 'master' [web] Update docs guidelines See merge request ogs/ogs!4634 07 June 2023, 12:36:38 UTC
a8f5996 Merge branch 'update_docs_timeloop' into 'master' [web] Expand page "Time loop" in User Guide See merge request ogs/ogs!4628 07 June 2023, 12:35:48 UTC
d05f23b Merge branch 'fix_warning' into 'master' [Parameter] Fixed a warning See merge request ogs/ogs!4633 07 June 2023, 12:32:15 UTC
ac1bbe9 [Parameter] Fixed a warning 07 June 2023, 08:35:39 UTC
a60572d Add description of new standard for handling TODOs 07 June 2023, 08:30:47 UTC
57df229 Adding style recommendations to guidelines for doc 07 June 2023, 08:19:20 UTC
e9bf3d2 Merge branch 'ogs_cli_wrapper' into 'master' Python wrapper OGS tools: Add tool and remove restriction See merge request ogs/ogs!4630 06 June 2023, 10:24:03 UTC
0db8d9d Applying suggestion from Tobias Meisel and minor fixes 06 June 2023, 07:12:12 UTC
8e76e69 Fix spelling 06 June 2023, 06:14:54 UTC
59808ef Added more infromation abount defining output timesteps 06 June 2023, 06:14:54 UTC
23cf8bf [T/TRM] Slightly relax tolerances for omp runs 05 June 2023, 17:04:29 UTC
2e596e6 Merge branch 'tiny_fix' into 'master' fix namespace of getOrCreateMeshProperty See merge request ogs/ogs!4631 05 June 2023, 16:06:05 UTC
53ddbeb OGSTools: Add underscore test 05 June 2023, 14:40:20 UTC
432e2ad OGSTools: Do not replace with _ with - Some tools contain parameters with underscore e.g. geometryToGmshGeo --mesh_density_scaling_at_points 05 June 2023, 14:02:58 UTC
e1b61fa OGSTools: Add createTetgenSmeshFromRasters 05 June 2023, 14:02:23 UTC
f98aeb3 fix namespace of getOrCreateMeshProperty 05 June 2023, 13:43:04 UTC
66c0464 Merge branch 'fix-web-pipeline' into 'master' [ci] Fixed web-only pipeline. See merge request ogs/ogs!4629 02 June 2023, 13:27:52 UTC
4db2c75 [ci] Fixed web-only pipeline. 02 June 2023, 11:42:44 UTC
back to top