https://mooseframework.inl.gov
include
neml2
userobjects
NEML2PostKernel.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
#ifdef NEML2_ENABLED
13
14
// MOOSE includes
15
#include "
NEML2Kernel.h
"
16
#include "
NEML2ModelExecutor.h
"
17
19
class
NEML2PostKernel
:
public
NEML2Kernel
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
NEML2PostKernel
(
const
InputParameters
&
parameters
);
25
26
protected
:
28
const
NEML2ModelExecutor
&
_constitutive
;
29
};
30
31
#endif
NEML2PostKernel::NEML2PostKernel
NEML2PostKernel(const InputParameters ¶meters)
Definition:
NEML2PostKernel.C:33
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition:
MooseBase.h:131
NEML2Kernel.h
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:67
NEML2ModelExecutor.h
NEML2ModelExecutor
NEML2ModelExecutor executes a NEML2 model.
Definition:
NEML2ModelExecutor.h:23
NEML2PostKernel
Base class for NEML2 kernels that operate after the constitutive update.
Definition:
NEML2PostKernel.h:19
NEML2PostKernel::validParams
static InputParameters validParams()
Definition:
NEML2PostKernel.C:16
NEML2PostKernel::_constitutive
const NEML2ModelExecutor & _constitutive
the constitutive model
Definition:
NEML2PostKernel.h:28
NEML2Kernel
NEML2Kernel is a conceptual extension of MOOSE kernel that operates on NEML2 tensors.
Definition:
NEML2Kernel.h:33
Generated on Wed Jun 3 2026 21:26:27 for https://mooseframework.inl.gov by
1.8.14