29 #include "libmesh/libmesh.h" 30 #include "libmesh/dense_matrix.h" 31 #include "libmesh/dense_vector.h" 62 const Real db_cheb)
const;
71 const std::string method)
const;
88 std::vector<Real>& w)
const;
97 std::vector<Real>& w)
const;
105 std::vector<Real>& x,
106 std::vector<Real>& w)
const;
DenseVector< Number > chebyshev_coefficients(const std::size_t N, const Real da_cheb, const Real db_cheb, const std::string method) const
Definition: chebyshev.C:62
Definition: chebyshev.h:46
Chebyshev()
Definition: chebyshev.C:32
void chebyshev_gauss(const std::size_t N, std::vector< Real > &x, std::vector< Real > &w) const
Definition: chebyshev.C:137
Definition: brownian_system.h:58
DenseMatrix< Number > transform_matrix(const std::size_t N) const
Definition: chebyshev.C:114
Real chebyshev_function(const Real x, const Real da_cheb, const Real db_cheb) const
Definition: chebyshev.C:48
void chebyshev_gauss_lobatto(const std::size_t N, std::vector< Real > &x, std::vector< Real > &w) const
Definition: chebyshev.C:178
void chebyshev_gauss_radau(const std::size_t N, std::vector< Real > &x, std::vector< Real > &w) const
Definition: chebyshev.C:157
~Chebyshev()
Definition: chebyshev.C:40