19 "Returns the specified variable as an auxiliary variable with the same value.");
20 params.
set<
bool>(
"interpolate_normals") =
false;
Real _msm_volume
The mortar segment volume.
static InputParameters validParams()
WeightedGapAux(const InputParameters ¶meters)
Factory constructor, takes parameters so that all derived classes can be built using the same constru...
void computeQpProperties()
static InputParameters validParams()
const MooseArray< Point > & _phys_points_primary
The locations of the quadrature points on the interior primary elements.
const std::vector< Real > & _JxW_msm
The element Jacobian times weights.
const libMesh::QBase *const & _qrule_msm
The quadrature rule on the mortar segment element.
Compute a weighted gap based on a mortar discretization.
const OutputTools< ComputeValueType >::VariableTestValue & _test_lower
The shape functions for the variable associated with the lower-dimensional element, e.g.
unsigned int _i
The current test function index.
Real _weighted_gap
The weighted gap.
std::vector< Point > _normals
the normals
const MooseArray< Real > & _coord_msm
Member for handling change of coordinate systems (xyz, rz, spherical) on mortar elements.
unsigned int n_points() const
const MooseArray< Point > & _phys_points_secondary
The locations of the quadrature points on the interior secondary elements.
Base class for creating new nodally-based mortar auxiliary kernels.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
RealVectorValue _qp_gap_nodal
The gap vector at the current quadrature point, used when we are not interpolating the normal vector...
void computeQpIProperties()
Real computeValue() override
Compute and return the value of the aux variable.
unsigned int _qp
The current quadrature point index.
registerMooseObject("MooseApp", WeightedGapAux)