Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
37 for (
unsigned int k = 0; k <
n; k++)
49 for (
unsigned int k = 0; k <
_value.size(); k++)
61 for (
unsigned int i = 0; i <
_local_ke.m(); i++)
62 for (
unsigned int j = 0; j <
_local_ke.n(); j++)
67 for (
unsigned int k = 0; k <
_value.size(); k++)
DenseVector< Number > _local_re
Holds residual entries as they are accumulated by this Kernel.
void prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar)
Prepare data for computing element jacobian according to the ative tags.
defineLegacyParams(NodalEqualValueConstraint)
registerMooseObject("MooseApp", NodalEqualValueConstraint)
void paramError(const std::string ¶m, Args... args) const
Emits an error prefixed with the file and line number of the given param (from the input file) along ...
virtual void computeJacobian() override
static InputParameters validParams()
NodalEqualValueConstraint(const InputParameters ¶meters)
std::vector< dof_id_type > _node_ids
List of node IDs.
void prepareVectorTag(Assembly &assembly, unsigned int ivar)
Prepare data for computing element residual the according to active tags.
virtual const VariableValue & coupledValue(const std::string &var_name, unsigned int comp=0)
Returns value of a coupled variable.
void assignTaggedLocalMatrix()
Local Jacobian blocks will assigned as the current local kernel Jacobian.
std::vector< unsigned int > _val_number
virtual void computeResidual() override
unsigned int coupledComponents(const std::string &var_name)
Number of coupled components.
std::vector< const VariableValue * > _value
Constraint to enforce equal values (in 1D)
void assignTaggedLocalResidual()
Local residual blocks will assigned as the current local kernel residual.
DenseMatrix< Number > _local_ke
Holds residual entries as they are accumulated by this Kernel.
virtual unsigned int coupled(const std::string &var_name, unsigned int comp=0)
Returns the index for a coupled variable by name.
static InputParameters validParams()
MooseVariableScalar & _var
Scalar variable.
unsigned int number() const
Get variable number coming from libMesh.