SpECTRE Documentation Coverage Report
Current view: top level - NumericalAlgorithms/Spectral - Legendre.hpp Hit Total Coverage
Commit: 1e29a35ad8559408f21493dc5db8a49a237bb2f0 Lines: 1 2 50.0 %
Date: 2026-03-31 22:27:51
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #include <cstddef>
       7             : 
       8             : #include "DataStructures/ModalVector.hpp"
       9             : #include "DataStructures/Tensor/TypeAliases.hpp"
      10             : #include "NumericalAlgorithms/Spectral/Mesh.hpp"
      11             : 
      12             : namespace Spectral {
      13             : 
      14             : /*!
      15             :  * \brief Evaluate a Legendre series from the modal coefficients at a given
      16             :  * logical point using Clenshaw recurrence.
      17             :  */
      18             : template <size_t Dim>
      19           1 : double evaluate_legendre_series(
      20             :     const ModalVector& coefficients, const Mesh<Dim>& mesh,
      21             :     const tnsr::I<double, Dim, Frame::ElementLogical>& logical_coords);
      22             : 
      23             : }  // namespace Spectral

Generated by: LCOV version 1.14