aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.h
diff options
context:
space:
mode:
authorGravatar L. Diana Amorim <LDianaAmorim@lbl.gov> 2019-12-20 09:32:16 -0800
committerGravatar L. Diana Amorim <LDianaAmorim@lbl.gov> 2019-12-20 09:32:16 -0800
commit218f2934054e0ef9e4a62a879feaee8f4a1496f8 (patch)
tree07bc4d0f00a2f716c2f3a17a53c8806d98439a50 /Source/Python/WarpXWrappers.h
parent7fdcc5687efd5a9cd30814cd239fc3d457e05f35 (diff)
parentf10220dd5913a011bd9d4cd8342c6e775f3f64cf (diff)
downloadWarpX-218f2934054e0ef9e4a62a879feaee8f4a1496f8.tar.gz
WarpX-218f2934054e0ef9e4a62a879feaee8f4a1496f8.tar.zst
WarpX-218f2934054e0ef9e4a62a879feaee8f4a1496f8.zip
Merge remote-tracking branch 'upstream/dev' into picmi_ion
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);