v0.15.0
Loading...
Searching...
No Matches
Public Types | List of all members
PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A > Struct Template Reference

#include "users_modules/multifield-thermoplasticity-private/tutorials/adv-0/src/PlasticOps.hpp"

Public Types

using AssemblyDomainEleOp = typename FormsIntegrators< DomainEleOp >::template Assembly< A >::OpBase
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowRhs = OpCalculatePlasticFlowRhsImpl< DIM, I, AssemblyDomainEleOp >
 
template<IntegrationType I>
using OpCalculateConstraintsRhs = OpCalculateConstraintsRhsImpl< I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticInternalForceLhs_dEP = OpCalculatePlasticInternalForceLhs_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticInternalForceLhs_LogStrain_dEP = OpCalculatePlasticInternalForceLhs_LogStrain_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_dU = OpCalculatePlasticFlowLhs_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_LogStrain_dU = OpCalculatePlasticFlowLhs_LogStrain_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_dEP = OpCalculatePlasticFlowLhs_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_dTAU = OpCalculatePlasticFlowLhs_dTAUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculateConstraintsLhs_dU = OpCalculateConstraintsLhs_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculateConstraintsLhs_LogStrain_dU = OpCalculateConstraintsLhs_LogStrain_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculateConstraintsLhs_dEP = OpCalculateConstraintsLhs_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<IntegrationType I>
using OpCalculateConstraintsLhs_dTAU = OpCalculateConstraintsLhs_dTAUImpl< I, AssemblyDomainEleOp >
 
using AssemblyDomainEleOp = typename FormsIntegrators< DomainEleOp >::template Assembly< A >::OpBase
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowRhs = OpCalculatePlasticFlowRhsImpl< DIM, I, AssemblyDomainEleOp >
 
template<IntegrationType I>
using OpCalculateConstraintsRhs = OpCalculateConstraintsRhsImpl< I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticInternalForceLhs_dEP = OpCalculatePlasticInternalForceLhs_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticInternalForceLhs_LogStrain_dEP = OpCalculatePlasticInternalForceLhs_LogStrain_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_dU = OpCalculatePlasticFlowLhs_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_LogStrain_dU = OpCalculatePlasticFlowLhs_LogStrain_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_dEP = OpCalculatePlasticFlowLhs_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculatePlasticFlowLhs_dTAU = OpCalculatePlasticFlowLhs_dTAUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculateConstraintsLhs_dU = OpCalculateConstraintsLhs_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculateConstraintsLhs_LogStrain_dU = OpCalculateConstraintsLhs_LogStrain_dUImpl< DIM, I, AssemblyDomainEleOp >
 
template<int DIM, IntegrationType I>
using OpCalculateConstraintsLhs_dEP = OpCalculateConstraintsLhs_dEPImpl< DIM, I, AssemblyDomainEleOp >
 
template<IntegrationType I>
using OpCalculateConstraintsLhs_dTAU = OpCalculateConstraintsLhs_dTAUImpl< I, AssemblyDomainEleOp >
 

Detailed Description

template<typename DomainEleOp>
template<AssemblyType A>
struct PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >

Definition at line 176 of file PlasticOps.hpp.

Member Typedef Documentation

