20 params.
addRequiredParam<PositionsName>(
"positions",
"Positions to count the number of");
28 _positions(_fe_problem.getPositionsObject(getParam<PositionsName>(
"positions")))
registerMooseObject("MooseApp", NumPositions)
const ExecFlagType & getCurrentExecuteOnFlag() const
Return/set the current execution flag.
NumPositions(const InputParameters ¶meters)
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()
FEProblemBase & _fe_problem
Reference to the FEProblemBase for this user object.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
const std::vector< Point > & getPositions(bool initial) const
{ Getters for the positions vector for the desired dimension 1D will be the only one guaranteed to su...
Counts the number of positions from a Positions object.
const Positions & _positions
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const ExecFlagType EXEC_INITIAL