From 1333dccb59f7e4d61aa4cd43c998a38c38d979a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 25 Jun 2016 00:11:04 -0500 Subject: [PATCH] Update documentation. --- include/deal.II/fe/mapping_q_eulerian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.39.5