#include <CoefReaction.h>
|
const Real | _coef |
| input parameter multiplied by the reaction kernel More...
|
|
Definition at line 20 of file CoefReaction.h.
◆ CoefReaction()
CoefReaction::CoefReaction |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 24 of file CoefReaction.C.
25 : Reaction(parameters),
_coef(getParam<Real>(
"coefficient"))
◆ computeQpJacobian()
Real CoefReaction::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
Real CoefReaction::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ _coef
const Real CoefReaction::_coef |
|
protected |
The documentation for this class was generated from the following files: