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

sort by:
Revision Author Date Message Commit Date
c20ea14 [MeshLib] Perform renumbering the node IDs in createQuadraticOrderMesh 13 September 2021, 08:50:38 UTC
e34c48f [MathLib] Set Point3dWithID::setID as public 13 September 2021, 08:48:32 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
cdbe2d8 auxiliary functions for phase components generalised 03 September 2021, 07:07:12 UTC
6eded9b [BL] clang-format. 02 September 2021, 16:02:07 UTC
8350ec2 [PL/TH2M] clang-format of phase transition folder. 02 September 2021, 14:45:58 UTC
18d3df2 [PL/TH2M] Stress/strain/saturation IP output. Minimum set required for restart. 01 September 2021, 16:01:14 UTC
6b14c6a [PL] Extract common transposInPlace() function. 01 September 2021, 16:01:14 UTC
273a09d Merge branch 'fix_xdmf_header' into 'master' [MeL/IO] XDMF: Fix missing header See merge request ogs/ogs!3769 01 September 2021, 15:38:51 UTC
bb53e96 Merge branch 'GS_model' into 'master' Günther Salzer Model See merge request ogs/ogs!3747 01 September 2021, 14:17:15 UTC
caec7a3 [T/SD] Guenther Salzer model triaxial test. 01 September 2021, 12:51:09 UTC
fb00536 [MatL] MFront; Guenther Salzer material model. 01 September 2021, 12:51:09 UTC
da4e154 [MeL/IO] XDMF: Fix missing header 01 September 2021, 11:43:52 UTC
96e0851 Merge branch 'OrthoInitStress' into 'master' Introduced initial stress capability in MFront orthotropic linear elasticity. See merge request ogs/ogs!3765 31 August 2021, 15:20:19 UTC
8756f74 Introduced initial stress capability in MFront orthotropic linear elasticity. 31 August 2021, 14:13:19 UTC
cdb8c6c Merge branch 'TH2M_ConstitutiveVariables' into 'master' TH2M: Extract constitutive variables. See merge request ogs/ogs!3763 31 August 2021, 13:07:40 UTC
4da3f20 Merge branch 'git-clang-format' into 'master' [ci] Use git clang-format and merged result pipelines. See merge request ogs/ogs!3761 31 August 2021, 12:50:20 UTC
7f53c0b [PL/TH2M] Readability. Add T_prev in local context 31 August 2021, 12:11:39 UTC
8743175 [PL/TH2M] Extract constitutive variables. A class of variables similar to those stored in the integration point data but needed only temporary for the assembly process. 31 August 2021, 11:35:47 UTC
70aa34f [pre-commit] Run git clang-format as a pre-commit check. If git clang-format is not available the check always passes. I did not found a way to let pre-commit mark the check as skipped or not available to indicate that the checks are not run complete. 31 August 2021, 10:19:41 UTC
dc91a2b [docker] Alias python to python3 in pre-commit image. 31 August 2021, 10:19:41 UTC
5cd7f41 [ci] Use git clang-format and merged result pipelines. https://docs.gitlab.com/ee/ci/pipelines/pipelines_for_merged_results.html 31 August 2021, 10:19:40 UTC
0692194 Merge branch 'TH2M_constantSolidPhaseVolumeFraction' into 'master' TH2M: Separate non-constant solid phase vol.frac. See merge request ogs/ogs!3760 31 August 2021, 09:44:38 UTC
87027cf [PL/TH2M] Fix typo in comment. 30 August 2021, 21:47:26 UTC
3600b11 [PL/TH2M] Separate non-const solid phase vol.frac. The propertie belongs into the material models. Computations in near future will require only constant solid phase volume fraction, so the switch is added to separate constant and non-constant parts. 30 August 2021, 21:15:22 UTC
2512d49 Merge branch 'MeshLibElementCleanup-ReImplementGetContent' into 'master' [MeL/Elements] Calculate content on the fly - saves memory. See merge request ogs/ogs!3741 30 August 2021, 20:21:30 UTC
9d49667 Merge branch 'SpeedupDirichletBCsForDeactivatedSubdomains' into 'master' Speedup Dirichlet BCs for deactivated subdomains See merge request ogs/ogs!3756 30 August 2021, 18:22:13 UTC
d27ffa0 [MaL] Allocate space for diagonal values. 30 August 2021, 14:08:21 UTC
71de76f [MeL/Elements] Calculate content on the fly. The getContent() method is used only on very few places. Especially, it isn't used in the computation of any THMC processes. So the content doesn't need to be stored which saves memory. Furthermore, the time time for reading / initializing a mesh is reduced. In a hex mesh with 100x100x100 elements this saves 2.6% of storage and circa 25% time. 30 August 2021, 05:26:04 UTC
deb816d [PL/TH2M] clang-format 27 August 2021, 16:36:34 UTC
f2d938f Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!3754 27 August 2021, 15:05:28 UTC
c1acfe6 [MaL] Constify ctor args, format docu. 27 August 2021, 14:09:07 UTC
back to top