aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H28
1 files changed, 0 insertions, 28 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index 1cad22d40..ecedba62b 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -13,7 +13,6 @@
#define WARPX_H_
#include "BoundaryConditions/PML_fwd.H"
-#include "Diagnostics/BackTransformedDiagnostic_fwd.H"
#include "Diagnostics/MultiDiagnostics_fwd.H"
#include "Diagnostics/ReducedDiags/MultiReducedDiags_fwd.H"
#include "EmbeddedBoundary/WarpXFaceInfoBox_fwd.H"
@@ -273,22 +272,6 @@ public:
//! If true, the initial conditions from random number generators are serialized (useful for reproducible testing with OpenMP)
static bool serialize_initial_conditions;
- //! If true, then lab-frame data will be computed for boosted frame simulations
- //! with customized output format
- static bool do_back_transformed_diagnostics;
- //! Name of the back-transformed diagnostics output directory
- static std::string lab_data_directory;
- //! Number of back-tranformed snapshots in the lab-frame
- static int num_snapshots_lab;
- //! Time interval in lab-frame between the back-transformed snapshots
- static amrex::Real dt_snapshots_lab;
- //! If true, then lab-frame data will be computed for the fields and flushed out
- //! in customized format
- static bool do_back_transformed_fields;
- //! If true, then lab-frame data will be computed for the particles and flushed out
- //! in customized format
- static bool do_back_transformed_particles;
-
//! Lorentz factor of the boosted frame in which a boosted-frame simulation is run
static amrex::Real gamma_boost;
//! Beta value corresponding to the Lorentz factor of the boosted frame of the simulation
@@ -758,12 +741,6 @@ public:
static amrex::Real moving_window_v;
static bool fft_do_time_averaging;
- // slice generation //
- static int num_slice_snapshots_lab;
- static amrex::Real dt_slice_snapshots_lab;
- static amrex::Real particle_slice_width_lab;
- amrex::RealBox getSliceRealBox() const {return slice_realbox;}
-
// these should be private, but can't due to Cuda limitations
static void ComputeDivB (amrex::MultiFab& divB, int const dcomp,
const std::array<const amrex::MultiFab* const, 3>& B,
@@ -1077,8 +1054,6 @@ private:
/** Check the requested resources and write performance hints */
void PerformanceHints ();
- std::unique_ptr<amrex::MultiFab> GetCellCenteredData();
-
void BuildBufferMasks ();
void BuildBufferMasksInBox ( const amrex::Box tbx, amrex::IArrayBox &buffer_mask,
const amrex::IArrayBox &guard_mask, const int ng );
@@ -1151,9 +1126,6 @@ private:
std::unique_ptr<MultiParticleContainer> mypc;
std::unique_ptr<MultiDiagnostics> multi_diags;
- // Boosted Frame Diagnostics
- std::unique_ptr<BackTransformedDiagnostic> myBFD;
-
//
// Fields: First array for level, second for direction
//