HyperHDG
quadrature.hxx
Go to the documentation of this file.
1 #pragma once // Ensure that file is included only once in a single compilation.
2 
3 // This file contains doxygen information only!
4 
5 namespace TPP
6 {
7 /*!*************************************************************************************************
8  * \brief Contains different structures to numerically integrate given shape functions.
9  *
10  * \authors Andreas Rupp, Heidelberg University, 2021.
11  **************************************************************************************************/
12 namespace Quadrature
13 {
14 } // end of namespace Quadrature
15 
16 } // end of namespace TPP
TPP
Contains the functionalities to evaluate and integrate tensor product type polynomials.
Definition: compile_time_tricks.hxx:7