www.mooseframework.org
phase_field
src
vectorpostprocessors
Functions
GrainCentersPostprocessor.C File Reference
Go to the source code of this file.
Functions
template<>
InputParameters
validParams< GrainCentersPostprocessor >
()
Function Documentation
◆
validParams< GrainCentersPostprocessor >()
template<>
InputParameters
validParams
<
GrainCentersPostprocessor
>
(
)
Definition at line
15
of file
GrainCentersPostprocessor.C
.
16
{
17
InputParameters params = validParams<VectorPostprocessor>();
18
params.addClassDescription(
"Outputs the values from ComputeGrainCenterUserObject"
);
19
params.addParam<UserObjectName>(
20
"grain_data"
,
"Specify user object that gives center of mass and volume of grains"
);
21
return
params;
22
}
Generated on Sat Jan 25 2020 12:04:50 for www.mooseframework.org by
1.8.16