https://mooseframework.inl.gov
ADKernelCurl.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 "ADVectorKernel.h"
13 
18 {
19 public:
21 
23 
24 protected:
27 
33 
36 };
const VectorVariableTestCurl & _curl_test
curl of the test function
Definition: ADKernelCurl.h:26
const VectorVariablePhiCurl & _curl_phi
curl of the shape function Note: This still needs to be defined for the uses of GenericKernelCurl ...
Definition: ADKernelCurl.h:32
OutputTools< RealVectorValue >::VariableTestCurl VectorVariableTestCurl
Definition: MooseTypes.h:344
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
const ADVectorVariableCurl & _curl_u
Holds the solution curl at the current quadrature points.
Definition: ADKernelCurl.h:35
A base class that defines the AD curl operators.
Definition: ADKernelCurl.h:17
forward declarations
static InputParameters validParams()
Definition: ADKernelCurl.C:14
const InputParameters & parameters() const
Get the parameters of the object.
OutputTools< RealVectorValue >::VariablePhiCurl VectorVariablePhiCurl
Definition: MooseTypes.h:339
ADKernelCurl(const InputParameters &parameters)
Definition: ADKernelCurl.C:21