Go to the documentation of this file.
33 namespace ContinuumMechanics::FiniteStrain::Plasticity {
35 namespace FlowIntegration {
37 using namespace FastorStandardTensors;
38 using namespace Fastor;
39 template <
typename T >
46 namespace FirstOrderDerived {
Tensor33t< T > exponentialMap(const Tensor33t< T > &dGp)
Definition: MarmotFiniteStrainPlasticity.h:40
Fastor::Tensor< double, 3, 3 > Tensor33d
Definition: MarmotFastorTensorBasics.h:38
Fastor::Tensor< T, tensorSize, tensorSize > computeTensorExponential(const Fastor::Tensor< T, tensorSize, tensorSize > &theTensor, int maxIterations, double tolerance, double alternativeTolerance)
Definition: MarmotTensorExponential.h:38
This file includes functions needed for calculations with stress and strain tensors written in voigt ...
Definition: MarmotTesting.h:37
std::pair< Tensor33d, Tensor3333d > explicitIntegration(const Tensor33d &deltaGp)
Definition: MarmotFiniteStrainPlasticity.cpp:14
Fastor::Tensor< T, 3, 3 > Tensor33t
Definition: MarmotFastorTensorBasics.h:45