3 files changed
+80
-1
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + |
- include/auxkernels/Density.h+2-3
- include/base/SquirrelApp.h+1-1
- include/bcs/ExampleShapeSideIntegratedBC.h+2-15
- include/bcs/InflowBC.h+2-4
- include/bcs/MatINSTemperatureNoBCBC.h+2-3
- include/bcs/OutflowBC.h+2-2
- include/bcs/RobinBC.h+2-17
- include/bcs/TemperatureInflowBC.h+4-5
- include/bcs/TemperatureOutflowBC.h+4-4
- include/dgkernels/DGTemperatureAdvection.h+2-2
- include/kernels/ConservativeTemperatureAdvection.h+3-3
- include/kernels/MatINSTemperatureTimeDerivative.h+4-4
- include/kernels/NonConservativeAdvection.h+1-2
- include/kernels/PotentialAdvection.h+2-15
- include/userobjects/DenomShapeSideUserObject.h+3-17
- include/userobjects/NumShapeSideUserObject.h+3-17
- src/auxkernels/Density.C+6-5
- src/auxkernels/FunctionDerivativeAux.C+3-1
- src/base/SquirrelApp.C+20-10
- src/bcs/ExampleShapeSideIntegratedBC.C+24-26
- src/bcs/InflowBC.C+9-7
- src/bcs/MatINSTemperatureNoBCBC.C+16-21
- src/bcs/OutflowBC.C+5-5
- src/bcs/RobinBC.C+7-19
- src/bcs/TemperatureInflowBC.C+5-4
- src/bcs/TemperatureOutflowBC.C+5-4
- src/dgkernels/DGTemperatureAdvection.C+5-4
- src/kernels/ConservativeTemperatureAdvection.C+10-6
- src/kernels/MatINSTemperatureTimeDerivative.C+7-6
- src/kernels/NonConservativeAdvection.C+7-7
- src/kernels/PotentialAdvection.C+10-23
- src/main.C+2-1
- src/userobjects/DenomShapeSideUserObject.C+7-18
- src/userobjects/NumShapeSideUserObject.C+7-18
- unit/src/main.C+7-19
0 commit comments