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