Skip to content

Commit

Permalink
Minor comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed May 18, 2021
1 parent 361cee1 commit 15afaae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/auxkernels/AVCurrentDensity.C
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ AVCurrentDensity::AVCurrentDensity(const InputParameters & parameters)
RealVectorValue
AVCurrentDensity::computeValue()
{
// Access the gradient of the pressure at this quadrature point, then pull out the "component" of
// it requested (x, y or z). Note, that getting a particular component of a gradient is done using
// the parenthesis operator.
// Calculate the current density in the AV formulation
return -_sigma[_qp]*(_a_dot[_qp] + _grad_v[_qp]);
}

0 comments on commit 15afaae

Please sign in to comment.