index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Python
/
WarpXWrappers.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-12
Transition to pyAMReX (#3474)
Axel Huebl
1
-624
/
+2
2023-08-11
Add Python wrapper to set the lens strength (#3748)
Remi Lehe
1
-0
/
+15
2023-08-01
Refactoring: instantiate WarpX class via MakeWarpX function (#4104)
Luca Fedeli
1
-1
/
+1
2023-07-10
main.cpp: change warpx_amrex_init into warpx::initialization::amrex_init (#4055)
Luca Fedeli
1
-2
/
+2
2023-06-16
Generalize buffers for `SyncRho`, `SyncCurrent`, and related functions (#3995)
Edoardo Zoni
1
-2
/
+3
2023-06-13
Enforce const correctness using clang-tidy CI test (#3921)
Luca Fedeli
1
-9
/
+9
2023-06-12
Ohm's law solver (hybrid kinetic-fluid extension) (#3665)
Roelof Groenewald
1
-0
/
+3
2023-01-13
EB potential python interface (#3624)
David Grote
1
-0
/
+6
2023-01-06
add local flag to ParticleBoundaryBuffer::getNumParticlesInContainer (#3586)
Roelof Groenewald
1
-2
/
+2
2022-12-22
Feature magnetostatic solver (#3551)
S. Eric Clark
1
-0
/
+6
2022-10-10
Add functions for reading particle id and cpu numbers correctly (#3457)
Andrew Myers
1
-0
/
+36
2022-10-10
Partial refactoring of the utils directory (#3404)
Luca Fedeli
1
-1
/
+1
2022-08-15
Move handling of do_not_deposit to physics callers (#3225)
Phil Miller
1
-0
/
+1
2022-08-10
Initialize particle runtime attributes inside AddNParticles (#3272)
Neïl Zaim
1
-3
/
+5
2022-08-02
`SyncCurrent`: Pass References To Current MultiFabs (#3277)
Edoardo Zoni
1
-2
/
+4
2022-06-02
Move warning logger in ablastr (#3154)
Luca Fedeli
1
-2
/
+5
2022-06-01
Clean-up in python wrappers to access particle data (#2531)
Roelof Groenewald
1
-30
/
+15
2022-02-24
Remove (almost) all residual "dangerous" c-style casts in WarpX (#2889)
Luca Fedeli
1
-15
/
+15
2022-02-11
Rename ngE as ngEB (used for E,B) (#2841)
Edoardo Zoni
1
-2
/
+2
2022-02-04
added `local` flag to `warpx_getNumParticles` (#2828)
Roelof Groenewald
1
-2
/
+3
2022-01-26
style fixes in WarpXWrappers.cpp (#2792)
Roelof Groenewald
1
-17
/
+17
2022-01-26
expose WarpXParticleContainer::sumParticleCharge to Python (#2790)
Roelof Groenewald
1
-0
/
+8
2022-01-25
Add SyncRho call to warpx_depositChargeDensity (#2777)
Roelof Groenewald
1
-3
/
+4
2022-01-21
Access species specific charge density from python (#2710)
Roelof Groenewald
1
-0
/
+31
2022-01-19
Refactor python callback handling (#2703)
Roelof Groenewald
1
-56
/
+10
2021-12-21
Inputs: `geometry.dims` option (#2685)
Axel Huebl
1
-1
/
+1
2021-12-13
Adding EB multifabs to the Python interface (#2647)
Lorenzo Giacomel
1
-0
/
+12
2021-12-03
extern 'C': Only in Headers (#2624)
Axel Huebl
1
-7
/
+2
2021-11-18
Add WARPX_PROFILE calls to each python callback. (#2573)
Peter Scherpelz
1
-2
/
+9
2021-11-05
added wrappers to get particle structs for the particles in the boundary buff...
Roelof Groenewald
1
-0
/
+24
2021-11-05
Add Python Wrappers for F,G in PML (#2481)
Edoardo Zoni
1
-0
/
+44
2021-10-25
Raise an exception if an MultiFab was not intialized (#2476)
David Grote
1
-75
/
+88
2021-10-21
Add Python Wrappers for F,G (#2460)
Edoardo Zoni
1
-0
/
+12
2021-09-22
External Poisson solver: wrappers to copy the full domain rho and phi between...
Roelof Groenewald
1
-0
/
+5
2021-09-20
Rename WarpXWrappers.(h->H) (#2261)
Axel Huebl
1
-1
/
+1
2021-08-30
Make buffer of scraped particles available to Python code (#2164)
Phil Miller
1
-0
/
+67
2021-08-26
Improvement in electrostic field solve when using EB & a small refactoring of...
Roelof Groenewald
1
-0
/
+4
2021-08-02
Allow extra particle attributes (besides ux, uy, uz and w) to be set at parti...
Roelof Groenewald
1
-0
/
+8
2021-07-21
Use only species name in libwarpx (#2119)
Roelof Groenewald
1
-30
/
+18
2021-07-20
Python - add new particle attributes at runtime (#2112)
Roelof Groenewald
1
-0
/
+50
2021-07-13
Interface silver mueller (#2051)
Revathi Jambunathan
1
-2
/
+2
2021-07-09
Feature pass MPI comm from Python script to AMReX during initialization (#2034)
KZhu-ME
1
-2
/
+8
2021-07-06
Add possibility to start and stop moving window (#2027)
thomas clark
1
-2
/
+2
2021-06-24
Use "Include What You Use" on WarpX (#1947)
Luca Fedeli
1
-4
/
+21
2021-06-07
Call function ReadBCParams() during python execution (#1972)
roelof-groenewald
1
-0
/
+5
2021-01-21
Define: _OPENMP -> AMREX_USE_OMP (#1520)
Axel Huebl
1
-3
/
+2
2020-12-02
Fix python wrapper (#1532)
David Grote
1
-16
/
+23
2020-10-23
Fix Warning for SigmaBox FabFactory (#1466)
Weiqun Zhang
1
-1
/
+1
2020-10-16
New reduced diag: number of macroparticles (#1414)
NeilZaim
1
-5
/
+5
2020-09-30
removed extra ; (#1397)
Luca Fedeli
1
-34
/
+34
[next]