#include <sstream>
#include <boost/fusion/include/map.hpp>
#include <boost/fusion/include/for_each.hpp>
#include "discrete-space.hpp"
#include <parallel_for.hpp>
#include <GMpoly_cell.hpp>
#include <GMpoly_edge.hpp>
 
Go to the source code of this file.
 | 
| template<TensorRankE Rank>  | 
| std::vector< std::pair< double, double > >  | HArDCore2D::DSL::compute_hho_component_norms (const DiscreteSpace &Vh, const std::vector< Eigen::VectorXd > &vh, bool use_threads=true) | 
|   | 
| template<TensorRankE Rank>  | 
| std::vector< std::pair< double, double > >  | HArDCore2D::DSL::compute_hho_potential_norms (const DiscreteSpace &Vh, const std::vector< Eigen::MatrixXd > &potential, const std::vector< Eigen::MatrixXd > &stabilization, const std::vector< Eigen::VectorXd > &vh, bool use_threads=true) | 
|   | 
| template<typename CellDofsMapType , typename EdgeDofsMapType >  | 
| std::vector< double >  | HArDCore2D::DSL::compute_l2_dof_norms (const DiscreteSpace &Vh, const CellDofsMapType &cell_dofs_map, const EdgeDofsMapType &edge_dofs_map, const std::vector< Eigen::VectorXd > &vh, bool use_threads=true) | 
|   | Compute L2 component norms for spaces with generic cell and edge DOFs.  
  | 
|   |