title = {A Uniform Additive {S}chwarz Preconditioner for High-Order Discontinuous {G}alerkin Approximations of Elliptic Problems},
journal = {Journal of Scientific Computing}
}
+
+@article{Engelman1982,
+ author = { Engelman, M. S. and Sani, R. L. and Gresho, P. M. },
+ title = { The implementation of normal and/or tangential boundary conditions in finite element codes for incompressible fluid flow },
+ journal = { Int. J. Numer. Meth. Fluids },
+ year = { 1982 },
+ volume = { 2 },
+ issue = { 3 },
+ pages = { 225--238 },
+ doi = {10.1002/fld.1650020302},
+ url = {http://doi.org/10.1002/fld.1650020302},
+}
* at some points on the boundary is an artifact of the way it is created,
* it is not constrained to be zero at these points.
*
+ *
+ * <h4>Further reading</h4>
+ *
+ * A description of some of the techniques used in this function,
+ * along with a discussion of difficulties encountered with this
+ * kind of boundary conditions can be found in @cite Engelman1982 .
+ *
* @ingroup constraints
*
* @see
* VectorTools::compute_no_normal_flux_constraints(), and leaves the one
* component unconstrained that is constrained by that function.
*
+ *
+ * <h4>Further reading</h4>
+ *
+ * A description of some of the techniques used in this function,
+ * along with a discussion of difficulties encountered with this
+ * kind of boundary conditions can be found in @cite Engelman1982 .
+ *
* @ingroup constraints
*
* @see