aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Merge branch 'dev' into nodal_aux_3Gravatar Weiqun Zhang 1-0/+1
2019-10-18Modified according to MaxThevenet's commentsGravatar Yin-YinjianZhao 1-1/+1
2019-10-14Add Higuera-Cary pusherGravatar Yin-YinjianZhao 1-0/+1
2019-09-27Implement new gather optionGravatar Remi Lehe 1-2/+3
2019-09-10Cleanup: Include OrderGravatar Axel Huebl 1-0/+1
A typical include order in C++ is: - "module header" (local header) - "own headers" (WarpX) - <close library headers> (AMReX) - <other third party headers> (e.g. omp) - <stdlib headers> This avoids that a "forgotten include" will silently compile in some compilers and crash in others (because it will crash in all). References: - https://llvm.org/docs/CodingStandards.html#include-style - https://include-what-you-use.org
2019-08-30Remove reference to picsarGravatar Remi Lehe 1-1/+1
2019-08-21Cleanup PICSAR reference and fortran filesGravatar Remi Lehe 1-8/+0
2019-08-08Removed fortran routines related to charge depositionGravatar Dave Grote 1-5/+0
2019-08-05Replaced WARPX_RZ with WARPX_DIM_RZGravatar Dave Grote 1-1/+1
2019-06-03compare C strings with strcmpGravatar Weiqun Zhang 1-5/+6
2019-05-31Fix parsing of gathering stringGravatar Remi Lehe 1-0/+2
2019-05-31Allow the use of the CKC solver on GPUGravatar Remi Lehe 1-1/+1
2019-05-31Address review commentsGravatar Remi Lehe 1-0/+4
2019-05-29Fix bugsGravatar Remi Lehe 1-6/+9
2019-05-28Start algorithm selectionGravatar Remi Lehe 1-0/+85