* function will be used for which the
* respective flag was set in the component
* mask.
+ *
+ * @note This function will not work
+ * for DoFHandler objects that are
+ * built on a
+ * parallel::distributed::Triangulation
+ * object.
*/
template<typename FaceIterator>
void
* function will be used for which the
* respective flag was set in the component
* mask.
+ *
+ * @note This function will not work
+ * for DoFHandler objects that are
+ * built on a
+ * parallel::distributed::Triangulation
+ * object.
*/
template<typename DH>
void
* corresponding vertices of the 'right'
* boundary. This can be used to implement
* conditions such as $u(0,y)=u(1,y+1)$.
+ *
+ * @note This function will not work
+ * for DoFHandler objects that are
+ * built on a
+ * parallel::distributed::Triangulation
+ * object.
*/
template<typename DH>
void