aboutsummaryrefslogtreecommitdiff
path: root/Source/Filter/Filter.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-01-17 19:09:14 -0800
committerGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-01-17 19:09:14 -0800
commit2a6e3f7ffe0176d933ede7061d83d61ebba86e58 (patch)
tree9fc77c9c5b608cc5babcc2be732f14a894399832 /Source/Filter/Filter.cpp
parent83d1496e89a73e1920dbafba6a5be1131e48f01d (diff)
downloadWarpX-2a6e3f7ffe0176d933ede7061d83d61ebba86e58.tar.gz
WarpX-2a6e3f7ffe0176d933ede7061d83d61ebba86e58.tar.zst
WarpX-2a6e3f7ffe0176d933ede7061d83d61ebba86e58.zip
I/O: requirements.txt
Tell the GitHub dependency graph that this project (can) depend on openPMD-api.
Diffstat (limited to 'Source/Filter/Filter.cpp')
0 files changed, 0 insertions, 0 deletions
tr> 2021-10-18Multi-J Algo: Synchronize Nodal Points of F,G (#2434)Gravatar Edoardo Zoni 4-23/+49 2021-10-16Add Test: openPMD PICMI (#2438)Gravatar Axel Huebl 3-1/+37 * Gaussian Beam PICMI: Add openPMD Argument Add an `--diagformat` option to switch between plotfiles and openPMD for the Gaussian Beam PICMI example. * CI: openPMD + PICMI on Windows * Regression Test: Add openPMD PICMI * format -> warpx_format 2021-10-16Add automated test for repelling particles (#2427)Gravatar Remi Lehe 4-0/+183 * Add test with repelling particles * Add analysis script * Add as automated test * Add benchmark * Update Examples/Tests/RepellingParticles/inputs_2d * Apply suggestions from code review Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> * Update test * Update benchmark * Update Examples/Tests/RepellingParticles/analysis_repelling.py Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2021-10-16Windows: FS Separator (#2424)Gravatar Axel Huebl 1-1/+42 * Windows: FS Separator Fix the openPMD warning: ``` Filepaths on WINDOWS platforms may not contain slashes '/'! Replacing with backslashes '\' unconditionally! ``` * openPMD: Replace just for Series We might also be able to silence the warning in openPMD-api later on. 2021-10-16Gaussian Laser : fix possible NaN in the calculation of theta_stc (#2433)Gravatar Luca Fedeli 1-3/+7 * fix issue with acos(arg) * fix bug * fix bug * fix bug * fix bug * fix GPU compilation issue 2021-10-15CI: Windows with Python (#2412)Gravatar Axel Huebl 3-5/+29 * Python: generalize library search (Win) * CMake: Honor Multi-Config Lib Alias For multi-config build generators (MSVC, Ninja opt-in), we have a deeper build structure based on the build type. Honor this structure for the (Python) library alias/symlink. * CI: Windows with Python Co-authored-by: Dave Grote <dpgrote@lbl.gov> 2021-10-15Made explicit several casts (#2431)Gravatar David Grote 2-7/+7 2021-10-15Synchronize GPU before stopping profile timer (#2415)Gravatar AlexanderSinn 4-13/+32 * synchronize device before ending profile * fix shadowing issue * add comment