Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-24 | Merge branch 'dev' into nodal_aux_3 | 1 | -0/+1 | ||
2019-10-18 | Modified according to MaxThevenet's comments | 1 | -1/+1 | ||
2019-10-14 | Add Higuera-Cary pusher | 1 | -0/+1 | ||
2019-09-27 | Implement new gather option | 1 | -2/+3 | ||
2019-09-10 | Cleanup: Include Order | 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-30 | Remove reference to picsar | 1 | -1/+1 | ||
2019-08-21 | Cleanup PICSAR reference and fortran files | 1 | -8/+0 | ||
2019-08-08 | Removed fortran routines related to charge deposition | 1 | -5/+0 | ||
2019-08-05 | Replaced WARPX_RZ with WARPX_DIM_RZ | 1 | -1/+1 | ||
2019-06-03 | compare C strings with strcmp | 1 | -5/+6 | ||
2019-05-31 | Fix parsing of gathering string | 1 | -0/+2 | ||
2019-05-31 | Allow the use of the CKC solver on GPU | 1 | -1/+1 | ||
2019-05-31 | Address review comments | 1 | -0/+4 | ||
2019-05-29 | Fix bugs | 1 | -6/+9 | ||
2019-05-28 | Start algorithm selection | 1 | -0/+85 | ||