![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Utility to get the derivatives of the Green function for gravity in Cartesian coordinates. More...
#include <shamphys/include/shamphys/fmm/GreenFuncGravCartesian.hpp>
Static Public Member Functions | |
| static shammath::SymTensorCollection< T, low_order, high_order > | get_der_tensors (const sycl::vec< T, 3 > &r) |
Utility to get the derivatives of the Green function for gravity in Cartesian coordinates.
At a given order i, the Green function derivative is denoted as \(\nabla^{(i)}_r G(r)\) This function return the collection of the orders from low_order to high_order.
| T | the type of the coordinates |
| low_order | the lowest order of the derivative |
| high_order | the highest order of the derivative |
Definition at line 37 of file GreenFuncGravCartesian.hpp.