aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.h
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-12-12 12:57:00 -0800
committerGravatar Dave Grote <grote1@llnl.gov> 2019-12-12 12:57:00 -0800
commitc93e86954204542a73d978a41d0bda107dd7be54 (patch)
treefa18b2d5ce22d8a2fa10351381b178ffc3ab5594 /Source/Python/WarpXWrappers.h
parent76d61b6cd701d1fd283b6e3dae2fde729f875868 (diff)
downloadWarpX-c93e86954204542a73d978a41d0bda107dd7be54.tar.gz
WarpX-c93e86954204542a73d978a41d0bda107dd7be54.tar.zst
WarpX-c93e86954204542a73d978a41d0bda107dd7be54.zip
Cleaned up the Python interface accessing the fields
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r--Source/Python/WarpXWrappers.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h
index a272b9250..4de885b88 100644
--- a/Source/Python/WarpXWrappers.h
+++ b/Source/Python/WarpXWrappers.h
@@ -67,24 +67,6 @@ extern "C" {
long warpx_getNumParticles(int speciesnumber);
- amrex::Real** warpx_getEfield(int lev, int direction,
- int *return_size, int* ncomps, int* ngrow, int **shapes);
-
- int* warpx_getEfieldLoVects(int lev, int direction,
- int *return_size, int* ngrow);
-
- amrex::Real** warpx_getBfield(int lev, int direction,
- int *return_size, int* ncomps, int* ngrow, int **shapes);
-
- int* warpx_getBfieldLoVects(int lev, int direction,
- int *return_size, int* ngrow);
-
- amrex::Real** warpx_getCurrentDensity(int lev, int direction,
- int *return_size, int* ncomps, int* ngrow, int **shapes);
-
- int* warpx_getCurrentDensityLoVects(int lev, int direction,
- int *return_size, int* ngrow);
-
amrex::ParticleReal** warpx_getParticleStructs(int speciesnumber, int lev,
int* num_tiles, int** particles_per_tile);