HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Classes | Namespaces | Functions
hybridcore.hpp File Reference
#include <cassert>
#include <cmath>
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include <mesh.hpp>
#include <quadraturerule.hpp>
#include <basis.hpp>
#include <iostream>
#include <parallel_for.hpp>
Include dependency graph for hybridcore.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HArDCore2D::UVector
 
class  HArDCore2D::HybridCore
 

Namespaces

 HArDCore2D
 

Functions

template<typename GeometricSupport >
size_t const HArDCore2D::DimPoly (int m)
 
template<>
const size_t HArDCore2D::DimPoly< Cell > (const int m)
 Compute the size of the basis of 2-variate polynomials up to degree m. More...
 
template<>
const size_t HArDCore2D::DimPoly< Edge > (const int m)
 Compute the size of the basis of 1-variate polynomials up to degree m. More...