A DiracKernel is used when you need to add contributions to the residual by means of multiplying some...
const InputParameters & parameters() const
Get the parameters of the object.
A VectorConstantPointSource DiracKernel is used to add a constant source term at a point.
virtual void addPoints() override
This is where the DiracKernel should call addPoint() for each point it needs to have a value distribu...
const RealVectorValue & _values
static InputParameters validParams()
std::vector< Real > _point_param
virtual Real computeQpResidual() override
This is the virtual that derived classes should override for computing the residual.