![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/exception.hpp"#include "shambase/time.hpp"#include "shamalgs/collective/gather_str.hpp"#include "shamalgs/collective/reduction.hpp"#include "shamcomm/worldInfo.hpp"#include "shammodels/sph/BasicSPHGhosts.hpp"#include <functional>#include <vector>Go to the source code of this file.
Classes | |
| struct | ShiftInfo< T > |
Typedefs | |
| template<class T> | |
| using | ShearPeriodicInfo |
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) |
Definition in file BasicSPHGhosts.cpp.
| using ShearPeriodicInfo |
Definition at line 170 of file BasicSPHGhosts.cpp.
|
inline |
Definition at line 174 of file BasicSPHGhosts.cpp.
|
inline |
Definition at line 196 of file BasicSPHGhosts.cpp.