From 74b0c3a16bf6c5fe6ce7a4832c89c6b988e22108 Mon Sep 17 00:00:00 2001 From: Quang Hoang Date: Tue, 17 Jun 2025 19:33:10 -0600 Subject: [PATCH] taylor hood definition --- examples/step-22/step-22.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-22/step-22.cc b/examples/step-22/step-22.cc index 7f9cf5de7a..e0d3b0d3ed 100644 --- a/examples/step-22/step-22.cc +++ b/examples/step-22/step-22.cc @@ -390,7 +390,7 @@ namespace Step22 // the vector-valued velocity components and of order degree // for the pressure. This gives the LBB-stable element pair // $Q_{degree+1}^d\times Q_{degree}$, often referred to as the Taylor-Hood - // element. + // element for degree$\geq 1$. // // Note that we initialize the triangulation with a MeshSmoothing argument, // which ensures that the refinement of cells is done in a way that the -- 2.39.5