From: Wolfgang Bangerth Date: Mon, 2 May 2011 14:28:50 +0000 (+0000) Subject: Fix poor phrasing and wrong information in a couple of places. X-Git-Tag: v8.0.0~4087 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b1bcbaa8ec846a8bdbf55198ccc9f31c9665fd;p=dealii.git Fix poor phrasing and wrong information in a couple of places. git-svn-id: https://svn.dealii.org/trunk@23674 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index d2df6a698a..390a9ba8e4 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -392,8 +392,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -413,8 +412,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -434,8 +432,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -458,8 +455,7 @@ namespace FEValuesViews * selected the last time the * reinit function of * the FEValues object was - * called, at the quadrature - * points. The Laplacians are + * called. The Laplacians are * the trace of the Hessians. * * This function is the @@ -778,8 +774,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -799,8 +794,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -821,12 +815,11 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * There is no equivalent function such * as - * FEValuesBase::get_function_gradients + * FEValuesBase::get_function_symmetric_gradients * in the FEValues classes but the * information can be obtained from * FEValuesBase::get_function_gradients, @@ -844,12 +837,11 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * There is no equivalent function such * as - * FEValuesBase::get_function_gradients + * FEValuesBase::get_function_divergences * in the FEValues classes but the * information can be obtained from * FEValuesBase::get_function_gradients, @@ -867,12 +859,11 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * There is no equivalent function such * as - * FEValuesBase::get_function_gradients + * FEValuesBase::get_function_curls * in the FEValues classes but the * information can be obtained from * FEValuesBase::get_function_gradients, @@ -890,8 +881,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -914,8 +904,7 @@ namespace FEValuesViews * selected the last time the * reinit function of * the FEValues object was - * called, at the quadrature - * points. The Laplacians are + * called. The Laplacians are * the trace of the Hessians. * * This function is the @@ -1155,8 +1144,7 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * This function is the equivalent of * the @@ -1176,12 +1164,11 @@ namespace FEValuesViews * quadrature points of the cell, face * or subface selected the last time * the reinit function of the - * FEValues object was called, at the - * quadrature points. + * FEValues object was called. * * There is no equivalent function such * as - * FEValuesBase::get_function_gradients + * FEValuesBase::get_function_divergences * in the FEValues classes but the * information can be obtained from * FEValuesBase::get_function_gradients,