From 2d43c28fbf29c0abe68a6b685fa2c9db1db8c2c9 Mon Sep 17 00:00:00 2001 From: Nuno Nobre Date: Tue, 14 Nov 2023 17:48:04 +0000 Subject: [PATCH] Fix typos in the docs (#26058) --- framework/doc/content/automatic_differentiation/index.md | 2 +- .../content/automatic_differentiation/templated_objects.md | 2 +- .../doc/content/source/auxkernels/ConstantBoundsAux.md | 2 +- framework/doc/content/source/auxkernels/HardwareIDAux.md | 2 +- .../source/constraints/PeriodicSegmentalConstraint.md | 2 +- .../doc/content/source/dirackernels/ReporterPointSource.md | 6 +++--- framework/doc/content/source/fvbcs/FVDirichletBC.md | 2 +- framework/doc/content/source/interfaces/SetupInterface.md | 2 +- .../doc/content/source/kernels/AnisotropicDiffusion.md | 2 +- .../source/meshgenerators/MeshDiagnosticsGenerator.md | 2 +- .../doc/content/source/postprocessors/AreaPostprocessor.md | 2 +- framework/doc/content/source/variables/MooseVariableFV.md | 2 +- framework/doc/content/syntax/Adaptivity/index.md | 4 ++-- framework/doc/content/syntax/ICs/index.md | 4 ++-- framework/doc/content/syntax/Limiters/index.md | 2 +- framework/doc/content/syntax/Mesh/Partitioner/index.md | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/framework/doc/content/automatic_differentiation/index.md b/framework/doc/content/automatic_differentiation/index.md index f61b55804c47..c81e980f52a7 100644 --- a/framework/doc/content/automatic_differentiation/index.md +++ b/framework/doc/content/automatic_differentiation/index.md @@ -205,7 +205,7 @@ the $\phi_i's$ are shape functions associated with the dofs. For a Lagrange basis, shape functions and dofs are tied to mesh nodes. To illustrate initiation of the AD process, we will consider construction of a local finite element solution on a `QUAD4` element, that is to say a -quadrilaterial with a number of nodes equal to the number of vertices. This +quadrilateral with a number of nodes equal to the number of vertices. This element type when combined with a Lagrange basis has four dofs which contribute to the local solution, one for each element node. In MOOSE we assign these local degree of freedom solution values (the local $u_i's$) to a diff --git a/framework/doc/content/automatic_differentiation/templated_objects.md b/framework/doc/content/automatic_differentiation/templated_objects.md index 1dbc2be1520b..a0f07b461481 100644 --- a/framework/doc/content/automatic_differentiation/templated_objects.md +++ b/framework/doc/content/automatic_differentiation/templated_objects.md @@ -53,7 +53,7 @@ The corresponding source file is !listing framework/src/kernels/BodyForce.C -One important observation in this case is that this class (`BodyForcdeTempl`) derives +One important observation in this case is that this class (`BodyForceTempl`) derives from a templated base class (`GenericKernel