Reference documentation for deal.II version GIT relicensing-439-g5fda5c893d 2024-04-20 06:50:02+00:00
\(\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
Public Member Functions | List of all members
QIteratedSimplex< dim > Class Template Reference

#include <deal.II/base/quadrature_lib.h>

Inheritance diagram for QIteratedSimplex< dim >:
Inheritance graph
[legend]

Public Member Functions

 QIteratedSimplex (const Quadrature< dim > &base_quadrature, const unsigned int n_copies)
 

Detailed Description

template<int dim>
class QIteratedSimplex< dim >

Iterated quadrature for simplices. Since simplex cannot be described as tensor products the base quadrature has equal dimension.

At the moment n_copies must be a power of 2 due to the complexity of subdividing a simplex.

Definition at line 967 of file quadrature_lib.h.

Constructor & Destructor Documentation

◆ QIteratedSimplex()

template<int dim>
QIteratedSimplex< dim >::QIteratedSimplex ( const Quadrature< dim > &  base_quadrature,
const unsigned int  n_copies 
)

Definition at line 2298 of file quadrature_lib.cc.


The documentation for this class was generated from the following files: