Reference documentation for deal.II version 8.4.2
Functions
Manifolds Namespace Reference

Functions

template<typename OBJECT >
Quadrature< OBJECT::AccessorType::space_dimension > get_default_quadrature (const OBJECT &obj, bool with_laplace=false)
 

Detailed Description

We collect here some helper functions used in the Manifold<dim,spacedim> classes.

Function Documentation

§ get_default_quadrature()

template<typename OBJECT >
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.