◆ AssemblyDomainEleOp [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::AssemblyDomainEleOp = typename FormsIntegrators<DomainEleOp>::template Assembly<A>::OpBase

Definition at line 178 of file PlasticOps.hpp.

◆ AssemblyDomainEleOp [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::AssemblyDomainEleOp = typename FormsIntegrators<DomainEleOp>::template Assembly<A>::OpBase

Definition at line 201 of file PlasticOps.hpp.

◆ OpCalculateConstraintsLhs_dEP [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_dEP = OpCalculateConstraintsLhs_dEPImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculateConstraintsLhs_dEP [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_dEP = OpCalculateConstraintsLhs_dEPImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 246 of file PlasticOps.hpp.

◆ OpCalculateConstraintsLhs_dTAU [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_dTAU = OpCalculateConstraintsLhs_dTAUImpl<I, AssemblyDomainEleOp>

◆ OpCalculateConstraintsLhs_dTAU [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_dTAU = OpCalculateConstraintsLhs_dTAUImpl<I, AssemblyDomainEleOp>

Definition at line 250 of file PlasticOps.hpp.

◆ OpCalculateConstraintsLhs_dU [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_dU = OpCalculateConstraintsLhs_dUImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculateConstraintsLhs_dU [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_dU = OpCalculateConstraintsLhs_dUImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 238 of file PlasticOps.hpp.

◆ OpCalculateConstraintsLhs_LogStrain_dU [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_LogStrain_dU = OpCalculateConstraintsLhs_LogStrain_dUImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculateConstraintsLhs_LogStrain_dU [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsLhs_LogStrain_dU = OpCalculateConstraintsLhs_LogStrain_dUImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 242 of file PlasticOps.hpp.

◆ OpCalculateConstraintsRhs [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsRhs = OpCalculateConstraintsRhsImpl<I, AssemblyDomainEleOp>

◆ OpCalculateConstraintsRhs [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculateConstraintsRhs = OpCalculateConstraintsRhsImpl<I, AssemblyDomainEleOp>

Definition at line 209 of file PlasticOps.hpp.

◆ OpCalculatePlasticFlowLhs_dEP [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_dEP = OpCalculatePlasticFlowLhs_dEPImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticFlowLhs_dEP [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_dEP = OpCalculatePlasticFlowLhs_dEPImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 230 of file PlasticOps.hpp.

◆ OpCalculatePlasticFlowLhs_dTAU [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_dTAU = OpCalculatePlasticFlowLhs_dTAUImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticFlowLhs_dTAU [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_dTAU = OpCalculatePlasticFlowLhs_dTAUImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 234 of file PlasticOps.hpp.

◆ OpCalculatePlasticFlowLhs_dU [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_dU = OpCalculatePlasticFlowLhs_dUImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticFlowLhs_dU [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_dU = OpCalculatePlasticFlowLhs_dUImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 222 of file PlasticOps.hpp.

◆ OpCalculatePlasticFlowLhs_LogStrain_dU [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_LogStrain_dU = OpCalculatePlasticFlowLhs_LogStrain_dUImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticFlowLhs_LogStrain_dU [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowLhs_LogStrain_dU = OpCalculatePlasticFlowLhs_LogStrain_dUImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 226 of file PlasticOps.hpp.

◆ OpCalculatePlasticFlowRhs [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowRhs = OpCalculatePlasticFlowRhsImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticFlowRhs [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticFlowRhs = OpCalculatePlasticFlowRhsImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 205 of file PlasticOps.hpp.

◆ OpCalculatePlasticInternalForceLhs_dEP [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticInternalForceLhs_dEP = OpCalculatePlasticInternalForceLhs_dEPImpl<DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticInternalForceLhs_dEP [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticInternalForceLhs_dEP = OpCalculatePlasticInternalForceLhs_dEPImpl<DIM, I, AssemblyDomainEleOp>

Definition at line 213 of file PlasticOps.hpp.

◆ OpCalculatePlasticInternalForceLhs_LogStrain_dEP [1/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticInternalForceLhs_LogStrain_dEP = OpCalculatePlasticInternalForceLhs_LogStrain_dEPImpl< DIM, I, AssemblyDomainEleOp>

◆ OpCalculatePlasticInternalForceLhs_LogStrain_dEP [2/2]

template<typename DomainEleOp >
template<AssemblyType A>
template<int DIM, IntegrationType I>
using PlasticOps::PlasticityIntegrators< DomainEleOp >::Assembly< A >::OpCalculatePlasticInternalForceLhs_LogStrain_dEP = OpCalculatePlasticInternalForceLhs_LogStrain_dEPImpl< DIM, I, AssemblyDomainEleOp>

Definition at line 217 of file PlasticOps.hpp.


The documentation for this struct was generated from the following file: