https://mooseframework.inl.gov
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 {
19 public:
21 
23 
24 protected:
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 neml2::Tensor * _grad_disp_x
Displacement gradients.
const InputParameters & parameters() const
static InputParameters validParams()
const neml2::Tensor * _grad_disp_z
const neml2::Tensor * _grad_disp_y
NEML2SmallStrain(const InputParameters &parameters)
void forward() override
Calculate small strain from displacement gradients.