Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Sep 24, 2024
1 parent ef8de42 commit db1b842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/solvers/cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function create_cache_gpu(mesh::TreeMesh{1}, equations, dg::DGSEM, RealT, uEltyp
return cache
end

# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently exprimental
# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently experimental
# in Trixi.jl and it is not implemented here.

function create_cache_gpu(mesh::TreeMesh{1}, equations,
Expand Down
2 changes: 1 addition & 1 deletion src/solvers/dg_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ end
# partial work in semidiscretization. They are used to invoke kernels from the host (i.e., CPU)
# and run them on the device (i.e., GPU).

# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently exprimental
# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently experimental
# in Trixi.jl and it is not implemented here.

# Pack kernels for calculating volume integrals
Expand Down
2 changes: 1 addition & 1 deletion src/solvers/dg_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ end
# partial work in semidiscretization. They are used to invoke kernels from the host (i.e., CPU)
# and run them on the device (i.e., GPU).

# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently exprimental
# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently experimental
# in Trixi.jl and it is not implemented here.

# Pack kernels for calculating volume integrals
Expand Down
2 changes: 1 addition & 1 deletion src/solvers/dg_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ end
# partial work in semidiscretization. They are used to invoke kernels from the host (i.e., CPU)
# and run them on the device (i.e., GPU).

# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently exprimental
# Note that `volume_integral::VolumeIntegralPureLGLFiniteVolume` is currently experimental
# in Trixi.jl and it is not implemented here.

# Pack kernels for calculating volume integrals
Expand Down

0 comments on commit db1b842

Please sign in to comment.