Skip to content

Commit

Permalink
to be debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Sep 4, 2024
1 parent 41f58fd commit a84e3bf
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 70 deletions.
5 changes: 5 additions & 0 deletions Source/Particles/Radiation/RadiationHandler.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,10 @@ private:
std::optional<int> m_step_start = std::nullopt;
std::optional<int> m_step_stop = std::nullopt;
std::optional<int> m_step_skip = std::nullopt;

std::optional<std::array<amrex::Real,2>> m_gamma_range = std::nullopt;
amrex::Gpu::DeviceVector<int> m_offset;
amrex::Gpu::DeviceVector<int> m_mask;
amrex::Gpu::DeviceVector<int> m_idx;
};
#endif // WARPX_PARTICLES_RADIATION_H
Loading

0 comments on commit a84e3bf

Please sign in to comment.