Implemented twisted BC for improved actions and flow

Still rigurous tests should be done.
This commit is contained in:
Alberto Ramos 2023-01-28 23:40:05 +01:00
parent 9ba55b10f8
commit 772b4c62f4
4 changed files with 126 additions and 51 deletions

View file

@ -301,7 +301,7 @@ end
return CartesianIndex{6}(i1,i2,i3,i4,i5,i6)
end
@inline function point_time(p::NTuple{2,Int64}, lp::SpaceParm{N,M,D}) where {N,M,D}
@inline function point_time(p::NTuple{2,Int64}, lp::SpaceParm{N,M,B,D}) where {N,M,B,D}
return cnt(p[1], p[2], N, lp)
end