From: Wolfgang Bangerth Date: Sat, 25 Jun 2016 05:11:04 +0000 (-0500) Subject: Update documentation. X-Git-Tag: v8.5.0-rc1~951^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1333dccb59f7e4d61aa4cd43c998a38c38d979a6;p=dealii.git Update documentation. --- diff --git a/include/deal.II/fe/mapping_q_eulerian.h b/include/deal.II/fe/mapping_q_eulerian.h index 995ec7b7df..f046f690b5 100644 --- a/include/deal.II/fe/mapping_q_eulerian.h +++ b/include/deal.II/fe/mapping_q_eulerian.h @@ -37,7 +37,7 @@ template class Vector; /** * This class is an extension of the MappingQ1Eulerian class to higher order - * Qp mappings. It is useful when one wants to calculate shape function + * $Q_p$ mappings. It is useful when one wants to calculate shape function * information on a domain that is deforming as the computation proceeds. * *

Usage