Skip to content

Commit

Permalink
fix ext
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Aug 8, 2024
1 parent 692546d commit 9ed9706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/CUDA/2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
function flow_bcs!(
::CUDABackendTrait, stokes::JustRelax.StokesArrays, bcs::DisplacementBoundaryConditions
)
return _flow_bcs!(bcs, @velocity(stokes))
return _flow_bcs!(bcs, @displacement(stokes))
end

function JR2D.thermal_bcs!(::CUDABackendTrait, thermal::JustRelax.ThermalArrays, bcs)
Expand Down

0 comments on commit 9ed9706

Please sign in to comment.