Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-26 | In picmi, wrapped the constants in a class | 1 | -47/+49 | ||
2019-07-26 | remove Ann from email list | 1 | -1/+1 | ||
2019-07-24 | Parser now understands >= , <=, ==, !=, and, or (#230) | 9 | -582/+878 | ||
* Now parser understands <= and >= * Now parser understands <= and >= * Bugfixing * Updated example * Fixed bug * Fixed precedence and added ==, !=, and, or | |||||
2019-07-24 | Update PSATD tests | 1 | -5/+5 | ||
2019-07-23 | Reduce duplication in Esirkepov deposition | 1 | -104/+57 | ||
2019-07-23 | Remove travis wait | 1 | -1/+1 | ||
2019-07-23 | Temporarily enable PICSAR's PSATD for the Travis tests | 1 | -3/+3 | ||
2019-07-23 | travis_wait and cleanup | 2 | -5/+5 | ||
add a longer timeout (30min) for the test run without receiving output. also clean up the general implementation to unimplemented. | |||||
2019-07-23 | For EB push conversion, added consts | 2 | -22/+22 | ||
2019-07-22 | For Esirkepov conversion, added consts | 1 | -14/+14 | ||
2019-07-22 | Updated macros in WarpX_FDTD.H | 1 | -50/+41 | ||
2019-07-19 | Minor changes | 1 | -3/+3 | ||
2019-07-19 | Change file names | 5 | -7/+7 | ||
2019-07-19 | Code compiles on GPU | 4 | -8/+13 | ||
2019-07-18 | Introduces compiler macro | 7 | -58/+71 | ||
2019-07-18 | Move PushPSATD function | 3 | -50/+52 | ||
2019-07-18 | Move PICSAR hybrid solver files | 5 | -3/+6 | ||
2019-07-18 | conversion of Esirkepov deposition to c++ minor fix | 2 | -6/+4 | ||
2019-07-18 | conversion of Esirkepov deposition to c++ 2D | 1 | -47/+139 | ||
2019-07-18 | conversion of Esirkepov deposition to c++ bug fixes | 1 | -72/+71 | ||
2019-07-18 | Update CONTRIBUTING.md | 1 | -0/+4 | ||
2019-07-18 | Initial conversion of Esirkepov deposition to c++ | 3 | -19/+222 | ||
2019-07-16 | add Reva to the Battra tests mailing list | 1 | -1/+1 | ||
2019-07-16 | keep 3d pasted nodal test | 1 | -17/+17 | ||
2019-07-16 | call old current deposition for laser particles and remove psatd test | 2 | -40/+40 | ||
2019-07-15 | fix indentation in physicalparticlecontainer.cpp, couldn't read | 1 | -294/+294 | ||
2019-07-15 | git rid of outdated options in example input files | 3 | -4/+12 | ||
2019-07-15 | update some comments | 1 | -1/+2 | ||
2019-07-15 | adopt remi's comments, do some cleaning | 1 | -62/+17 | ||
2019-07-13 | add a bounch of const qualifiers | 1 | -35/+35 | ||
2019-07-12 | Copy guard cells from the regular grid to the hybrid grid | 1 | -10/+10 | ||
2019-07-12 | Removed comments about algorithm's corresponding nr | 1 | -4/+4 | ||
2019-07-12 | modify PML CKC test so that tests do not fail... don't understand where the ↵ | 1 | -1/+4 | ||
change comes from | |||||
2019-07-12 | Corrected typo of xold incorrect repetition. | 2 | -12/+13 | ||
2019-07-12 | default value for boost parameters are None | 1 | -1/+1 | ||
2019-07-12 | use vector instead of angle for polarization | 1 | -1/+1 | ||
2019-07-12 | fix some typos in pywarpx | 1 | -9/+4 | ||
2019-07-11 | add a bunch of restrict | 1 | -6/+6 | ||
2019-07-11 | avoid compilation error when USE_RZ=TRUE | 1 | -9/+0 | ||
2019-07-11 | In WarpX_FDTD.H, use += | 1 | -151/+151 | ||
2019-07-11 | Use AMREX_FORCE_INLINE in WarpX_FDTD.H | 1 | -17/+17 | ||
2019-07-11 | force to use picsar deposition in RZ mode | 1 | -0/+5 | ||
2019-07-11 | Modified Documentation to update the modules required for building WarpX on ↵ | 1 | -1/+1 | ||
CoriGPU | |||||
2019-07-11 | remove merge conflict markers | 1 | -3/+0 | ||
2019-07-11 | typo in make file | 1 | -1/+1 | ||
2019-07-11 | add comments | 1 | -4/+6 | ||
2019-07-11 | do not modify the example input script in the PR | 4 | -134/+43 | ||
2019-07-11 | option use_picsar_deposition | 5 | -14/+44 | ||
2019-07-11 | add option to use PICSAR routine | 1 | -0/+4 | ||
2019-07-11 | keep option to use PICSAR current deposition | 4 | -56/+226 | ||