*
* See the general doc for more
* information.
+ *
+ * @ingroup constraints
*/
template <class DH>
static
* function. Calls the other function
* with remapped arguments.
*
+ * @ingroup constraints
*/
template <class DH>
static
* interpolate_boundary_values()
* function, see above, with
* <tt>mapping=MappingQ1@<dim@>()</tt>.
+ *
+ * @ingroup constraints
*/
template <class DH>
static
* interpolate_boundary_values()
* function, see above, with
* <tt>mapping=MappingQ1@<dim@>()</tt>.
+ *
+ * @ingroup constraints
*/
template <class DH>
static
* used for this component in @p
* dof. By default, no remapping is
* applied.
+ *
+ * @ingroup constraints
*/
template <int dim, int spacedim>
static void project_boundary_values (const Mapping<dim, spacedim> &mapping,
* Calls the project_boundary_values()
* function, see above, with
* <tt>mapping=MappingQ1@<dim@>()</tt>.
+ *
+ * @ingroup constraints
*/
template <int dim, int spacedim>
static void project_boundary_values (const DoFHandler<dim,spacedim> &dof,
* last step we project $(I-P_0-P_e)\vec{f}$
* on the bubble shape functions defined on
* the face.
+ *
+ * @ingroup constraints
*/
template <int dim>
static void project_boundary_values_curl_conforming (const DoFHandler<dim>& dof_handler,
/**
* Same as above for the hp-namespace.
+ *
+ * @ingroup constraints
*/
template <int dim>
static void project_boundary_values_curl_conforming (const hp::DoFHandler<dim>& dof_handler,
* way it is created, it is not
* constrained to be zero at
* these points.
+ *
+ * @ingroup constraints
*/
template <int dim, template <int, int> class DH, int spacedim>
static