https://mooseframework.inl.gov
FVKernel.C
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 #include "FVKernel.h"
11 #include "Assembly.h"
12 #include "SubProblem.h"
13 
16 {
21 
22  params.registerBase("FVKernel");
23  return params;
24 }
25 
28 {
30 }
virtual void haveADObjects(bool have_ad_objects)
Method for setting whether we have any ad objects.
Definition: SubProblem.h:767
static InputParameters validParams()
Definition: FVKernel.C:15
FVKernel(const InputParameters &params)
Definition: FVKernel.C:26
static InputParameters validParams()
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
static InputParameters validParams()
An interface for accessing Moose::Functors for systems that care about automatic differentiation, e.g.
void registerBase(const std::string &value)
This method must be called from every base "Moose System" to create linkage with the Action System...
SubProblem & _subproblem
Reference to this kernel's SubProblem.
static InputParameters validParams()
This is the common base class for objects that give residual contributions.
An interface that restricts an object to subdomains via the 'blocks' input parameter.