NullPlasticMaterial.hGo to the documentation of this file.00001 00002 #ifndef NULLPLASTICMATERIAL_H 00003 #define NULLPLASTICMATERIAL_H 00004 00005 #include "PlasticHardeningMaterial.h" 00006 00011 class NullPlasticMaterial : public PlasticHardeningMaterial { 00012 public: 00013 NullPlasticMaterial(int tag); 00014 NullPlasticMaterial(); 00015 00016 ~NullPlasticMaterial(); 00017 00018 double getTrialPlasticStiffness(); 00019 PlasticHardeningMaterial * getCopy(); 00020 00021 }; 00022 00023 #endif |