NeoPZ
|
#include "TPZPlasticStepPV.h"
#include "TPZElasticResponse.h"
#include "TPZSandlerExtended.h"
#include "TPZYCMohrCoulombPV.h"
#include "pzlog.h"
#include "TPZYCCamClayPV.h"
#include "TPZYCDruckerPragerPV.h"
Go to the source code of this file.
Macros | |
#define | NewTangetQ |
Functions | |
REAL | NormVecOfMat (TPZFNMatrix< 9 > mat) |
REAL | InnerVecOfMat (TPZFMatrix< REAL > &m1, TPZFMatrix< REAL > &m2) |
TPZFMatrix< REAL > | ProdT (TPZManVector< REAL, 3 > &v1, TPZManVector< REAL, 3 > &v2) |
void | ProdT (TPZManVector< REAL, 3 > &v1, TPZManVector< REAL, 3 > &v2, TPZFMatrix< REAL > &mat) |
TPZFNMatrix< 6 > | FromMatToVoight (TPZFNMatrix< 9 > mat) |
#define NewTangetQ |
Definition at line 28 of file TPZPlasticStepPV.cpp.
TPZFNMatrix<6> FromMatToVoight | ( | TPZFNMatrix< 9 > | mat | ) |
Definition at line 534 of file TPZPlasticStepPV.cpp.
Referenced by TPZPlasticStepPV< YC_t, ER_t >::TangentOperator(), and TPZPlasticStepPV< YC_t, ER_t >::TaylorCheck().
REAL InnerVecOfMat | ( | TPZFMatrix< REAL > & | m1, |
TPZFMatrix< REAL > & | m2 | ||
) |
Definition at line 507 of file TPZPlasticStepPV.cpp.
References m2, and TPZMatrix< TVar >::Rows().
REAL NormVecOfMat | ( | TPZFNMatrix< 9 > | mat | ) |
Definition at line 497 of file TPZPlasticStepPV.cpp.
References TPZMatrix< TVar >::Rows(), and sqrt.
Referenced by TPZPlasticStepPV< YC_t, ER_t >::ComputeNFromTaylorCheck(), and TPZPlasticStepPV< YC_t, ER_t >::TaylorCheck().
TPZFMatrix<REAL> ProdT | ( | TPZManVector< REAL, 3 > & | v1, |
TPZManVector< REAL, 3 > & | v2 | ||
) |
Definition at line 516 of file TPZPlasticStepPV.cpp.
Referenced by TPZPlasticStepPV< YC_t, ER_t >::TangentOperator().
void ProdT | ( | TPZManVector< REAL, 3 > & | v1, |
TPZManVector< REAL, 3 > & | v2, | ||
TPZFMatrix< REAL > & | mat | ||
) |
Definition at line 526 of file TPZPlasticStepPV.cpp.