Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< ComputeCrackTipEnrichmentSmallStrain >()
Definition at line 21 of file ComputeCrackTipEnrichmentSmallStrain.C.
24 params.addClassDescription(
25 "Computes the crack tip enrichment at a point within a small strain formulation.");
26 params.addRequiredParam<std::vector<NonlinearVariableName>>(
"enrichment_displacements",
27 "The enrichment displacement");
28 params.addRequiredParam<UserObjectName>(
"crack_front_definition",
29 "The CrackFrontDefinition user object name");