www.mooseframework.org
Classes | Functions
TestCrackCounter.h File Reference

Go to the source code of this file.

Classes

class  TestCrackCounter
 

Functions

template<>
InputParameters validParams< TestCrackCounter > ()
 

Function Documentation

◆ 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 }