From 7c5c60456e466efe463b60027a5c2c4d13c2f276 Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Tue, 28 May 2024 11:50:12 -0600 Subject: [PATCH 1/2] fix codespell --- .codespellrc | 2 +- Docs/sphinx/manual/Tutorials_HotBubble.rst | 2 +- Source/PeleLMeX_Projection.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.codespellrc b/.codespellrc index 0820e71d..f2911e9e 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] skip = .git,*.ipynb,*.bib,*.ps,*.patch,*/Submodules,*/Build,*/sphinx/landing -#,*/build,*/tmp_build_dir,plt*,chk*,__pycache__,.ccls,.ccls-cache,tran.dat,GNUmakefile,*.pdf,Testing,sphinx_doc,*/html,*.cti +#,*/build,*/tmp_build_dir,plt*,chk*,__pycache__,.ccls,.ccls-cache,tran.dat,GNUmakefile,*.pdf,Testing,sphinx_doc,*/html,*.cti,Make.PeleLMeX ignore-words = .codespell-ignore-words \ No newline at end of file diff --git a/Docs/sphinx/manual/Tutorials_HotBubble.rst b/Docs/sphinx/manual/Tutorials_HotBubble.rst index 4bf2df40..854d8682 100644 --- a/Docs/sphinx/manual/Tutorials_HotBubble.rst +++ b/Docs/sphinx/manual/Tutorials_HotBubble.rst @@ -12,7 +12,7 @@ Introduction At the core of `PeleLMeX` algorithm is a variable-density, low Mach number Navier-Stokes solver based on a fractional step approach. This short ``HotBubble`` tutorial presents the case of a rising light bubble under -the influence of a gravity field, which exercice this algorithm without the added complexity +the influence of a gravity field, which exercise this algorithm without the added complexity of chemical reactions or embedded boundaries. .. _sec:TUTO_HB::PrepStep: diff --git a/Source/PeleLMeX_Projection.cpp b/Source/PeleLMeX_Projection.cpp index 7ccb40f7..ce6394f5 100644 --- a/Source/PeleLMeX_Projection.cpp +++ b/Source/PeleLMeX_Projection.cpp @@ -485,7 +485,7 @@ PeleLM::doNodalProject( } } - // Average down grap P + // Average down grad P for (int lev = finest_level - 1; lev >= 0; --lev) { auto* ldataFine_p = getLevelDataPtr(lev + 1, AmrNewTime); auto* ldataCrse_p = getLevelDataPtr(lev, AmrNewTime); From 5ceddf72572301db1ca2c474fe0a3a185a9d96ed Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Tue, 28 May 2024 11:53:01 -0600 Subject: [PATCH 2/2] fix fix --- .codespellrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index f2911e9e..441f4fa7 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] -skip = .git,*.ipynb,*.bib,*.ps,*.patch,*/Submodules,*/Build,*/sphinx/landing -#,*/build,*/tmp_build_dir,plt*,chk*,__pycache__,.ccls,.ccls-cache,tran.dat,GNUmakefile,*.pdf,Testing,sphinx_doc,*/html,*.cti,Make.PeleLMeX +skip = .git,*.ipynb,*.bib,*.ps,*.patch,*/Submodules,*/Build,*/sphinx/landing,Make.PeleLMeX +#,*/build,*/tmp_build_dir,plt*,chk*,__pycache__,.ccls,.ccls-cache,tran.dat,GNUmakefile,*.pdf,Testing,sphinx_doc,*/html,*.cti ignore-words = .codespell-ignore-words \ No newline at end of file