aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.h
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-12-20 06:00:47 -0800
committerGravatar GitHub <noreply@github.com> 2019-12-20 06:00:47 -0800
commit3bafba4f532c06df8eac1f896415aba9be47f98c (patch)
tree150ed3abf4a54959b6ae4266ac54b09f52359a3b /Source/Python/WarpXWrappers.h
parent000a6b27ff59f3ef9c97f0e5324433e20f06b7a9 (diff)
parentf225e540585be9fdde0f0520215f5f01a5efe38d (diff)
downloadWarpX-3bafba4f532c06df8eac1f896415aba9be47f98c.tar.gz
WarpX-3bafba4f532c06df8eac1f896415aba9be47f98c.tar.zst
WarpX-3bafba4f532c06df8eac1f896415aba9be47f98c.zip
Merge pull request #568 from dpgrote/pml_python
Adds Python wrapper of PML 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);