https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
16namespace libMesh
17{
18class QGauss;
19}
20
22{
23public:
25
27
28protected:
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};
std::vector< const ADMaterialProperty< RankTwoTensor > * > _ge
Material property for ge matrix.
std::vector< Point > _t_points
Quadrature points along thickness.
RankFourTensor _Cijkl
Individual elasticity tensor.
std::vector< ADMaterialProperty< RankFourTensor > * > _elasticity_tensor
Material property elasticity tensor.
const InputParameters & parameters() const
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...