Commit cdafa4e
committed
Squashed commit of the following:
commit 4aa2c9f
Author: Randolph Settgast <settgast1@llnl.gov>
Date: Wed Apr 16 13:33:48 2025 -0700
fix: remove incorrect use of template keyword in function calls with no template argument list (#3625)
* in cases where there is a templated base class and a templated function func<T>(T t), calls such as derived::template func( t ) is actually non-compliant. It is replaced with derived::template func<>( T )
commit 696e599
Author: Pavel Tomin <paveltomin@users.noreply.github.com>
Date: Tue Apr 15 10:44:03 2025 -0700
fix: time step logic for sequential (#3624)
commit c23c214
Author: Arnaud DUDES <155963334+arng40@users.noreply.github.com>
Date: Tue Apr 15 16:12:53 2025 +0200
fix: Log levels generation on documentation generation (#3615)
commit b2d65ce
Author: Jian Huang <53012159+jhuang2601@users.noreply.github.com>
Date: Tue Apr 15 09:12:18 2025 -0500
fix: update TFrac tutorial example (#3595)
commit d0e5b2a
Author: Arnaud DUDES <155963334+arng40@users.noreply.github.com>
Date: Tue Apr 15 00:49:34 2025 +0200
refactor: Refactoring raw logs to tables (#3559)
* solubility table
* fields table
* load balancing
* set mesh partitioner smaller and removed some info if rank size = 1
* improve CO2 solubility
commit 2404873
Author: Arnaud DUDES <155963334+arng40@users.noreply.github.com>
Date: Tue Apr 15 00:45:04 2025 +0200
refactor: FieldSpecification context when targeting wrong fieldName (#3508)
* add specific fieldName when enter wrong name
* remove char const and set pstringstream
* attempt n°3 to output fieldName error
commit 10f0a21
Author: Brian Han <han12@llnl.gov>
Date: Mon Apr 14 12:45:56 2025 -0700
build: Update RAJA suite to v2025.03.0 (#3613)
* update tag
* Update geos spack-generated host-configs
* Update LvArray submodule
commit e09f499
Author: Matteo Cusini <49037133+CusiniM@users.noreply.github.com>
Date: Mon Apr 7 11:03:53 2025 -0700
fix: Fix runtime cuda error. (#3617)
* fix: Fix runtime cuda error.
* fix another similar error.
* Update src/coreComponents/fieldSpecification/TractionBoundaryCondition.cpp
commit 2e206c1
Author: Ben Corbett <32752943+corbett5@users.noreply.github.com>
Date: Sat Apr 5 11:28:59 2025 -0700
fix: Fixed leaks in ArrayOfArrays and MeshLevel. (#3602)
* Fixed leaks in ArrayOfArrays and MeshLevel.
* submodule update
* Updated LvArray
---------
Co-authored-by: Matteo Cusini <49037133+CusiniM@users.noreply.github.com>1 parent 19914c0 commit cdafa4e
56 files changed
Lines changed: 1524 additions & 577 deletions
File tree
- .devcontainer
- host-configs/LLNL
- inputFiles/lagrangianContactMechanics
- src
- coreComponents
- common
- format/table
- constitutive/fluid/multifluid/CO2Brine/functions
- dataRepository
- unitTests
- fieldSpecification
- fileIO/vtk
- finiteElement/kernelInterface
- functions
- linearAlgebra
- mesh
- mpiCommunications
- physicsSolvers
- multiphysics
- solidMechanics
- wavePropagation/sem
- acoustic
- firstOrderEqn/isotropic
- secondOrderEqn
- anisotropic
- isotropic
- elastic
- firstOrderEqn/isotropic
- secondOrderEqn
- anisotropic
- isotropic
- schema
- unitTests/linearAlgebraTests
- docs/sphinx/advancedExamples/validationStudies/faultMechanics/intersectFrac
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
Lines changed: 22 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments