www.mooseframework.org
xfem
test
include
postprocessors
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
}
Generated on Sat Jan 25 2020 12:04:52 for www.mooseframework.org by
1.8.16