Skip to content

Commit 15afaae

Browse files
Minor comment fix.
1 parent 361cee1 commit 15afaae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/auxkernels/AVCurrentDensity.C

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ AVCurrentDensity::AVCurrentDensity(const InputParameters & parameters)
2323
RealVectorValue
2424
AVCurrentDensity::computeValue()
2525
{
26-
// Access the gradient of the pressure at this quadrature point, then pull out the "component" of
27-
// it requested (x, y or z). Note, that getting a particular component of a gradient is done using
28-
// the parenthesis operator.
26+
// Calculate the current density in the AV formulation
2927
return -_sigma[_qp]*(_a_dot[_qp] + _grad_v[_qp]);
3028
}

0 commit comments

Comments
 (0)