![]() |
Reference documentation for deal.II version 8.4.2
|
Functions | |
| template<typename OBJECT > | |
| Quadrature< OBJECT::AccessorType::space_dimension > | get_default_quadrature (const OBJECT &obj, bool with_laplace=false) |
We collect here some helper functions used in the Manifold<dim,spacedim> classes.
| Quadrature<OBJECT::AccessorType::space_dimension> Manifolds::get_default_quadrature | ( | const OBJECT & | obj, |
| bool | with_laplace = false |
||
| ) |
Given a general mesh iterator, construct a quadrature with the Laplace weights or with uniform weights according the parameter with_laplace, and with all relevant points of the iterator: vertices, line centers and/or face centers, which can be called when creating new vertices in the manifold routines.
1.8.12