Go to the documentation of this file.
14 #include "DerivativeMaterialInterface.h"
21 class ALEKernel :
public DerivativeMaterialInterface<Kernel>
26 ALEKernel(
const InputParameters & parameters);
30 using Kernel::computeOffDiagJacobian;
virtual void computeOffDiagJacobian(MooseVariableFEBase &jvar) override
static InputParameters validParams()
const VariableTestGradient & _grad_test_undisplaced
InputParameters validParams< ALEKernel >()
virtual void computeJacobian() override
MooseVariable & _var_undisplaced
Reference to this Kernel's undisplaced MooseVariable object.
Assembly & _assembly_undisplaced
undisplaced problem
const VariablePhiGradient & _grad_phi_undisplaced
Shape and test functions on the undisplaced mesh.
ALEKernel(const InputParameters ¶meters)