From 509f76940a442f308c14ce4017f0b9f7a0fa309e Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Wed, 17 Oct 2018 18:13:33 -0700 Subject: [PATCH] Update format --- docs/source/Introduction.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/Introduction.rst b/docs/source/Introduction.rst index d3902c9..7be9080 100644 --- a/docs/source/Introduction.rst +++ b/docs/source/Introduction.rst @@ -13,8 +13,7 @@ time discretizations differ. Specifically, - Fluid velocity is defined at cell centers; pressure is defined at nodes. -- The advection algorithm includes an intermediate MAC projection for face-centered - advection velocities +- The advection algorithm includes an intermediate MAC projection for face-centered advection velocities - Incompressibility of the fluid is imposed through the use of a projection at the end of the time step rather than through SIMPLE iterations -- GitLab