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