#include "grid/grid_types.hpp"#include "grid/shell/spherical_shell.hpp"#include "kokkos/kokkos_wrapper.hpp"Go to the source code of this file.
Classes | |
| class | terra::shell::SphericalHarmonicsTool |
| Class providing methods for evaluation of Spherical Harmonics. More... | |
Namespaces | |
| namespace | terra |
| namespace | terra::shell |
Functions | |
| template<std::floating_point ScalarTypeCoeff, std::floating_point ScalarTypeGrid> | |
| grid::Grid3DDataScalar< ScalarTypeCoeff > | terra::shell::spherical_harmonics_coefficients_grid (const int degree_l, const int order_m, const grid::Grid3DDataVec< ScalarTypeGrid, 3 > &coords_shell) |
| Interpolates spherical harmonics coefficients of a specific order and degree into a grid (on the host), then copies it to the device, then returns the device view. | |