deal.II version 9.7.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
fe_series.h File Reference

Go to the source code of this file.

Classes

class  FESeries::Fourier< dim, spacedim >
class  FESeries::Legendre< dim, spacedim >

Namespaces

namespace  FESeries

Functions

template<int dim, typename CoefficientType>
std::pair< std::vector< unsigned int >, std::vector< double > > FESeries::process_coefficients (const Table< dim, CoefficientType > &coefficients, const std::function< std::pair< bool, unsigned int >(const TableIndices< dim > &)> &predicate, const VectorTools::NormType norm_type, const double smallest_abs_coefficient=1e-10)
std::pair< double, double > FESeries::linear_regression (const std::vector< double > &x, const std::vector< double > &y)