28 const std::vector<MarkerName> &
_names;
std::vector< const MooseVariableFieldBase * > _marker_variables
Pointers to the variables for the markers.
virtual MarkerValue computeElementMarker() override
MarkerValue
This mirrors the main refinement flag values in libMesh in Elem::RefinementState but adds "dont_mark"...
Combines multiple marker fields.
ComboMarker(const InputParameters ¶meters)
std::vector< const VariableValue * > _markers
Pointers to the markers contributing to the Combo marker.
const std::vector< MarkerName > & _names
Names of the markers contributing to the combo.
const InputParameters & parameters() const
Get the parameters of the object.
bool _block_restriction_mismatch
Boolean to keep track of whether any marker does not have the same block restriction.
static InputParameters validParams()