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

sort by:
Revision Author Date Message Commit Date
ff8b642 Merge branch 'RemoveGlobalNodeNumberingDependenciesInMesh' into 'master' Draft: Use local topology information while removing global numbering dependencies in Mesh. Closes #3161 See merge request ogs/ogs!3788 22 September 2021, 09:24:46 UTC
33722ed [T/partmesh] Update config files references. The changes to computation of the number of base nodes are reflected in the "configuration"/discription files. The partitioned data (binary element and node) files are the same, i.e. the partitioning did not change. 22 September 2021, 09:23:01 UTC
0866cbd [MeL] Remove Mesh-internal number of base nodes. And with it all of the checks and recalculations are obsolete and removed too. 22 September 2021, 09:23:01 UTC
f803723 [MeL] Rewrite use isBaseNode in isGhostNode query. Replace first part of the query with isBaseNode() as in previous commits. Use getNumberOfBaseNodes in calculation of "active" (regular) nodes. 22 September 2021, 09:22:27 UTC
d42cf40 [MeL] Make getNumberOfBaseNodes() independent of numbering. The new implementation uses only local topology information to distinguish base and "higher" order nodes. 22 September 2021, 09:20:29 UTC
a14491f [MeL] Replace isNonlinear with hasNonlinearElement The latter relies on local information of element types and number of nodes, not the global numbering of nodes. 22 September 2021, 09:20:29 UTC
8b5e1bf Merge branch 'fix-container' into 'master' [ci] Fix container job See merge request ogs/ogs!3794 21 September 2021, 19:38:04 UTC
fc33d48 Updated container-maker. 21 September 2021, 18:07:09 UTC
0587e98 Merge branch 'TH2M_Jacobian' into 'master' Partial TH2M analytical Jacobian See merge request ogs/ogs!3767 21 September 2021, 17:54:22 UTC
0cf6f0a [ctest] Let AddTest delete only generated files. Otherwise all files, even if not the ctest's generated files, namely the reference files are deleted in the build directories. 21 September 2021, 13:23:34 UTC
c082b53 [T/TH2M] Reference files for Newton tests. 21 September 2021, 10:53:59 UTC
78b5e5d [T/TH2M] Newton versions of existing ctests. 21 September 2021, 10:53:59 UTC
0854da7 [PL/TH2M] Partially implement analytical Jacobian. 21 September 2021, 10:53:59 UTC
1f37852 [T/TH2M] Relax testing tolerance slightly. 21 September 2021, 10:53:58 UTC
77bbb80 Merge branch 'solveReactionEquation' into 'master' [PL/CT] solve reaction equation See merge request ogs/ogs!3781 21 September 2021, 10:33:56 UTC
d794276 [Docu] add parameter documentation. 21 September 2021, 09:45:54 UTC
7e43522 [T] update prj files and reference results. 21 September 2021, 09:45:54 UTC
c9d941c [CL] store the referenced linear solver. 21 September 2021, 09:45:54 UTC
0d608dc [CL] get the prescribed linear solver. 21 September 2021, 09:45:54 UTC
43fba5b [CL] pass linear solvers to chemical system. 21 September 2021, 09:45:54 UTC
2198aa0 [App] advance initialization of linear solvers. 21 September 2021, 09:45:54 UTC
726b4fc [PL/CT] solve equation system. 21 September 2021, 09:45:54 UTC
f5a09b5 [PL/CT] add reaction equation local assembler. 21 September 2021, 09:45:54 UTC
d091bb4 [PL/CT] pass equation system. 21 September 2021, 09:45:54 UTC
905f988 [PL/TimeLoop] solve reaction equation over processes. 21 September 2021, 09:45:54 UTC
65ef11d [CL] get concentration in the reaction stage. 21 September 2021, 09:45:54 UTC
f87082b Merge branch 'git-optional' into 'master' [cmake] Make git optional. See merge request ogs/ogs!3783 20 September 2021, 13:23:26 UTC
ba87dd3 [cmake] Make git optional. Need to set OGS_VERSION when git is not available. 20 September 2021, 12:35:05 UTC
c1289d5 Merge branch 'TH2M_small_fix_fatal_report' into 'master' [TH2M/PT] Addition to the error message in case of missing data in the prj-file See merge request ogs/ogs!3790 20 September 2021, 11:55:59 UTC
a9245df [TH2M/PT] More information in case of ogs_fatal helps to find prj-error 20 September 2021, 10:45:22 UTC
d59411b Merge branch 'UseLocalInformationForBaseNodeConditions' into 'master' Use local information for base node conditions See merge request ogs/ogs!3786 20 September 2021, 08:53:11 UTC
81ee6dd Merge branch 'SmallFixes' into 'master' Small code improvements - mainly removing unnecessary includes See merge request ogs/ogs!3789 20 September 2021, 07:40:08 UTC
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
a7ff9cf [A/U/ModelPreparation] Update copyright. 20 September 2021, 07:03:02 UTC
fb1b397 [PL/SurfaceFlux] Rm unused includes Parameter.h, Process.h 20 September 2021, 07:03:01 UTC
ae94515 [PL/Output] Rm unused include MathLib/LinAlg/LinAlg.h 20 September 2021, 07:03:01 UTC
f0ff4a0 [PL/CT] Remove unused include readMeshFromFile. 20 September 2021, 07:03:01 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
back to top