File tree
Expand file treeCollapse file tree
20 files changed
+169
-80
lines changedFilter options
- src/main
- java/pulse
- input
- problem
- schemes/solvers
- statements
- model
- properties
- tasks/processing
- ui
- components/models
- frames/dialogs
- resources
- images
Expand file treeCollapse file tree
20 files changed
+169
-80
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
src/main/java/pulse/input/InterpolationDataset.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/input/InterpolationDataset.java+7-4Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
| ||
121 | 123 |
|
122 | 124 |
|
123 | 125 |
|
| 126 | + |
124 | 127 |
|
125 | 128 |
|
126 | 129 |
|
|
src/main/java/pulse/problem/schemes/solvers/ExplicitCoupledSolver.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/schemes/solvers/ExplicitCoupledSolver.java+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
| 60 | + |
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
|
src/main/java/pulse/problem/schemes/solvers/ExplicitCoupledSolverNL.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/schemes/solvers/ExplicitCoupledSolverNL.java-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 | 20 |
|
23 | 21 |
|
24 | 22 |
|
|
src/main/java/pulse/problem/schemes/solvers/ImplicitCoupledSolver.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/schemes/solvers/ImplicitCoupledSolver.java+2-1Lines changed: 2 additions & 1 deletion
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 |
|
|
src/main/java/pulse/problem/schemes/solvers/ImplicitCoupledSolverNL.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/schemes/solvers/ImplicitCoupledSolverNL.java-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 | 20 |
|
23 | 21 |
|
24 | 22 |
|
|
src/main/java/pulse/problem/schemes/solvers/ImplicitDiathermicSolver.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/schemes/solvers/ImplicitDiathermicSolver.java+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 |
| - |
54 |
| - |
| 54 | + |
| 55 | + |
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
| ||
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
109 |
| - |
| 110 | + |
src/main/java/pulse/problem/schemes/solvers/MixedCoupledSolver.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/schemes/solvers/MixedCoupledSolver.java+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
78 | 81 |
|
79 | 82 |
|
80 | 83 |
|
|
src/main/java/pulse/problem/statements/DiathermicMedium.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/statements/DiathermicMedium.java+27-11Lines changed: 27 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
| 64 | + |
| 65 | + |
63 | 66 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
73 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
74 | 89 |
|
75 | 90 |
|
76 | 91 |
|
| ||
90 | 105 |
|
91 | 106 |
|
92 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
93 | 111 |
|
94 |
| - |
95 |
| - |
96 | 112 |
|
97 | 113 |
|
98 | 114 |
|
|
src/main/java/pulse/problem/statements/model/DiathermicProperties.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/statements/model/DiathermicProperties.java+27-5Lines changed: 27 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
| ||
23 | 26 |
|
24 | 27 |
|
25 | 28 |
|
| 29 | + |
26 | 30 |
|
27 | 31 |
|
| 32 | + |
28 | 33 |
|
29 | 34 |
|
30 | 35 |
|
| ||
37 | 42 |
|
38 | 43 |
|
39 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
40 | 54 |
|
41 | 55 |
|
42 | 56 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
47 | 68 |
|
48 | 69 |
|
49 | 70 |
|
50 | 71 |
|
51 | 72 |
|
52 | 73 |
|
53 | 74 |
|
| 75 | + |
54 | 76 |
|
55 | 77 |
|
56 | 78 |
|
57 |
| - |
| 79 | + |
src/main/java/pulse/problem/statements/model/ExtendedThermalProperties.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/statements/model/ExtendedThermalProperties.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
src/main/java/pulse/problem/statements/model/ThermalProperties.java
Copy file name to clipboardExpand all lines: src/main/java/pulse/problem/statements/model/ThermalProperties.java+24-3Lines changed: 24 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
| 172 | + |
| 173 | + |
| 174 | + |
172 | 175 |
|
173 | 176 |
|
174 | 177 |
|
| ||
272 | 275 |
|
273 | 276 |
|
274 | 277 |
|
| 278 | + |
275 | 279 |
|
276 | 280 |
|
277 | 281 |
|
| ||
285 | 289 |
|
286 | 290 |
|
287 | 291 |
|
288 |
| - |
| 292 | + |
289 | 293 |
|
290 | 294 |
|
291 | 295 |
|
292 | 296 |
|
293 | 297 |
|
294 |
| - |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
295 | 304 |
|
296 | 305 |
|
297 | 306 |
|
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
298 | 319 |
|
299 | 320 |
|
300 | 321 |
|
| ||
320 | 341 |
|
321 | 342 |
|
322 | 343 |
|
323 |
| - |
| 344 | + |
324 | 345 |
|
325 | 346 |
|
326 | 347 |
|
|
0 commit comments