NeoPZ
Classes | Functions
TPZPlasticStepPV.h File Reference
#include "TPZTensor.h"
#include "pzreal.h"
#include "pzfmatrix.h"
#include "TPZPlasticState.h"
#include "TPZPlasticIntegrMem.h"
#include "TPZPlasticStep.h"
#include "pzlog.h"
#include "pzstepsolver.h"
#include "TPZElasticResponse.h"
#include "TPZPorousElasticResponse.h"
#include <set>
#include <ostream>
Include dependency graph for TPZPlasticStepPV.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPZPlasticStepPV< YC_t, ER_t >
 Classe que efetua avanco de um passo de plastificacao utilizando o metodo de Newton. More...
 

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)
 

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.