aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16call old current deposition for laser particles and remove psatd testGravatar MaxThevenet 2-40/+40
2019-07-15fix indentation in physicalparticlecontainer.cpp, couldn't readGravatar MaxThevenet 1-294/+294
2019-07-15git rid of outdated options in example input filesGravatar MaxThevenet 3-4/+12
2019-07-15update some commentsGravatar MaxThevenet 1-1/+2
2019-07-15adopt remi's comments, do some cleaningGravatar MaxThevenet 1-62/+17
2019-07-13add a bounch of const qualifiersGravatar MaxThevenet 1-35/+35
2019-07-12Copy guard cells from the regular grid to the hybrid gridGravatar Remi Lehe 1-10/+10
2019-07-12Removed comments about algorithm's corresponding nrGravatar Diana Amorim 1-4/+4
2019-07-12modify PML CKC test so that tests do not fail... don't understand where the c...Gravatar MaxThevenet 1-1/+4
2019-07-12Corrected typo of xold incorrect repetition.Gravatar Diana Amorim 2-12/+13
2019-07-12default value for boost parameters are NoneGravatar MaxThevenet 1-1/+1
2019-07-12use vector instead of angle for polarizationGravatar MaxThevenet 1-1/+1
2019-07-12fix some typos in pywarpxGravatar MaxThevenet 1-9/+4
2019-07-11add a bunch of restrictGravatar MaxThevenet 1-6/+6
2019-07-11avoid compilation error when USE_RZ=TRUEGravatar MaxThevenet 1-9/+0
2019-07-11force to use picsar deposition in RZ modeGravatar MaxThevenet 1-0/+5
2019-07-11Modified Documentation to update the modules required for building WarpX on C...Gravatar Revathi Jambunathan 1-1/+1
2019-07-11remove merge conflict markersGravatar MaxThevenet 1-3/+0
2019-07-11typo in make fileGravatar MaxThevenet 1-1/+1
2019-07-11add commentsGravatar MaxThevenet 1-4/+6
2019-07-11do not modify the example input script in the PRGravatar MaxThevenet 4-134/+43
2019-07-11option use_picsar_depositionGravatar MaxThevenet 5-14/+44
2019-07-11add option to use PICSAR routineGravatar MaxThevenet 1-0/+4
2019-07-11keep option to use PICSAR current depositionGravatar MaxThevenet 4-56/+226
2019-07-11fix code for GPU. OK to machine precision for o1-2-3Gravatar Maxence Thevenet 3-26/+32
2019-07-11remove print statementsGravatar MaxThevenet 2-5/+0
2019-07-10fixed issue for order 2Gravatar MaxThevenet 1-24/+19
2019-07-10remove unnecessary includesGravatar MaxThevenet 1-26/+0
2019-07-10rename kernel fileGravatar MaxThevenet 2-4/+4
2019-07-10cleaning and add some commentsGravatar MaxThevenet 1-52/+15
2019-07-10generic solution OK for 2/3D order 1 and 3. Issues with order 2Gravatar MaxThevenet 5-125/+286
2019-07-10Changed name of function to copy_attribs()Gravatar Diana Amorim 3-4/+4
2019-07-10Fixed segfault error.Gravatar Diana Amorim 1-14/+13
2019-07-10Add deposit_on_main_grid in automated testsGravatar Remi Lehe 1-0/+1
2019-07-10Document deposit on main gridGravatar Remi Lehe 1-16/+21
2019-07-10subcyling test had subcyling off... clean it and turn it onGravatar MaxThevenet 1-27/+2
2019-07-102d and 3d version, order 1, with commentsGravatar MaxThevenet 3-70/+83
2019-07-09some cleaningGravatar MaxThevenet 3-171/+82
2019-07-09Attempt to fix segfault issue - Unsuccessful. Tested alternatives to <Real* A...Gravatar Diana Amorim 3-10/+13
2019-07-09works for order 1, direct deposition 2DGravatar MaxThevenet 3-69/+62
2019-07-09Changed warpx_copy_attribs function from F90 to CPP inside PhysicalParticleCo...Gravatar Diana Amorim 7-71/+47
2019-07-09fix a bug where we increment instead of overwrite when copying slices to the ...Gravatar Andrew Myers 1-2/+2
2019-07-08Revert "To reset DIM to 2 for RZ, we have to do it before including AMReX's m...Gravatar Weiqun Zhang 2-6/+6
2019-07-08these methods can't be private or protected because of limitations in CudaGravatar Andrew Myers 1-16/+17
2019-07-08need to use pointer syntax hereGravatar Andrew Myers 1-3/+3
2019-07-08bug when tiling on CPUGravatar MaxThevenet 4-20/+172
2019-07-08To reset DIM to 2 for RZ, we have to do it before including AMReX's make filesGravatar Weiqun Zhang 2-6/+6
2019-07-08add macros WARPX_DIM_3D WARPX_DIM_2D WARPX_DIM_RZGravatar Weiqun Zhang 1-0/+10
2019-07-08fix position pointer. simple test gives correct resultGravatar MaxThevenet 2-9/+22
2019-07-08use 'direct' rather than 'direct-vectorized' in 2dGravatar Andrew Myers 1-1/+1