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

sort by:
Revision Author Date Message Commit Date
4ca900d [App/U] partmesh; Use local info for base nodes. 20 September 2021, 07:23:15 UTC
bcceef9 [MeL] Use local info for detecting base nodes. 20 September 2021, 07:20:05 UTC
516ed66 Merge branch 'MeshLibElementCleanup-RefactorNodesConnectedByElements' into 'master' [MeL/Mesh] Improves the memory footprint of the mesh. See merge request ogs/ogs!3785 20 September 2021, 07:18:53 UTC
261de7d [web] Fix wording on download page. Fixes #3196. 20 September 2021, 06:54:14 UTC
e6bbe71 [App/U] Use partition_copy from std ns explicitly. 17 September 2021, 11:48:18 UTC
23c23f2 Merge branch 'RM-TEST_thresholds' into 'master' RM Test: slightly change threshold for saturation See merge request ogs/ogs!3787 17 September 2021, 09:46:44 UTC
e694093 RM Test: slightly change threshold for saturation 17 September 2021, 05:45:50 UTC
01ec9e2 [MeL/NodePartitionedMesh] Use fct. calculateNodesConnectedByElements. 17 September 2021, 04:19:55 UTC
8238eca [MeL/Node] Rm node connection information. The connection information can be computed on the fly required. 17 September 2021, 04:19:55 UTC
b7e149c [A | MeL | NL | T] Use fct. calculateNodesConnectedByElements. 17 September 2021, 04:19:55 UTC
97c6b24 [MeL/Mesh] Make setNodesConnectedByElements a free fct. Rename setNodesConnectedByElements to calculateNodesConnectedByElements and make it a free function. This 'out sourcing' makes it possible to compute the connection information only when it is required. 17 September 2021, 04:19:55 UTC
f517310 Merge branch 'PhaseField' into 'master' Phase field-AT1 See merge request ogs/ogs!3779 16 September 2021, 20:30:14 UTC
177209a Another model of phasefield (AT1) has been added. 16 September 2021, 18:40:15 UTC
6a57cea Merge branch 'doxygen-undoc-param' into 'master' [ci] Catch undocumented parameter in Doxygen output. See merge request ogs/ogs!3784 16 September 2021, 12:29:32 UTC
421e76f [docs] Fix ogs_file_param call for doxygen. 16 September 2021, 11:04:03 UTC
cba1123 [ci] Catch undocumented parameter in Doxygen output. Will mark the job as yellow. 16 September 2021, 11:04:03 UTC
d8159b8 Merge branch 'TH2M_test_ideal_gas_law' into 'master' TH2M - Ideal gas law compression benchmark See merge request ogs/ogs!3766 16 September 2021, 10:18:29 UTC
ef9c195 Merge branch 'localhdf' into 'master' [MeL/IO] HDF5 - Types of Application I/O to Parallel File Systems See merge request ogs/ogs!3764 15 September 2021, 13:13:11 UTC
d3c0489 Merge branch 'rpath-fixes' into 'master' [cmake] RPATH fixes Closes #3189 See merge request ogs/ogs!3782 15 September 2021, 13:02:03 UTC
f7fffbb [MeL/IO] HDF: Add tests for multiple file output 15 September 2021, 12:36:41 UTC
479d08b [MeL/IO] HDF: Add option to support writing into mulitple HDF5 files 15 September 2021, 12:35:41 UTC
e09b480 [cmake] Fix tfel rpath. Fixes #3189. 15 September 2021, 12:13:11 UTC
1caf73d [cmake] Append to RPATH instead of overwriting. 15 September 2021, 06:29:48 UTC
2553cf5 [T/TH2M] Analytical solution of confined cube compression 13 September 2021, 14:42:44 UTC
0346a2f [T/TH2M] TH confined compression of gas cube Confined compression of a cube, temperature and pressure follow ideal gas law, checks for energy and mass balances. 13 September 2021, 14:42:44 UTC
7f0c288 Merge branch 'th2m_fix_composition_output' into 'master' Th2m fix composition output See merge request ogs/ogs!3682 13 September 2021, 13:26:57 UTC
9477ea5 update reference files 13 September 2021, 13:01:21 UTC
035443f update tests to check composition output (xn, xm) 13 September 2021, 13:01:21 UTC
9739a8d copy constitutive variables into ip_data array 13 September 2021, 13:01:21 UTC
afe5fa7 Merge branch 'TH2M_ConstantSolidPorosity' into 'master' TH2M: Switch to constant solid volume fraction See merge request ogs/ogs!3777 09 September 2021, 18:42:07 UTC
d0c8b50 [PL/TH2M] Switch to constant solid volume fraction Updating the results of failed ctests. 09 September 2021, 13:06:35 UTC
bd25372 Merge branch 'fixing' into 'master' [Test/HT] Increased the tolerance pf the linear solver for H in 2D_ThermalConvection_constviscosityStaggeredScheme Closes #3125 See merge request ogs/ogs!3778 09 September 2021, 11:08:04 UTC
41b1844 Merge branch 'UseTransformAlgorithmForIPIO' into 'master' [PL] Create ip-writer callback in ctor. See merge request ogs/ogs!3774 09 September 2021, 10:14:32 UTC
2c2ec83 Merge branch 'UseCompileTimeMatrixSizes' into 'master' Use compile time known sizes for rotations. See merge request ogs/ogs!3705 09 September 2021, 08:00:43 UTC
dad1b96 [Test/HT] Increased the tolerance pf the linear solver for H in 2D_ThermalConvection_constviscosityStaggeredScheme 09 September 2021, 07:03:29 UTC
1497297 [T/TH2M] Slightly relax test tolerances. 08 September 2021, 14:02:09 UTC
49ebc02 Use compile time known sizes for rotations. Follow-up of !3676 "Dropped the rotation of the shape function gradients". 08 September 2021, 11:37:59 UTC
3eb1899 [PL/RM] Update ip-writer for solid material vars. Reusing the integration point writer constructor's code for the callback. Moving the adding of integration point writers into the common place to avoid future duplications. Unfortunately some adjustments were necessary to the interfaces especially the passing of 'int const&' isn't nice. 08 September 2021, 10:37:30 UTC
019a486 [PL] Create ip-writer callback in ctor. Moving duplicate code from each process into the constructor of the integration point writer. Also replacing the for-loop with an algorithm. 08 September 2021, 10:37:30 UTC
7b324f2 Merge branch 'ip_data_io_fix_TM' into 'master' [TM] Fixed integration point (IP) data IO for restart computation See merge request ogs/ogs!3738 07 September 2021, 19:12:02 UTC
8c15f02 [TM] Compute eps only if norm(u) is non-zero 07 September 2021, 11:05:19 UTC
53f0190 [TM] Use the same function for eps_m and eps to set/get IP data 07 September 2021, 11:05:19 UTC
3222581 [TM] Perform transpose to IP stress and strain for output. 07 September 2021, 11:05:19 UTC
7e8be6e Merge branch 'multimesh_output' into 'master' Multimesh_output See merge request ogs/ogs!3604 07 September 2021, 11:04:28 UTC
077dc5d Merge branch 'SmallFixes' into 'master' Small, unrelated fixes See merge request ogs/ogs!3773 07 September 2021, 10:15:55 UTC
1566f1e [MeL/IO] HDF/XDMF: New multimesh output tests 07 September 2021, 09:32:02 UTC
3c136fd [MeL/IO] HDF/XDMF: Writer is now able to write multiple meshes and timeseries 07 September 2021, 09:32:02 UTC
2c95db0 Merge branch 'CorrectTHMRestart' into 'master' [PL/THM] Initialize local asm's after int points. See merge request ogs/ogs!3742 07 September 2021, 09:05:01 UTC
6a5c1d7 [MeL] Make class ElementStatus final. 07 September 2021, 08:51:04 UTC
2b67be8 [PL/SurfaceFlux] Make attributes const. 07 September 2021, 08:51:04 UTC
2eb400d [PL/Process] Narrow scope of variable. 07 September 2021, 08:51:04 UTC
62e8245 [PL/Process] Rm. unnecessary line break in docu. 07 September 2021, 08:51:04 UTC
c28ad0e [PL] Fix typo in method name. 07 September 2021, 08:50:58 UTC
0423cbc [T/THM/BGRa] Relax local Newton tolerance. As suggested in https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3742#note_98257 07 September 2021, 08:14:15 UTC
afd59f1 [T/THM/BGRa] Update reference for corrected ip I/O 06 September 2021, 15:41:57 UTC
8bf2cc1 [T/THM] Correct ctest name. 06 September 2021, 15:41:57 UTC
b87f1e7 [T/THM/A2] Restart with heating test. 06 September 2021, 15:41:57 UTC
0a3eafb [T/THM/A2] Update references adding restart data. 06 September 2021, 15:41:57 UTC
57e6296 [PL/THM] Add epsilon to integration point writers. 06 September 2021, 15:41:57 UTC
0afce78 [PL/THM] Correct getSigma implementation. 06 September 2021, 15:41:56 UTC
cf7936a [PL/THM] Initialize local asm's after int points. Otherwise the integration point data is not set correctly for restart. 06 September 2021, 15:41:56 UTC
033657c Merge branch 'PhaseField' into 'master' Phase field with constrained minimisation See merge request ogs/ogs!3749 06 September 2021, 15:25:59 UTC
1e2694e [T/PhF] Remove old unused project files. 06 September 2021, 13:52:16 UTC
e1bd311 [T/PhF] Add a AT2 iso tensile ctest. 06 September 2021, 13:52:16 UTC
75436fc [PL/PhF] Implementation update. Constaints. Alternate minimization. Using PETSc constrained non-linear solver for the phase field. Few updates on variable names and cleanups. 06 September 2021, 13:52:16 UTC
7e065d7 Merge branch 'TH2M_Excavation' into 'master' TH2M Excavation. Enable domain deactivation. See merge request ogs/ogs!3762 06 September 2021, 10:06:51 UTC
d5795ab Merge branch 'TH2M_Restart' into 'master' TH2M restart; integration point data IO. See merge request ogs/ogs!3759 06 September 2021, 09:38:20 UTC
9a9221d [PL/TH2M] Excavation. Enable domain deactivation. 06 September 2021, 08:55:00 UTC
4be3a4a Merge branch 'fix_test' into 'master' Increased the tolerance of the local Newton method for BGRa in BRGaCreepAndInitialStressAtIP_AREHS See merge request ogs/ogs!3771 06 September 2021, 08:50:34 UTC
707ee1d Merge branch 'MoveGetNodeToTemplateElement' into 'master' Substitute the storage of node pointer in elements by std::array See merge request ogs/ogs!3768 06 September 2021, 07:33:28 UTC
4325822 Increased the tolerance of the local Newton method for BGRa in one test 06 September 2021, 07:18:19 UTC
7a783ed [MeL/Elements] Clang format class Element. 05 September 2021, 20:09:22 UTC
b7d3187 [MeL] Avoid const_cast. 05 September 2021, 20:09:22 UTC
06382a6 [MeL/Elements] Add non-const getNode(). 05 September 2021, 20:09:22 UTC
987c1d8 [MeL/Elements/TemplateElement] Cleanup getNode(). 05 September 2021, 20:09:22 UTC
a33bf91 [MeL/Elements] Subst. C-array with std::array. 05 September 2021, 20:09:22 UTC
3cfa57b [MeL] Mv Element::_nodes to TemplateElement::_nodes. # Conflicts: # MeshLib/Elements/Element.cpp # MeshLib/Elements/TemplateElement.h 05 September 2021, 20:09:22 UTC
57f7638 [MeL/Elements] Mv Element::getNodes to TemplateElement. 05 September 2021, 20:09:22 UTC
58079c8 [MeL/Elements] Mv Element::setNode to TemplateElement. 05 September 2021, 20:09:22 UTC
6179de1 [MeL/Elements] Make getNodeIndex a free function. 05 September 2021, 20:09:22 UTC
ca8b6d3 [MeL/Elements] Mv Element::getNodeIndex to TemplateElement. 05 September 2021, 20:09:22 UTC
36f5dd5 [MeL] Improve const correctness. This change makes it possible to use interface function Element::getNode() in Element::addNeighbor function. 05 September 2021, 20:09:22 UTC
e850222 [MeL] Mv Element::getNode() to TemplateElement. This remove one dependencies on _nodes pointer C array. If all dependencies are removed the memory for storing the nodes can be in a std::array. 05 September 2021, 20:09:22 UTC
cc01fcf Merge branch 'BGRa_ext' into 'master' New stationary creep model for rock salt See merge request ogs/ogs!3745 05 September 2021, 18:03:27 UTC
056c5da [T/TM] Slightly relax tolerance for new BGRa test. 05 September 2021, 17:38:37 UTC
456ce29 [T/TM] BGRa test using extended creep model. 05 September 2021, 17:38:37 UTC
fcbd326 [MatL/S] Added PowerLawLinearCreep MFront model. 05 September 2021, 17:38:37 UTC
dd7be45 Merge branch 'LookupTable' into 'master' [PL/CT] Implementation of look-up table approach See merge request ogs/ogs!3744 03 September 2021, 09:42:19 UTC
55f72b7 [Web] update minimum apple-clang version. 03 September 2021, 08:16:50 UTC
93177b7 [BL] check if the project directory is set. 03 September 2021, 08:16:50 UTC
27ebc72 [T] add a unit test. 03 September 2021, 08:16:50 UTC
e199068 [Docu] add documentation. 03 September 2021, 08:16:50 UTC
fc0e098 [T] test case. 03 September 2021, 08:16:50 UTC
5d4c3a5 [PL/CT] update process solutions. 03 September 2021, 08:16:50 UTC
660d612 [PL/CT] pass process solutions of last times step. 03 September 2021, 08:16:50 UTC
254f42b [PL/CT] store in process data. 03 September 2021, 08:16:50 UTC
df4dcdb [PL/CT] add look-up table creator. 03 September 2021, 08:16:50 UTC
c6a5793 [PL/CT] add look-up table 03 September 2021, 08:16:50 UTC
c7e0fbf Merge branch 'TH2M_PTM_generalized_ptm_initialisation' into 'master' TH2M PTM generalized initialisation for phase transition models See merge request ogs/ogs!3770 03 September 2021, 08:15:26 UTC
bce5b83 removed auxiliary functions from PTM-class 03 September 2021, 07:07:12 UTC
back to top