diff --git a/src/solvers/cache.jl b/src/solvers/cache.jl index d8b9fff..3cd45fa 100644 --- a/src/solvers/cache.jl +++ b/src/solvers/cache.jl @@ -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, diff --git a/src/solvers/dg_1d.jl b/src/solvers/dg_1d.jl index 95ce81a..53e506b 100644 --- a/src/solvers/dg_1d.jl +++ b/src/solvers/dg_1d.jl @@ -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 diff --git a/src/solvers/dg_2d.jl b/src/solvers/dg_2d.jl index 9541572..9c35f76 100644 --- a/src/solvers/dg_2d.jl +++ b/src/solvers/dg_2d.jl @@ -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 diff --git a/src/solvers/dg_3d.jl b/src/solvers/dg_3d.jl index b75a6c5..9490e3a 100644 --- a/src/solvers/dg_3d.jl +++ b/src/solvers/dg_3d.jl @@ -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