![]() |
NeoPZ
|
#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>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) |
| 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.
1.8.13