diff options
author | 2019-08-05 22:16:43 -0700 | |
---|---|---|
committer | 2019-08-05 22:16:43 -0700 | |
commit | 6aec2be5712738b76f75c99fc181712eda34509b (patch) | |
tree | d1b4b3e3882f31e6809ba812e6d8e2f8ac86da7b /Source/Initialization/CustomDensityProb.cpp | |
parent | b9fca364dda86db295ad66895e900fb30785565e (diff) | |
parent | 0797099828c04e96c88c093b96d22480e5391b06 (diff) | |
download | WarpX-6aec2be5712738b76f75c99fc181712eda34509b.tar.gz WarpX-6aec2be5712738b76f75c99fc181712eda34509b.tar.zst WarpX-6aec2be5712738b76f75c99fc181712eda34509b.zip |
Merge branch 'dev' into psatd_pml
Diffstat (limited to 'Source/Initialization/CustomDensityProb.cpp')
-rw-r--r-- | Source/Initialization/CustomDensityProb.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/Initialization/CustomDensityProb.cpp b/Source/Initialization/CustomDensityProb.cpp deleted file mode 100644 index 3efcb13c5..000000000 --- a/Source/Initialization/CustomDensityProb.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include <PlasmaInjector.H> - -#include <iostream> - -using namespace amrex; - -/// -/// This "custom" density profile just does constant -/// -Real CustomDensityProfile::getDensity(Real x, Real y, Real z) const { - return params[0]; -} |