![]() |
Shamrock 2025.10.0
Astrophysical Code
|
GSPH-specific ghost handler implementation. More...
#include "shambase/exception.hpp"#include "shamalgs/collective/gather_str.hpp"#include "shammodels/gsph/modules/GSPHGhostHandler.hpp"#include <functional>#include <vector>
Include dependency graph for GSPHGhostHandler.cpp:Go to the source code of this file.
Classes | |
| struct | ShiftInfo< T > |
Typedefs | |
| template<class T > | |
| using | ShearPeriodicInfo = typename shammodels::gsph::GSPHGhostHandlerConfig< sycl::vec< T, 3 > >::ShearingPeriodic |
Functions | |
| template<class T > | |
| ShiftInfo< T > | compute_shift_infos (i32_3 ioff, ShearPeriodicInfo< T > shear, sycl::vec< T, 3 > bsize) |
| template<class T > | |
| void | for_each_patch_shift (ShearPeriodicInfo< T > shearinfo, sycl::vec< T, 3 > bsize, std::function< void(i32_3, ShiftInfo< T >)> funct) |
GSPH-specific ghost handler implementation.
Definition in file GSPHGhostHandler.cpp.
| using ShearPeriodicInfo = typename shammodels::gsph::GSPHGhostHandlerConfig<sycl::vec<T, 3> >::ShearingPeriodic |
Definition at line 30 of file GSPHGhostHandler.cpp.
|
inline |
Definition at line 34 of file GSPHGhostHandler.cpp.
|
inline |
Definition at line 56 of file GSPHGhostHandler.cpp.