https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ALEKernel.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "Kernel.h"
13#include "Assembly.h"
15
17{
18public:
20
21 ALEKernel(const InputParameters & parameters);
22
23 virtual void computeJacobian() override;
24 virtual void computeOffDiagJacobian(unsigned int jvar) override;
25
26protected:
29
32
37};
virtual void computeOffDiagJacobian(unsigned int jvar) override
Definition ALEKernel.C:41
static InputParameters validParams()
Definition ALEKernel.C:16
const VariableTestGradient & _grad_test_undisplaced
Definition ALEKernel.h:35
virtual void computeJacobian() override
Definition ALEKernel.C:34
const VariablePhiGradient & _grad_phi_undisplaced
Shape and test functions on the undisplaced mesh.
Definition ALEKernel.h:34
Assembly & _assembly_undisplaced
undisplaced problem
Definition ALEKernel.h:28
MooseVariable & _var_undisplaced
Reference to this Kernel's undisplaced MooseVariable object.
Definition ALEKernel.h:31
VariableShapeGradient< false > VariablePhiGradient
VariableShapeGradient< true > VariableTestGradient