www.mooseframework.org
Functions
TestCrackCounter.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("XFEMTestApp", TestCrackCounter)
 
template<>
InputParameters validParams< TestCrackCounter > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "XFEMTestApp"  ,
TestCrackCounter   
)

◆ validParams< TestCrackCounter >()

template<>
InputParameters validParams< TestCrackCounter > ( )

Definition at line 17 of file TestCrackCounter.C.

18 {
19  InputParameters params = validParams<GeneralPostprocessor>();
20  params.addClassDescription(
21  "Test postprocessor for extracting the crack_tip_origin_direction_map from XFEM.");
22 
23  return params;
24 }