aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30some cleaning in current depositionGravatar MaxThevenet 1-3/+3
2019-07-18conversion of Esirkepov deposition to c++ minor fixGravatar grote 1-3/+3
2019-07-18Initial conversion of Esirkepov deposition to c++Gravatar Dave Grote 1-15/+35
2019-07-11avoid compilation error when USE_RZ=TRUEGravatar MaxThevenet 1-9/+0
2019-07-11option use_picsar_depositionGravatar MaxThevenet 1-1/+1
2019-07-11keep option to use PICSAR current depositionGravatar MaxThevenet 1-27/+144
2019-07-11fix code for GPU. OK to machine precision for o1-2-3Gravatar Maxence Thevenet 1-6/+6
2019-07-11remove print statementsGravatar MaxThevenet 1-4/+0
2019-07-10rename kernel fileGravatar MaxThevenet 1-1/+1
2019-07-10generic solution OK for 2/3D order 1 and 3. Issues with order 2Gravatar MaxThevenet 1-123/+48
2019-07-102d and 3d version, order 1, with commentsGravatar MaxThevenet 1-34/+75
2019-07-09some cleaningGravatar MaxThevenet 1-168/+80
2019-07-09works for order 1, direct deposition 2DGravatar MaxThevenet 1-61/+54
2019-07-08bug when tiling on CPUGravatar MaxThevenet 1-14/+52
2019-07-08fix position pointer. simple test gives correct resultGravatar MaxThevenet 1-9/+17
2019-07-08Merge branch 'avoid_duplication_CD' into deposition_cppGravatar MaxThevenet 1-2/+6
2019-07-08number of guard cells in current j multifabGravatar MaxThevenet 1-1/+2
2019-07-08Test implementation for direct deposition order 1Gravatar MaxThevenet 1-17/+123
2019-07-08add commentsGravatar MaxThevenet 1-1/+4
2019-07-07fix merge conflicts. start from merged CDGravatar MaxThevenet 1-1/+0
2019-07-07avoid duplication in current deposition when using buffersGravatar MaxThevenet 1-166/+115
2019-07-07avoid duplication in current deposition when using buffersGravatar MaxThevenet 1-167/+116
2019-06-16Turn off FAB_IS_MANAGEDGravatar Weiqun Zhang 1-3/+4
2019-06-13Use PICSAR function for nodal depositionGravatar Remi Lehe 1-160/+35
2019-06-06 adding 2D cufft plansGravatar Revathi Jambunathan 1-2/+0
2019-06-05Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into spectral_cufftO...Gravatar Revathi Jambunathan 1-35/+41
2019-05-23fix a bunch of unused variable / parameter shadowing warningsGravatar Andrew Myers 1-23/+21
2019-05-22Fix compilation error for cylindricalGravatar Remi Lehe 1-2/+2
2019-05-22Implement style commentsGravatar Remi Lehe 1-5/+3
2019-05-22Refactor particle pushGravatar Remi Lehe 1-12/+20
2019-05-21Added new file for pusher kernelGravatar Remi Lehe 1-0/+2
2019-05-14changes made after merging with lastest dev versionGravatar Revathi Jambunathan 1-55/+44
2019-05-12cleaning (remove print statements etc.)Gravatar MaxThevenet 1-10/+0
2019-05-12old attribs not allocated if species not BFDGravatar MaxThevenet 1-6/+13
2019-05-12only selected species BFD-dumped, but all old attribs initializedGravatar MaxThevenet 1-3/+6
2019-05-10lab diags is a species argument. add commentsGravatar MaxThevenet 1-3/+3
2019-05-08Use array of struct in pusher for positionsGravatar Remi Lehe 1-25/+6
2019-05-08merged with upstream devGravatar Revathi Jambunathan 1-0/+18
2019-05-08Fix RZ bugGravatar Remi Lehe 1-1/+1
2019-05-08Convert the particle position pusher to C++Gravatar Remi Lehe 1-36/+44
2019-05-08temporary print files for debuggingGravatar Revathi Jambunathan 1-1/+1
2019-05-06Merge pull request #123 from RevathiJambunathan/icompForRho_inChargeDepositGravatar Remi Lehe 1-1/+1
2019-05-06Passing icomp as a variable to the dataPtr() function in the charge deposit s...Gravatar Revathi Jambunathan 1-1/+1
2019-05-06printoutstatement to debug the swap in rho_old and rho_new in the gpu vs cpuGravatar Revathi Jambunathan 1-1/+1
2019-05-03Merge pull request #106 from ECP-WarpX/RZgeometryGravatar Remi Lehe 1-0/+16
2019-04-29make sure we initialize the new particle components for all the different pat...Gravatar Andrew Myers 1-0/+17
2019-04-29set up particle comps ids if using boosted frame particlesGravatar Andrew Myers 1-0/+11
2019-04-29add the xold, uxold, etc particle components at runtime if doing boosted fram...Gravatar Andrew Myers 1-0/+15
2019-04-29Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-131/+77
2019-04-26Implemented dive cleaning for RZ geometryGravatar Dave Grote 1-0/+16