#include <GradientComponent.h>
|
| const unsigned int | _v_var |
| | Identity of the coupled variable. More...
|
| |
| const VariableGradient & | _grad_v |
| | Gradient of the coupled variable. More...
|
| |
| const unsigned int | _component |
| | Component of the gradient vector to match. More...
|
| |
Definition at line 19 of file GradientComponent.h.
◆ GradientComponent()
| GradientComponent::GradientComponent |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 27 of file GradientComponent.C.
31 _component(getParam<unsigned int>(
"component"))
34 paramError(
"component",
"Component too large for LIBMESH_DIM");
◆ computeQpJacobian()
| Real GradientComponent::computeQpJacobian |
( |
| ) |
|
|
protectedvirtual |
◆ computeQpOffDiagJacobian()
| Real GradientComponent::computeQpOffDiagJacobian |
( |
unsigned int |
jvar | ) |
|
|
protectedvirtual |
◆ computeQpResidual()
| Real GradientComponent::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
◆ _component
| const unsigned int GradientComponent::_component |
|
protected |
◆ _grad_v
| const VariableGradient& GradientComponent::_grad_v |
|
protected |
◆ _v_var
| const unsigned int GradientComponent::_v_var |
|
protected |
The documentation for this class was generated from the following files: