51 std::vector<NonlinearVariableName>(group_vars.begin(), group_vars.end()));
void addGroupVariables(const std::set< T > &group_vars)
Add a set of variables that need to be grouped together.
Interface class shared between ReferenceResidualProblem and ReferenceResidualConvergence.
std::vector< std::vector< NonlinearVariableName > > _group_variables
Name of variables that are grouped together to check convergence.
static InputParameters validParams()
bool _use_group_variables
True if any variables are grouped.
Every object that can be built by the factory should be derived from this class.
ReferenceResidualInterface(const MooseObject *moose_object)