swh:1:snp:6088ab52ef49920e01e3f334cdf4d5d6c8a822b9

sort by:
Revision Author Date Message Commit Date
5930c15 [Test/LIE] Update result with velocity orientation correction 09 December 2021, 18:43:16 UTC
4956bee [ShapeMatrixPolicy] Removed the default value of the template argument of GlobalDim 09 December 2021, 18:43:16 UTC
6bde140 Revert "[UnitTest] Fixed the bug in NumLibNaturalCoordinates" This reverts commit 19d850395c679eb32ef5283fbb64c6756c75c414. 09 December 2021, 18:43:16 UTC
74ed804 Revert "[NumLib] Modified NumLibFemIsoTest according to the change in computeMappingMatrices" This reverts commit d0a28ac50722736c9ac0d0df28c7e7cc704c663e. 09 December 2021, 18:43:16 UTC
e161714 Revert "[NumLib] Modified TestGradShapeFunction according to the change in computeMappingMatrices" This reverts commit f73976db10b4e9af36ddae2bb37055b0c662d55f. 09 December 2021, 18:43:16 UTC
2147452 Revert "[BHE] Rotate the velocity instead of rotating dNdx in the advection term" This reverts commit dc2127395c21acf0db4a20f53e2650f2c46dffb8. 09 December 2021, 18:43:16 UTC
515759b [ProcessLib/LIE/HM] Roll back to use dNdx in the global coordinate system 09 December 2021, 18:43:16 UTC
6a5a5de [Test/LiquidFlow/Inclined2DPlane] Added the local system for the permeability tensor 09 December 2021, 18:43:16 UTC
609853e [LiquidFlow] Roll back to use dNdx in the global coordinate system 09 December 2021, 18:43:16 UTC
abc22c2 Revert "[NumLib] removed the rotation of dNdx to the global coordinate system" This reverts commit a2d4a22390928dfefc15d52e0442933b17d188b3. 09 December 2021, 18:43:16 UTC
371fd92 Revert "[NumLib] Corrected the sizes of shape_matrix in computeShapeMatrices." This reverts commit 1cdee0c7e71701c3e78177e495547697174d4280. 09 December 2021, 18:43:16 UTC
2fea7b0 Merge branch 'refactor-enabled-elements' into 'master' Refactor local data initializers: Less code See merge request ogs/ogs!3884 09 December 2021, 15:23:13 UTC
8a779c3 Merge branch 'refactor-process-output' into 'master' Refactored process output See merge request ogs/ogs!3886 09 December 2021, 14:43:22 UTC
8b21661 [PL] Use better names for type aliases 09 December 2021, 14:09:00 UTC
fff65bd [PL] Renamed struct testing enabled mesh elements 09 December 2021, 14:09:00 UTC
0a525aa [PL] Renamed constants to lower case 09 December 2021, 14:09:00 UTC
7983f3c Renamed and documented type alias 09 December 2021, 14:08:53 UTC
5ff988b [PL] Removed unused type alias 09 December 2021, 14:08:53 UTC
8df04c6 [PL] Use TMP for LIESD 09 December 2021, 14:08:53 UTC
4245ffe [PL] Use TMP for LIEHM 09 December 2021, 14:08:53 UTC
c2b7b9b [PL] Use TMP for HTBHE 09 December 2021, 14:08:53 UTC
4fb3927 [PL] Use TMP for Stokes flow 09 December 2021, 14:08:52 UTC
b5767de [PL] Use TMP for SD 09 December 2021, 14:08:52 UTC
db9ec38 [PL] Refactored global dim vs. shp fct dim check 09 December 2021, 14:08:52 UTC
a30d28d [PL] Use TMP for BCs/STs 09 December 2021, 14:08:52 UTC
5ebac3a [PL] Mac compiler dislikes "lambda expression in an unevaluated operand" 09 December 2021, 14:08:52 UTC
e25945d [PL] Use TMP for HM 09 December 2021, 14:08:52 UTC
de276de [PL] Use TMP to determine which local assemblers to instantiate 09 December 2021, 14:08:52 UTC
c5576e7 [MeL] Added list of all element types 09 December 2021, 14:08:52 UTC
fe530a7 Utils to determine which elements to compile 09 December 2021, 14:08:52 UTC
2d39151 [PL] Renamed arguments s.t. function declaration matches definition 09 December 2021, 14:02:05 UTC
0d217fb [PL] Renamed d.o.f. tables Now the following correspondence is restored: bulk_mesh <-> bulk_dof_table; mesh <-> dof_table; 09 December 2021, 14:02:05 UTC
35f8f4f [PL] Added check, put checks first and improved docu 09 December 2021, 14:02:05 UTC
c02c153 [PL] Changed assertion to always-on check 09 December 2021, 14:02:05 UTC
c16f0a7 [PL] Fixed docu. 09 December 2021, 14:02:05 UTC
025a78b [PL] Added const 09 December 2021, 14:02:05 UTC
a9b5388 [PL] Renaming, related to submeshes 09 December 2021, 14:02:05 UTC
2822a86 [PL] Renamed solution vectors: x -> xs 09 December 2021, 10:11:50 UTC
7334f81 [PL] Renamed function, added docu 09 December 2021, 10:11:50 UTC
08a740c [PL] Renamed and documented d.o.f. tables 09 December 2021, 10:11:50 UTC
daded7b [PL] No extra variable before return 09 December 2021, 10:11:50 UTC
58b478f [PL] Made several functions static 09 December 2021, 10:11:50 UTC
1a21a7e [PL] Use a more descriptive method name 09 December 2021, 10:11:50 UTC
caaa6cb [PL] Renamed two methods 09 December 2021, 10:11:50 UTC
e4460d3 [PL] Swapped node and component loops 09 December 2021, 10:11:50 UTC
844c58a [PL] Assume that number_of_dof_variables == process_variables.size() 09 December 2021, 10:11:50 UTC
2a5e15f [PL] Fixed Petsc build 09 December 2021, 10:11:49 UTC
9901544 [PL] Got rid of a Petsc special case 09 December 2021, 10:11:49 UTC
2825045 [PL] Renamed two files 09 December 2021, 10:11:49 UTC
0e768a7 [PL] Moved class to separate file 09 December 2021, 10:11:49 UTC
215d05e [PL] Moved function to Output 09 December 2021, 10:11:49 UTC
8baaf35 [PL] Moved some types to Output 09 December 2021, 10:11:49 UTC
9ec1d4b [PL] Small cleanup and docu 09 December 2021, 10:11:49 UTC
45cf484 [PL] Moved struct OutputFile out of class Output 09 December 2021, 10:11:49 UTC
05cb71d [PL] Removed duplicate function declaration 09 December 2021, 10:11:49 UTC
2957525 [PL] Extracted functions * computeDofTablesForSubmesh * toVectorOfConstPointers * prepareNonBulkMesh 09 December 2021, 10:10:35 UTC
94062f0 [PL] Reordered, renamed, added, extracted methods * findPVDFile * outputMeshVtk * shallDoOutput * shallDoOutputStage2 * outputMeshes 09 December 2021, 10:06:07 UTC
0e85a2e [PL] Renamed variables, added function overload 09 December 2021, 10:06:07 UTC
36e5da6 [PL] Extracted several functions 09 December 2021, 10:06:07 UTC
7974960 [PL] Extracted lambda in addPrimaryVariablesToMesh() 09 December 2021, 10:06:07 UTC
b4c7056 [PL] Extracted lambdas in addPrimaryVariablesToMesh() 09 December 2021, 10:06:07 UTC
6d37933 [PL] Extracted addPrimaryVariablesToMesh() 09 December 2021, 10:06:07 UTC
93f66eb [PL] Extracted copySolutionVector 09 December 2021, 10:06:07 UTC
a2d7fc0 [PL] Changed some method names 09 December 2021, 10:06:07 UTC
d88bb35 [PL] Shortened output method signatures 09 December 2021, 10:06:07 UTC
7092aa3 [PL] Small changes, mostly comments 09 December 2021, 10:06:07 UTC
47efb78 Merge branch 'test-win' into 'master' Updated Conan CMake integration See merge request ogs/ogs!3910 09 December 2021, 07:28:25 UTC
2683453 Merge branch 'FixSpelling' into 'master' [T/MaL] Fix spelling in TestLinearSolver. See merge request ogs/ogs!3911 08 December 2021, 14:14:03 UTC
c5c6c46 Merge branch 'fix_tests' into 'master' Use meshes for boundary conditions in the project files of the point heat source benchmarks See merge request ogs/ogs!3908 08 December 2021, 13:28:23 UTC
4383304 [T/MaL] Fix spelling in TestLinearSolver. 08 December 2021, 13:04:25 UTC
bffa1e6 Update conan.cmake. 08 December 2021, 12:24:09 UTC
395b2f6 Update netcdf-cxx Conan package. 08 December 2021, 12:24:09 UTC
748912a [Test/TRM/PointHeatSource] Corrected boundary nodes by using boundary meshes 07 December 2021, 13:59:51 UTC
b05f129 [Test/THM/PointHeatSource] Use boudary meshes to correct boundary nodes 07 December 2021, 13:58:26 UTC
c60ae19 Merge branch 'VtkVisFilterAddVtkLibDeps' into 'master' [App/DE] VtkVisFilter; missing vtk libraries deps See merge request ogs/ogs!3909 07 December 2021, 12:52:19 UTC
29bcd89 [App/DE] VtkVisFilter; missing vtk libraries deps 07 December 2021, 11:21:14 UTC
d2f1d5e Merge branch 'RemoveDxDotDxAndDxDx' into 'master' Remove trivial dx/dx=1 and dxdot/dx = 1/dt See merge request ogs/ogs!3904 02 December 2021, 13:29:57 UTC
486255e Remove trivial dx/dx=1 and dxdot/dx = 1/dt 02 December 2021, 13:29:52 UTC
cd151e7 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!3905 02 December 2021, 12:23:22 UTC
5bf0bb7 [T/TH2M] Slightly relax ctest tolerances. 02 December 2021, 11:31:48 UTC
cbe3183 [NL] DOF; Rename argument of operator() Clarifying that the component is the global component. 02 December 2021, 11:22:56 UTC
43a13bb Remove copy ctor definitions. These are implicit. The definition of implicit copy assignment operator for a class is deprecated because it has a user-declared copy constructor as issued by -Wdeprecated-copy warning. Since the definitions of default copy constructors are implictly created by the compiler (as well as the copy assignments) the definitions are not needed. 02 December 2021, 11:21:55 UTC
8524905 [App/U] Remove unused node_area variable. 02 December 2021, 11:21:55 UTC
52468d9 Merge branch 'LandTransGeometryConceptualModel' into 'master' Geometry generator See merge request ogs/ogs!3902 02 December 2021, 09:45:17 UTC
9dc39b7 [T] Tests for tool generateGeometry. 02 December 2021, 09:13:41 UTC
491bef1 [T/GL] Unit test generateEquidistantPoints(). 02 December 2021, 09:13:41 UTC
b53bb30 [T/GL] Tests for createPolyline. 02 December 2021, 09:13:41 UTC
324beb5 [GL] Clang format. 02 December 2021, 09:13:41 UTC
fab06c4 [A/U/GeoTools] Init. impl. of generateGeometry. 02 December 2021, 09:13:41 UTC
303e720 Merge branch 'TRM_test' into 'master' [TRM] Added a benchmark of point heat source See merge request ogs/ogs!3901 01 December 2021, 20:48:48 UTC
c54b0d1 [TRM] Added a benchmark of point heat source 01 December 2021, 20:02:27 UTC
dde965e [GL] Impl. generateEquidistantPoints(). 01 December 2021, 05:22:57 UTC
607c59c [GL] Creator for polyline. 30 November 2021, 16:07:47 UTC
c0808f5 [T] Coverage; temporary disable TestVtkMeshConvert The test currently segfaults in debug build with optimizations. See issue https://gitlab.opengeosys.org/ogs/ogs/-/issues/3234 29 November 2021, 23:09:12 UTC
b6a29dd Merge branch 'AddOriginToStructuredMeshTool' into 'master' Added params to adjust mesh origin for createStructuredMesh See merge request ogs/ogs!3900 29 November 2021, 21:25:08 UTC
21a8f71 Merge branch 'ExchangeAndSurface' into 'master' [CL] Remove cation exchange and surface complexation exclusivity Closes #3159 See merge request ogs/ogs!3903 29 November 2021, 16:03:37 UTC
62e8ba6 [CL] Remove cation exchange and surface complexation exclusivity 29 November 2021, 16:03:36 UTC
a815441 [App/U] Adjustable mesh origin in generateStructM generateStructuredMesh supports origin coordinates via CLI. 29 November 2021, 13:53:25 UTC
7dd147e Merge branch 'OGS_H2_doc' into 'master' Add "Overview of multiphase flow processes" documentation See merge request ogs/ogs!3865 28 November 2021, 19:37:19 UTC
de823e2 Changed title and introductory text. 26 November 2021, 19:01:11 UTC
back to top