HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
l2projection.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HArDCore2D::Tests::L2Projection< BasisType >
 Compute the L2-orthogonal projection of a function. More...
 

Namespaces

namespace  HArDCore2D
 
namespace  HArDCore2D::Tests
 

Functions

template<typename T >
double HArDCore2D::Tests::squared_l2_norm (const Eigen::VectorXd &f_dofs, const QuadratureRule &quad, const boost::multi_array< T, 2 > &basis_quad)
 Compute the squared L2-norm of a discrete function.
 
template<typename T >
double HArDCore2D::Tests::l2_norm (const Eigen::VectorXd &f_dofs, const QuadratureRule &quad, const boost::multi_array< T, 2 > &basis_quad)
 Compute the L2-norm of a discrete function.