Kernel = a*(lower - variable) for variable<lower, and zero otherwise This is an attempt to enforce variable>=lower. More...
#include <RichardsPPenalty.h>
Public Member Functions | |
RichardsPPenalty (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Private Attributes | |
Real | _a |
Kernel = a*(_lower - variable) for variable<lower and zero otherwise. More... | |
const VariableValue & | _lower |
Kernel = a*(_lower - variable) for variable<lower and zero otherwise. More... | |
unsigned int | _lower_var_num |
moose variable number of the _lower variable (needed for OffDiagJacobian) More... | |
Kernel = a*(lower - variable) for variable<lower, and zero otherwise This is an attempt to enforce variable>=lower.
Definition at line 24 of file RichardsPPenalty.h.
RichardsPPenalty::RichardsPPenalty | ( | const InputParameters & | parameters | ) |
Definition at line 38 of file RichardsPPenalty.C.
|
protectedvirtual |
Definition at line 56 of file RichardsPPenalty.C.
|
protectedvirtual |
Definition at line 66 of file RichardsPPenalty.C.
|
protectedvirtual |
Definition at line 47 of file RichardsPPenalty.C.
|
private |
Kernel = a*(_lower - variable) for variable<lower and zero otherwise.
Definition at line 36 of file RichardsPPenalty.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Kernel = a*(_lower - variable) for variable<lower and zero otherwise.
Definition at line 39 of file RichardsPPenalty.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
moose variable number of the _lower variable (needed for OffDiagJacobian)
Definition at line 42 of file RichardsPPenalty.h.
Referenced by computeQpOffDiagJacobian().