From 7df462daa71d41a95448348a4f5a79776ddf6b48 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Fri, 27 Sep 2024 11:22:59 -0600 Subject: [PATCH] Try something. --- .../source/verification/verification.rst | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/sphinx/source/verification/verification.rst b/docs/sphinx/source/verification/verification.rst index 7f4c876c0..b2c586ac6 100644 --- a/docs/sphinx/source/verification/verification.rst +++ b/docs/sphinx/source/verification/verification.rst @@ -444,17 +444,17 @@ FigureĀ :numref:`laplace-ncoc-b`. .. table:: Patch test -+---------------+---------------------+---------------+---------------+ -| dof | :math:`L_{\infty}` | L1 | L2 | -+===============+=====================+===============+===============+ -| temperature | 3.33067e-16 | 2.30077e-17 | 4.68103e-17 | -+---------------+---------------------+---------------+---------------+ -| dTdx | 4.13225e-13 | 9.06848e-15 | 1.98249e-14 | -+---------------+---------------------+---------------+---------------+ -| dTdy | 4.15668e-13 | 1.11256e-14 | 2.15065e-14 | -+---------------+---------------------+---------------+---------------+ -| dTdz | 4.31211e-13 | 9.60785e-15 | 1.97517e-14 | -+---------------+---------------------+---------------+---------------+ + +---------------+---------------------+---------------+---------------+ + | dof | :math:`L_{\infty}` | L1 | L2 | + +===============+=====================+===============+===============+ + | temperature | 3.33067e-16 | 2.30077e-17 | 4.68103e-17 | + +---------------+---------------------+---------------+---------------+ + | dTdx | 4.13225e-13 | 9.06848e-15 | 1.98249e-14 | + +---------------+---------------------+---------------+---------------+ + | dTdy | 4.15668e-13 | 1.11256e-14 | 2.15065e-14 | + +---------------+---------------------+---------------+---------------+ + | dTdz | 4.31211e-13 | 9.60785e-15 | 1.97517e-14 | + +---------------+---------------------+---------------+---------------+ Given the order of accuracy results for the P1 implementation, a linear patch test was run. The temperature solution was simply,