mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-07-01 14:29:26 +02:00
pfrandomize modification and minor typos.
This commit is contained in:
parent
70829c8a20
commit
5fc81739f8
3 changed files with 18 additions and 14 deletions
|
@ -93,7 +93,7 @@ function Base.show(io::IO, int::FlowIntr{N,T}) where {N,T}
|
|||
if N == 0
|
||||
println(io, " * Euler schem3")
|
||||
elseif N == 1
|
||||
println(io, " * One stage scheme. Coefficients3")
|
||||
println(io, " * One stage scheme. Coefficients")
|
||||
println(io, " stg 1: ", int.e0[1], " ", int.e1[1])
|
||||
elseif N == 2
|
||||
println(io, " * Two stage scheme. Coefficients:")
|
||||
|
|
|
@ -92,7 +92,7 @@ end
|
|||
"""
|
||||
function setbndfield(U, phi, lp::SpaceParm)
|
||||
|
||||
Sets abelian boundary fields with phases `phi[1]` and `phi[2]` to the configuration `U` at time salice ``x_0=0``.
|
||||
Sets abelian boundary fields with phases `phi[1]` and `phi[2]` to the configuration `U` at time slice ``x_0=0``.
|
||||
"""
|
||||
function setbndfield(U, phi, lp::SpaceParm{N,M,B,D}) where {N,M,B,D}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue