![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/aliases_int.hpp"#include "shammath/symtensor_collections.hpp"#include "shamphys/fmm/grav_moments.hpp"
Include dependency graph for contract_grav_moment.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 order> | |
| sycl::vec< T, 3 > | shamphys::contract_grav_moment_to_force (const shammath::SymTensorCollection< T, 0, order - 1 > &a_k, const shammath::SymTensorCollection< T, 1, order > &dM_k) |
| Contract the gravitational moment and the displacement to get a force. | |
Definition in file contract_grav_moment.hpp.
|
inline |
Contract the gravitational moment and the displacement to get a force.
| a_k | The displacement |
| dM_k | The gravitational moment |
Definition at line 31 of file contract_grav_moment.hpp.
Here is the call graph for this function: