Commit 0d62366
Restructure/transport solver v1 (tardis-sn#3218)
* Co-authored-by: Joshua Shields <[email protected]>
Co-authored-by: Jack O'Brien <[email protected]>
Co-authored-by: Jing Lu <[email protected]>
Refactors transport initialization to use geometry state directly
Simplifies the transport state initialization by passing the geometry state object directly instead of the full simulation state. This change reduces coupling between transport and simulation components and clarifies the specific data dependencies needed for transport initialization.
Updates method signatures and variable names throughout the transport system to reflect this more focused interface.
* Refactor transport state initialization in Simulation and MonteCarloTransportSolver classes
Co-authored-by: Joshua Shields <[email protected]>
Co-authored-by: Jack O'Brien <[email protected]>
Co-authored-by: Jing Lu <[email protected]>
---------
Co-authored-by: Joshua Shields <[email protected]>
Co-authored-by: Jack O'Brien <[email protected]>
Co-authored-by: Jing Lu <[email protected]>1 parent 2b64dc6 commit 0d62366
File tree
3 files changed
+44
-16
lines changed- tardis
- simulation
- transport/montecarlo
- workflows
3 files changed
+44
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
| 440 | + | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | 448 | | |
454 | 449 | | |
455 | 450 | | |
456 | 451 | | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
457 | 455 | | |
458 | 456 | | |
459 | 457 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
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 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
| |||
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
160 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
161 | 171 | | |
| 172 | + | |
162 | 173 | | |
| 174 | + | |
163 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
164 | 179 | | |
165 | 180 | | |
| 181 | + | |
| 182 | + | |
166 | 183 | | |
167 | 184 | | |
168 | 185 | | |
169 | | - | |
| 186 | + | |
| 187 | + | |
170 | 188 | | |
171 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
172 | 202 | | |
173 | 203 | | |
174 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
0 commit comments