//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2010, 2011, 2012 by the deal.II authors
+// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* \int_F uv\,ds \quad \text{or} \quad \int_F \mathbf u\cdot \mathbf v\,ds
* \f]
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
* \f[
* \int_Z fv\,dx \quad \text{or} \quad \int_F fv\,ds
* \f]
+ *
+ * @author Guido Kanschat
+ * @date 2008, 2009, 2010
*/
template <int dim>
void L2 (
* \int_F \mathbf f\cdot \mathbf v\,ds
* \f]
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
* Using appropriate weights, this term can be used to penalize
* violation of conformity in <i>H<sup>1</sup></i>.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2010, 2011, 2012 by the deal.II authors
+// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* the latter case, the Laplacian is applied to each component
* separately.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
* Here, $\gamma$ is the <tt>penalty</tt> parameter suitably computed
* with compute_penalty().
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
* boundary value in the argument <tt>data</tt>. $\gamma$ is the usual
* penalty parameter.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
* boundary value in the argument <tt>data</tt>. $\gamma$ is the usual
* penalty parameter.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
* the same on both sides. If factors differ, note that the penalty
* parameter has to be computed accordingly.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2008, 2009, 2010
*/
/**
* Residual term for the symmetric interior penalty method.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2012
*/
/**
* Vector-valued residual term for the symmetric interior penalty method.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2012
*/
* <i>h<sub>i</sub></i> is the length of <i>Z<sub>i</sub></i>
* orthogonal to the current face.
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2010
*/
//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2010, 2011, 2012 by the deal.II authors
+// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
/**
* @brief Integrators writing patches with values in quadrature points
*
- * @ingroup Integrators
* @author Guido Kanschat
* @date 2011
*/