https://mooseframework.inl.gov
Loading...
Searching...
No Matches
NEML2SmallStrain.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 "NEML2PreKernel.h"
16
18{
19public:
21
23
24protected:
26 void forward() override;
27
30 const neml2::Tensor * _grad_disp_x;
31 const neml2::Tensor * _grad_disp_y;
32 const neml2::Tensor * _grad_disp_z;
34};
35
36#endif
const InputParameters & parameters() const
const neml2::Tensor * _grad_disp_z
static InputParameters validParams()
void forward() override
Calculate small strain from displacement gradients.
const neml2::Tensor * _grad_disp_x
Displacement gradients.
const neml2::Tensor * _grad_disp_y