NeoPZ
TPZMatElastoPlastic2D.cpp
Go to the documentation of this file.
1 // * pzelastoplastic2D.cpp
3 // * ElastoPlasticModels
4 // *
5 // * Created by Diogo Cecilio on 10/25/10.
6 // * Copyright 2010 __MyCompanyName__. All rights reserved.
7 // *
8 // */
9 
11 
12 #include "pzbndcond.h"
13 #include "TPZLadeKim.h"
14 #include "TPZSandlerDimaggio.h"
15 #include "TPZYCDruckerPrager.h"
16 #include "TPZThermoForceA.h"
17 #include "TPZElasticResponse.h"
18 #include "TPZElasticCriterion.h"
19 #include "TPZYCMohrCoulomb.h"
20 #include "TPZMohrCoulomb.h"
21 #include "TPZDruckerPrager.h"
22 #include "TPZYCWillamWarnke.h"
23 #include "TPZWillamWarnke.h"
24 #include "TPZVonMises.h"
25 #include "TPZYCVonMises.h"
27 #include "TPZYCCamClayPV.h"
34 
35 
37 //template class TPZMatElastoPlastic2D<TPZModifiedMohrCoulomb>;
38 
41 
43 template class TPZMatElastoPlastic2D<TPZSandlerDimaggio<SANDLERDIMAGGIOSTEP1>, TPZElastoPlasticMem>;
44 template class TPZMatElastoPlastic2D<TPZSandlerDimaggio<SANDLERDIMAGGIOSTEP2>, TPZElastoPlasticMem>;
45 
46 
49 
50 
53 
56 
57 
60 template class TPZMatElastoPlastic2D<TPZSandlerDimaggio<SANDLERDIMAGGIOSTEP2>, TPZPoroElastoPlasticMem>;
61 //template class TPZMatElastoPlastic2D<TPZSandlerDimaggio<SANDLERDIMAGGIOSTEP2>, TPZPoroElastoPlasticMem>;
63 
66 
67 
71 
72 
76 
Contains the TPZBndCond class which implements a boundary condition for TPZMaterial objects...