Skip to content

Commit

Permalink
Bring back VectorField
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed May 23, 2024
1 parent cdb9cf1 commit dda8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stokes_3d_inc_ve_T_mpi_perf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ end
τ_old = TensorField(backend, grid)
T = Field(backend, grid, Center())
T_old = Field(backend, grid, Center())
# qT = VectorField(backend, grid)
qT = VectorField(backend, grid)
# Pr_v = (me==0) ? KernelAbstractions.zeros(CPU(), Float64, size(interior(Pr)) .* dims(topo)) : nothing
# initial conditions
init_incl(x, y, z, x0, y0, z0, r, in, out) = ifelse((x - x0)^2 + (y - y0)^2 + (z - z0)^2 < r^2, in, out)
Expand Down

0 comments on commit dda8709

Please sign in to comment.