Skip to content

Commit ff66bca

Browse files
committed
Merge branch 'ImprovedELBubblesIO' of github.com:wilfonba/MFC-Wilfong into ImprovedELBubblesIO
2 parents 1debcdc + bf2138b commit ff66bca

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ strang = "strang"
1919
Strang = "Strang"
2020
TKE = "TKE"
2121
HSA = "HSA"
22+
INFP = "INFP"
2223

2324
[files]
2425
extend-exclude = ["docs/documentation/references*", "tests/", "toolchain/cce_simulation_workgroup_256.sh"]

docs/documentation/gpuParallelization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Note: Ordering is not guaranteed or stable, so use key-value pairing when using
3131

3232
- Data on the GPU has a reference counter
3333
- When data is referred to being allocated, it means that GPU memory is allocated if it is not already present in GPU memory. If a variable is already present, the reference counter is just incremented.
34-
- When data is referred to being dellocated, it means that the reference counter is decremented. If the reference counter is zero, then the data is actually deallocated from GPU memory
34+
- When data is referred to being deallocated, it means that the reference counter is decremented. If the reference counter is zero, then the data is actually deallocated from GPU memory
3535
- When data is referred to being attached, it means that the device pointer attaches to target if it not already attached. If pointer is already attached, then the attachment counter is just incremented
3636
- When data is referred to being detached, it means that the attachment counter is decremented. If attachment counter is zero, then actually detached
3737

examples/1D_shuosher_analytical/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"patch_icpp(1)%pres": 10.3333,
5858
"patch_icpp(1)%alpha_rho(1)": 3.957143,
5959
"patch_icpp(1)%alpha(1)": 1.0,
60-
# One anlytic patch to take care of -4 < x < 5
60+
# One analytic patch to take care of -4 < x < 5
6161
# Patch 2 Analytic
6262
"patch_icpp(2)%geometry": 1,
6363
"patch_icpp(2)%x_centroid": 0.5,

examples/1D_shuosher_old/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"patch_icpp(1)%pres": 10.3333,
5858
"patch_icpp(1)%alpha_rho(1)": 3.957143,
5959
"patch_icpp(1)%alpha(1)": 1.0,
60-
# One anlytic patch to take care of -4 < x < 5
60+
# One analytic patch to take care of -4 < x < 5
6161
# Patch 2 Analytic
6262
"patch_icpp(2)%geometry": 1,
6363
"patch_icpp(2)%x_centroid": 0.5,

examples/1D_shuosher_teno5/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"patch_icpp(1)%pres": 10.333,
6060
"patch_icpp(1)%alpha_rho(1)": 3.857,
6161
"patch_icpp(1)%alpha(1)": 1.0,
62-
# One anlytic patch to take care of 1 < x < 10
62+
# One analytic patch to take care of 1 < x < 10
6363
# Patch 2 Analytic
6464
"patch_icpp(2)%geometry": 1,
6565
"patch_icpp(2)%x_centroid": 5.5,

examples/1D_shuosher_teno7/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"patch_icpp(1)%pres": 10.333,
6060
"patch_icpp(1)%alpha_rho(1)": 3.857,
6161
"patch_icpp(1)%alpha(1)": 1.0,
62-
# One anlytic patch to take care of 1 < x < 10
62+
# One analytic patch to take care of 1 < x < 10
6363
# Patch 2 Analytic
6464
"patch_icpp(2)%geometry": 1,
6565
"patch_icpp(2)%x_centroid": 5.5,

examples/1D_shuosher_wenojs5/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"patch_icpp(1)%pres": 10.333,
5959
"patch_icpp(1)%alpha_rho(1)": 3.857,
6060
"patch_icpp(1)%alpha(1)": 1.0,
61-
# One anlytic patch to take care of 1 < x < 10
61+
# One analytic patch to take care of 1 < x < 10
6262
# Patch 2 Analytic
6363
"patch_icpp(2)%geometry": 1,
6464
"patch_icpp(2)%x_centroid": 5.5,

examples/1D_shuosher_wenom5/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"patch_icpp(1)%pres": 10.333,
5959
"patch_icpp(1)%alpha_rho(1)": 3.857,
6060
"patch_icpp(1)%alpha(1)": 1.0,
61-
# One anlytic patch to take care of 1 < x < 10
61+
# One analytic patch to take care of 1 < x < 10
6262
# Patch 2 Analytic
6363
"patch_icpp(2)%geometry": 1,
6464
"patch_icpp(2)%x_centroid": 5.5,

examples/1D_shuosher_wenoz5/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"patch_icpp(1)%pres": 10.333,
5959
"patch_icpp(1)%alpha_rho(1)": 3.857,
6060
"patch_icpp(1)%alpha(1)": 1.0,
61-
# One anlytic patch to take care of 1 < x < 10
61+
# One analytic patch to take care of 1 < x < 10
6262
# Patch 2 Analytic
6363
"patch_icpp(2)%geometry": 1,
6464
"patch_icpp(2)%x_centroid": 5.5,

src/common/m_boundary_common.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!! @brief Contains module m_boundary_conditions_common
44

55
!> @brief The purpose of the module is to apply noncharacteristic and processor
6-
!! boundary condiitons
6+
!! boundary conditions
77

88
#:include 'macros.fpp'
99

0 commit comments

Comments
 (0)