Skip to content

Commit

Permalink
i.e.,
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jan 9, 2025
1 parent 926a097 commit 5bba4cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/time_integration/methods_SSP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mutable struct SimpleIntegratorSSP{RealT <: Real, uType, Params, Sol, F, Alg,
du::uType
r0::uType
t::RealT
tdir::RealT # DIRection of time integration, i.e, if one marches forward or backward in time
tdir::RealT # DIRection of time integration, i.e., if one marches forward or backward in time
dt::RealT # current time step
dtcache::RealT # manually set time step
iter::Int # current number of time steps (iteration)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ mutable struct PairedExplicitRK2Integrator{RealT <: Real, uType, Params, Sol, F,
du::uType
u_tmp::uType
t::RealT
tdir::RealT # DIRection of time integration, i.e, if one marches forward or backward in time
tdir::RealT # DIRection of time integration, i.e., if one marches forward or backward in time
dt::RealT # current time step
dtcache::RealT # manually set time step
iter::Int # current number of time steps (iteration)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ mutable struct PairedExplicitRK3Integrator{RealT <: Real, uType, Params, Sol, F,
du::uType
u_tmp::uType
t::RealT
tdir::RealT # DIRection of time integration, i.e, if one marches forward or backward in time
tdir::RealT # DIRection of time integration, i.e., if one marches forward or backward in time
dt::RealT # current time step
dtcache::RealT # manually set time step
iter::Int # current number of time steps (iteration)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ mutable struct PairedExplicitRK4Integrator{RealT <: Real, uType, Params, Sol, F,
du::uType
u_tmp::uType
t::RealT
tdir::RealT # DIRection of time integration, i.e, if one marches forward or backward in time
tdir::RealT # DIRection of time integration, i.e., if one marches forward or backward in time
dt::RealT # current time step
dtcache::RealT # manually set time step
iter::Int # current number of time steps (iteration)
Expand Down

0 comments on commit 5bba4cd

Please sign in to comment.