SetMeshFESpaceAction
Summary
Sets the nodal mesh FESpace to use the same FESpace as the MFEMVariable
used to describe node displacements.
Overview
Action called to set the nodal mesh FESpace to use the same FESpace as the variable used to describe node displacements in problems involving deformed meshes, parsing content inside the Mesh
block in the user input. Only has an effect if the Problem
type is set to MFEMProblem
, the Mesh
type is set to MFEMMesh
and the displacement
field is set.
Example Input File Syntax
[Mesh]
type = MFEMMesh
file = gold/beam-tet.mesh
dim = 3
uniform_refine = 2
displacement = "displacement"
[]
(test/tests/kernels/linearelasticity.i)