Skip to content

Commit c5b8349

Browse files
committed
Fix docs for MultiAppMFEMShapeEvaluationTransfer and rm trailing whitespace (idaholab#32315)
1 parent 9b12d51 commit c5b8349

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

framework/doc/content/source/mfem/transfers/MFEMNodalProjector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Auxiliary class for extracting nodal positions/interpolation points from MFEM FESpaces, and for setting DoFs on MFEM GridFunctions
66
via projection given a vector of values evaluated at these nodes.
77

8-
End users should not need to interact with `MFEMNodalProjector` directly. `MFEMNodalProjector` is
9-
used by MFEM transfers that set values of an MFEMGridFunction, such as
8+
End users should not need to interact with `MFEMNodalProjector` directly. `MFEMNodalProjector` is
9+
used by MFEM transfers that set values of an MFEMGridFunction, such as
1010
[MultiAppMFEMShapeEvaluationTransfer](MultiAppMFEMShapeEvaluationTransfer.md).
1111

1212
!if-end!

framework/doc/content/source/mfem/transfers/MultiAppMFEMShapeEvaluationTransfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Allows transfers of [MFEM variables](MFEMVariable.md) between MFEM-based applications via local
66
evaluation of shape functions at target nodal projection points. The variables may be defined on
7-
different meshes and FESpaces of different orders, but must be real, share the same dimensionality,
7+
different meshes and FESpaces of different orders, but must share the same dimensionality,
88
and both belong to an `MFEMProblem` in their respective applications.
99

1010
## General Description

framework/doc/content/source/mfem/transfers/MultiAppMFEMTolibMeshShapeEvaluationTransfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For transfers in the opposite direction, from libMesh-based applications to MFEM
2525
All MFEM to libMesh transfers executed from this class should be able to support:
2626

2727
- transfers to lowest order scalar LAGRANGE and MONOMIAL variables
28-
- transfers to second order scalar LAGRANGE variables
28+
- transfers to second order scalar LAGRANGE variables
2929
- transfers between variables belonging to dissimilar meshes
3030
- arbitrary number of parallel processes for both the source and target application
3131
- transfers between parent and child applications

framework/doc/content/source/mfem/transfers/MultiApplibMeshToMFEMShapeEvaluationTransfer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
!if! function=hasCapability('mfem')
44

5-
Allows transfers of libMesh-based [MooseVariables](MooseVariable.md) to
5+
Allows transfers of libMesh-based [MooseVariables](MooseVariable.md) to
66
[MFEM variables](MFEMVariable.md),
77
via local evaluation of shape functions at target nodal projection points. This class supports
88
transfers between different meshes, from first and second order LAGRANGE and constant MONOMIAL libMesh
@@ -28,7 +28,7 @@ For transfers in the opposite direction, from MFEM-based applications to libMesh
2828
All libMesh to MFEM transfers executed from this class should be able to support:
2929

3030
- transfers from lowest order scalar LAGRANGE and MONOMIAL variables
31-
- transfers from second order scalar LAGRANGE variables
31+
- transfers from second order scalar LAGRANGE variables
3232
- transfers between variables belonging to dissimilar meshes
3333
- arbitrary number of parallel processes for both the source and target application
3434
- transfers between parent and child applications

0 commit comments

Comments
 (0)