ADStressDivergenceShell computes the stress divergence term for shell elements. More...
#include <ADStressDivergenceShell.h>
Public Member Functions | |
ADStressDivergenceShell (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual ADReal | computeQpResidual () override |
Protected Attributes | |
const unsigned int | _component |
const bool | _large_strain |
std::vector< const ADMaterialProperty(RankTwoTensor) * > | _stress |
std::vector< const MaterialProperty< RankTwoTensor > * > | _stress_old |
std::vector< const ADMaterialProperty(DenseMatrix< Real >) * > | _B_mat |
std::vector< const ADMaterialProperty(DenseMatrix< Real >) * > | _B_nl |
std::vector< const ADMaterialProperty(Real) * > | _J_map |
std::unique_ptr< QGauss > | _t_qrule |
Quadrature rule in the out of plane direction. More... | |
std::vector< Real > | _t_weights |
Quadrature weights in the out of plane direction in isoparametric coordinate system. More... | |
std::vector< Real > | _q_weights |
Qrule weights in isoparametric coordinate system. More... | |
unsigned int | _qp_z |
qp index in out of plane direction More... | |
usingKernelMembers | |
ADStressDivergenceShell computes the stress divergence term for shell elements.
Definition at line 19 of file ADStressDivergenceShell.h.
ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell | ( | const InputParameters & | parameters | ) |
Definition at line 45 of file ADStressDivergenceShell.C.
|
overrideprotectedvirtual |
Definition at line 76 of file ADStressDivergenceShell.C.
|
protected |
Definition at line 54 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Definition at line 55 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Definition at line 49 of file ADStressDivergenceShell.h.
|
protected |
Definition at line 56 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Definition at line 50 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Qrule weights in isoparametric coordinate system.
Definition at line 65 of file ADStressDivergenceShell.h.
|
protected |
qp index in out of plane direction
Definition at line 68 of file ADStressDivergenceShell.h.
|
protected |
Definition at line 52 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Definition at line 53 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Quadrature rule in the out of plane direction.
Definition at line 59 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Quadrature weights in the out of plane direction in isoparametric coordinate system.
Definition at line 62 of file ADStressDivergenceShell.h.
Referenced by ADStressDivergenceShell< compute_stage >::ADStressDivergenceShell().
|
protected |
Definition at line 70 of file ADStressDivergenceShell.h.