35 virtual void compute()
override;
Compute an elemental field variable (single value per element) equal to the Lp-norm of a coupled Vari...
const VariableValue & _coupled_var
A reference to the variable to compute the norm of.
static InputParameters validParams()
virtual void compute() override
Override the base class functionality to compute the element integral withou scaling by element volum...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
ElementLpNormAux(const InputParameters ¶meters)
Class constructor.
virtual Real computeValue() override
Called by compute() to get the value of the integrand at the current qp.