Skip to content

Commit

Permalink
WarpX header: remove unused GetDistanceToEB function (#5589)
Browse files Browse the repository at this point in the history
This PR removes a WarpX member function that is no longer used in WarpX.
  • Loading branch information
lucafedeli88 authored Jan 22, 2025
1 parent 6e4def5 commit e0c17e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Source/WarpX.H
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,7 @@ public:
HybridPICModel& GetHybridPICModel () { return *m_hybrid_pic_model; }
[[nodiscard]] HybridPICModel * get_pointer_HybridPICModel () const { return m_hybrid_pic_model.get(); }
MultiDiagnostics& GetMultiDiags () {return *multi_diags;}
#ifdef AMREX_USE_EB
ablastr::fields::MultiLevelScalarField GetDistanceToEB () {
using warpx::fields::FieldType;
return m_fields.get_mr_levels(FieldType::distance_to_eb, finestLevel());
}
#endif

ParticleBoundaryBuffer& GetParticleBoundaryBuffer () { return *m_particle_boundary_buffer; }
amrex::Vector<std::array< std::unique_ptr<amrex::iMultiFab>,3 > >& GetEBUpdateEFlag() { return m_eb_update_E; }

Expand Down

0 comments on commit e0c17e7

Please sign in to comment.