Go to the source code of this file.
|
| template<typename ScalarType > |
| constexpr dense::Vec< ScalarType, 2 > | terra::fe::wedge::shell::prolongation_linear_weights (const dense::Vec< int, 4 > &idx_fine, const dense::Vec< int, 4 > &idx_coarse_bot, const grid::Grid3DDataVec< ScalarType, 3 > &subdomain_shell_coords_fine, const grid::Grid2DDataScalar< ScalarType > subdomain_radii_fine) |
| | Computes prolongation weights for the spherical shell.
|
| |
| template<typename ScalarType > |
| constexpr dense::Vec< ScalarType, 2 > | terra::fe::wedge::shell::prolongation_linear_weights (const dense::Vec< int, 4 > &idx_fine, const dense::Vec< int, 4 > &idx_coarse_bot_0, const dense::Vec< int, 4 > &idx_coarse_bot_1, const grid::Grid3DDataVec< ScalarType, 3 > &subdomain_shell_coords_fine, const grid::Grid2DDataScalar< ScalarType > subdomain_radii_fine) |
| | Computes prolongation weights for the spherical shell.
|
| |