aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/EvolveG.cpp
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <WeiqunZhang@lbl.gov> 2022-07-22 11:43:14 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-22 18:43:14 +0000
commit12cc7641e5c071d6db701f229050c89ed2e53966 (patch)
treeddc7ac0564afc62187a4fed5d241b69be408e7c6 /Source/FieldSolver/FiniteDifferenceSolver/EvolveG.cpp
parent70cfc2af11d7f5eca8ded125b65ae61d4ecbf43c (diff)
downloadWarpX-12cc7641e5c071d6db701f229050c89ed2e53966.tar.gz
WarpX-12cc7641e5c071d6db701f229050c89ed2e53966.tar.zst
WarpX-12cc7641e5c071d6db701f229050c89ed2e53966.zip
Fix a bug in GPU version of Hankel Transform (#3253)
amrex::Array4 is a 4D array that can be accessed with three spatial indices plus an optional component index. We must always provide all three spatial indices even in 2D.
Diffstat (limited to 'Source/FieldSolver/FiniteDifferenceSolver/EvolveG.cpp')
0 files changed, 0 insertions, 0 deletions
'>2019-03-19final cleaning, and make sure that default value is single-passGravatar MaxThevenet 3-29/+1 2019-03-19implemented and tested in 2d and 3d. must check performanceGravatar MaxThevenet 4-6/+44 2019-03-19minor cleaningGravatar MaxThevenet 4-3/+2 2019-03-19addd npass capability for 2d. ATTENTION number of ghosts cells unchangedGravatar MaxThevenet 5-52/+30 2019-03-19fixed update bug. Now 2d filter works with 1 passGravatar MaxThevenet 1-2/+2 2019-03-19further cleaningGravatar MaxThevenet 1-39/+1 2019-03-19remove fileGravatar MaxThevenet 1-21/+0 2019-03-19cleaning. still works for no pass, but not >=1 passGravatar MaxThevenet 4-94/+9 2019-03-18works with 0 passGravatar MaxThevenet 3-23/+41 2019-03-18externalize filter functionGravatar MaxThevenet 3-22/+29