https://mooseframework.inl.gov
ADComputeIsotropicElasticityTensorShell.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 "Material.h"
13 
14 #define usingComputeIsotropicElasticityTensorShellMembers usingMaterialMembers
15 
16 namespace libMesh
17 {
18 class QGauss;
19 }
20 
22 {
23 public:
25 
27 
28 protected:
29  virtual void computeQpProperties() override;
30 
35 
38 
40  std::vector<Point> _t_points;
41 
43  std::vector<ADMaterialProperty<RankFourTensor> *> _elasticity_tensor;
44 
46  std::vector<const ADMaterialProperty<RankTwoTensor> *> _ge;
47 };
ADComputeIsotropicElasticityTensorShell(const InputParameters &parameters)
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...
std::vector< Point > _t_points
Quadrature points along thickness.
RankFourTensor _Cijkl
Individual elasticity tensor.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
std::vector< const ADMaterialProperty< RankTwoTensor > * > _ge
Material property for ge matrix.
std::vector< ADMaterialProperty< RankFourTensor > * > _elasticity_tensor
Material property elasticity tensor.