https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
NEML2Kernel.h
NEML2ModelExecutor.h
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition
MooseBase.h:131
NEML2Kernel
NEML2Kernel is a conceptual extension of MOOSE kernel that operates on NEML2 tensors.
Definition
NEML2Kernel.h:34
NEML2ModelExecutor
NEML2ModelExecutor executes a NEML2 model.
Definition
NEML2ModelExecutor.h:24
NEML2PostKernel
Base class for NEML2 kernels that operate after the constitutive update.
Definition
NEML2PostKernel.h:20
NEML2PostKernel::validParams
static InputParameters validParams()
Definition
NEML2PostKernel.C:16
NEML2PostKernel::_constitutive
const NEML2ModelExecutor & _constitutive
the constitutive model
Definition
NEML2PostKernel.h:28
Generated on Mon Aug 24 2026 19:02:04 for https://mooseframework.inl.gov by
1.9.8