Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Functions
grav_moment_offset.hpp File Reference
#include "shambase/aliases_int.hpp"
#include "shambase/type_traits.hpp"
#include "shammath/symtensor_collections.hpp"
#include "shamphys/fmm/grav_moments.hpp"
+ Include dependency graph for grav_moment_offset.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T , u32 low_order, u32 high_order>
shammath::SymTensorCollection< T, low_order, high_order > shamphys::offset_dM_mat_delta (const shammath::SymTensorCollection< T, low_order, high_order > &dM, const sycl::vec< T, 3 > &offset)
 
template<class T , u32 low_order, u32 high_order>
shammath::SymTensorCollection< T, low_order, high_order > shamphys::offset_dM_mat (const shammath::SymTensorCollection< T, low_order, high_order > &dM, const sycl::vec< T, 3 > &from, const sycl::vec< T, 3 > &to)
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file grav_moment_offset.hpp.

Function Documentation

◆ offset_dM_mat()

template<class T , u32 low_order, u32 high_order>
shammath::SymTensorCollection< T, low_order, high_order > shamphys::offset_dM_mat ( const shammath::SymTensorCollection< T, low_order, high_order > &  dM,
const sycl::vec< T, 3 > &  from,
const sycl::vec< T, 3 > &  to 
)
inline

Definition at line 235 of file grav_moment_offset.hpp.

◆ offset_dM_mat_delta()

template<class T , u32 low_order, u32 high_order>
shammath::SymTensorCollection< T, low_order, high_order > shamphys::offset_dM_mat_delta ( const shammath::SymTensorCollection< T, low_order, high_order > &  dM,
const sycl::vec< T, 3 > &  offset 
)
inline

Definition at line 27 of file grav_moment_offset.hpp.