https://mooseframework.inl.gov
solid_mechanics
include
interfacekernels
ADCZMInterfaceKernelSmallStrain.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 "
ADCZMInterfaceKernelBase.h
"
13
15
class
ADCZMInterfaceKernelSmallStrain
:
public
ADCZMInterfaceKernelBase
16
{
17
public
:
18
static
InputParameters
validParams
();
19
20
ADCZMInterfaceKernelSmallStrain
(
const
InputParameters
&
parameters
);
21
};
ADCZMInterfaceKernelSmallStrain::ADCZMInterfaceKernelSmallStrain
ADCZMInterfaceKernelSmallStrain(const InputParameters ¶meters)
Definition:
ADCZMInterfaceKernelSmallStrain.C:23
ADCZMInterfaceKernelBase
AD equivalent of CZMInterfaceKernelBase.
Definition:
ADCZMInterfaceKernelBase.h:15
ADCZMInterfaceKernelSmallStrain
AD equivalent of CZMInterfaceKernelSmallStrain
Definition:
ADCZMInterfaceKernelSmallStrain.h:15
InputParameters
ADCZMInterfaceKernelBase.h
ADCZMInterfaceKernelSmallStrain::validParams
static InputParameters validParams()
Definition:
ADCZMInterfaceKernelSmallStrain.C:15
ADInterfaceKernelTempl::parameters
const InputParameters & parameters() const
Generated on Fri Jul 18 2025 13:43:34 for https://mooseframework.inl.gov by
1.8.14