NeoPZ
Macros | Functions
TPZPlasticStepPV.cpp File Reference
#include "TPZPlasticStepPV.h"
#include "TPZElasticResponse.h"
#include "TPZSandlerExtended.h"
#include "TPZYCMohrCoulombPV.h"
#include "pzlog.h"
#include "TPZYCCamClayPV.h"
#include "TPZYCDruckerPragerPV.h"
Include dependency graph for TPZPlasticStepPV.cpp:

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)
 

Macro Definition Documentation

◆ NewTangetQ

#define NewTangetQ

Definition at line 28 of file TPZPlasticStepPV.cpp.

Function Documentation

◆ FromMatToVoight()

TPZFNMatrix<6> FromMatToVoight ( TPZFNMatrix< 9 >  mat)

◆ InnerVecOfMat()

REAL InnerVecOfMat ( TPZFMatrix< REAL > &  m1,
TPZFMatrix< REAL > &  m2 
)

Definition at line 507 of file TPZPlasticStepPV.cpp.

References m2, and TPZMatrix< TVar >::Rows().

◆ NormVecOfMat()

REAL NormVecOfMat ( TPZFNMatrix< 9 >  mat)

◆ ProdT() [1/2]

TPZFMatrix<REAL> ProdT ( TPZManVector< REAL, 3 > &  v1,
TPZManVector< REAL, 3 > &  v2 
)

◆ ProdT() [2/2]

void ProdT ( TPZManVector< REAL, 3 > &  v1,
TPZManVector< REAL, 3 > &  v2,
TPZFMatrix< REAL > &  mat 
)

Definition at line 526 of file TPZPlasticStepPV.cpp.