Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-02 | Perform FFT directly from local boxes | 3 | -86/+118 | ||
2019-05-02 | Merge pull request #114 from ECP-WarpX/fix_guards | 1 | -19/+10 | ||
Fix guard cell summation | |||||
2019-05-02 | Fix guard cell summation | 1 | -19/+10 | ||
2019-05-02 | Merge pull request #111 from ECP-WarpX/guards_sum | 3 | -33/+101 | ||
[WIP] Implement different guard cell summation for spectral and finite-difference solver | |||||
2019-05-02 | Update implementation of WarpXSumGuardCells | 1 | -8/+12 | ||
2019-05-02 | Implement WarpXSumGuardCells | 3 | -33/+97 | ||
2019-05-02 | Merge pull request #61 from ECP-WarpX/plasma_profiles | 6 | -10/+117 | ||
Plasma profiles | |||||
2019-05-02 | fix conflicts | 142 | -3620/+13988 | ||
2019-05-02 | Merge pull request #112 from ECP-WarpX/perfect_mirror | 6 | -58/+209 | ||
Perfect mirrors | |||||
2019-05-02 | Fix indent in WarpXEvolveEM.cpp | 1 | -72/+77 | ||
2019-05-02 | Merge pull request #103 from ECP-WarpX/factory | 8 | -62/+136 | ||
Use virtual function to select the spectral algorithm | |||||
2019-05-02 | typo in comment line | 1 | -1/+1 | ||
2019-05-02 | Merge pull request #98 from ECP-WarpX/real_to_complex | 4 | -37/+71 | ||
Implement real-to-complex FFT | |||||
2019-05-02 | fix typos and issues | 2 | -7/+22 | ||
2019-05-01 | Correct error in calculation of k vector | 2 | -6/+9 | ||
2019-05-01 | add doc | 1 | -0/+19 | ||
2019-05-01 | add TinyProfiler in Nullify | 1 | -0/+1 | ||
2019-05-01 | Perfect mirror inside the box in z direction | 5 | -1/+112 | ||
2019-05-01 | Fix FFT size | 1 | -5/+8 | ||
2019-05-01 | Fix normalization | 1 | -6/+8 | ||
2019-05-01 | Implement Real-to-complex FFT | 4 | -30/+56 | ||
2019-05-01 | Merge pull request #107 from ECP-WarpX/runtime_boosted_frame_particles | 11 | -95/+182 | ||
Runtime boosted frame particles | |||||
2019-05-01 | Add virtual destructor | 1 | -0/+4 | ||
2019-05-01 | Add comments | 2 | -2/+9 | ||
2019-04-30 | Merge pull request #109 from ECP-WarpX/plot_fine | 1 | -1/+1 | ||
Allow to plot the fine mesh, even with only one level | |||||
2019-04-30 | Merge branch 'dev' of github.com:ECP-WarpX/WarpX into dev | 5 | -85/+58 | ||
2019-04-30 | update read_raw_data.py to do the write thing whether or not each fab has a ↵ | 1 | -2/+4 | ||
header | |||||
2019-04-30 | Allow to plot the fine mesh, even with only one level | 1 | -1/+1 | ||
2019-04-30 | Fix typo | 1 | -1/+2 | ||
2019-04-30 | Update Make.package | 1 | -0/+1 | ||
2019-04-30 | Add separate file for constructor | 2 | -17/+38 | ||
2019-04-30 | Use factory method for the solver | 5 | -27/+62 | ||
2019-04-30 | Reorganize directories | 4 | -2/+7 | ||
2019-04-30 | Merge pull request #104 from ECP-WarpX/fix_spectral | 4 | -7/+19 | ||
Fix bugs in the spectral solver | |||||
2019-04-29 | Merge branch 'dev' into fix_spectral | 32 | -536/+530 | ||
2019-04-29 | Merge pull request #108 from ECP-WarpX/multicomp_spectral | 3 | -78/+39 | ||
Store spectral fields in a multi-component FABArray | |||||
2019-04-29 | fix typo | 1 | -1/+1 | ||
2019-04-29 | fix number of particle containers due to upstream changes | 1 | -1/+1 | ||
2019-04-29 | merging with dev | 29 | -457/+491 | ||
2019-04-29 | Merge pull request #100 from ECP-WarpX/multiple_antennas | 29 | -457/+491 | ||
Multiple antennas | |||||
2019-04-29 | Implemented multiple antennas in picmi | 6 | -21/+39 | ||
2019-04-29 | merging with dev | 14 | -55/+1029 | ||
2019-04-29 | Revert to enumeration in struct | 1 | -3/+4 | ||
2019-04-29 | make sure we initialize the new particle components for all the different ↵ | 2 | -0/+29 | ||
paths for particle initialization | |||||
2019-04-29 | make sure we pass the right number of flags into the WritePlotFile routine | 1 | -2/+16 | ||
2019-04-29 | Update PSATD algorithm | 1 | -31/+21 | ||
2019-04-29 | Update structure for storing spectral fields | 2 | -48/+18 | ||
2019-04-29 | replace the compile time checks used for the old particle attributes with ↵ | 2 | -47/+52 | ||
runtime ones | |||||
2019-04-29 | set up particle comps ids if using boosted frame particles | 1 | -0/+11 | ||
2019-04-29 | add the old positions and momenta to the particle plotvar names if they are used | 1 | -9/+10 | ||