aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/PicsarHybridSpectralSolver/PicsarHybridSpectralSolver.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-17Remove code for hybrid PSATD, as well as remaining Fortran interface file (#927)Gravatar Remi Lehe 1-459/+0
* Clean-up hybrid code * Remove Fortran interface
2020-04-02Includes: Only From `Source/` (#873)Gravatar Axel Huebl 1-1/+1
* Includes: Only From `Source/` Avoid adding all directories to include paths: - automatically structure includes more clearly, e.g. a util include with a short name is clearly seen as such - should have some small positive impact on compile time, since the compiler has to search less directories for an include file * Includes: Fix Non-Local Paths Add missing prefix relative to `Source/` for WarpX-local includes.
2020-03-04Fix and automatically test USE_PSATD_PICSAR=TRUE (#769)Gravatar MaxThevenet 1-0/+1
* Fix compilation for hybrid PSATD * Add automated test for hybrid PSATD
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-2/+7
- Use `""` for WarpX-local includes - Order: WarpX `""`, AMReX `<>`, other third party includes `<>` - Add dir prefixes for WarpX Add order to includes by including from `Source/` onward and keeping directory prefixes of non-local includes for clarity.
2020-02-24Profiler wrapper to allow for cudaDeviceSynchronize (#738)Gravatar MaxThevenet 1-8/+8
* add warpx profiler wrapper * call WX profiler wrapper instead of BL * EOL and cleaning * add doc on profile syncs * do not use PROFILE macros in .H files * replace WX_PROFILE with WARPX_PROFILE and use bool instead of int * typo * this file shouldn't be there
2020-02-06Do not include 'WarpX_f.H' when not necessary.Gravatar Edoardo Zoni 1-1/+0
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+7
2019-09-11Source: tabs2spacesGravatar Axel Huebl 1-17/+17
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines.
2019-07-19Change file namesGravatar Remi Lehe 1-0/+447