Skip to content

Commit d5ea044

Browse files
Fixed spelling issues
1 parent 1cd7984 commit d5ea044

File tree

13 files changed

+14
-13
lines changed

13 files changed

+14
-13
lines changed

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 anlaytic 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 anlaytic 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 anlaytic 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 anlaytic 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 anlaytic 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 anlaytic 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 anlaytic 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

src/common/m_compute_levelset.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ contains
300300
end if
301301
end do
302302

303+
! TODO :: This entire if/else tree can be simplified by just calling arrays by idx index
303304
if (idx == 1) then
304305
levelset%sf(i, j, 0, ib_patch_id) = side_dists(1)
305306
if (f_approx_equal(side_dists(1), 0._wp)) then

0 commit comments

Comments
 (0)