// -*- C++ -*- // // ====================================================================== // // Brad T. Aagaard // U.S. Geological Survey // // {LicenseText} // // ====================================================================== // // DO NOT EDIT THIS FILE // This file was generated from python application maxwellisotropic3dtimedep. #if !defined(pylith_materials_maxwellisotropic3dtimedepdata_hh) #define pylith_materials_maxwellisotropic3dtimedepdata_hh #include "ElasticMaterialData.hh" namespace pylith { namespace materials { class MaxwellIsotropic3DTimeDepData; } // pylith } // materials class pylith::materials::MaxwellIsotropic3DTimeDepData : public ElasticMaterialData { public: /// Constructor MaxwellIsotropic3DTimeDepData(void); /// Destructor ~MaxwellIsotropic3DTimeDepData(void); private: static const int _dimension; static const int _numDBValues; static const int _numParameters; static const int _numLocs; static const int _numParamValues[]; static const char* _dbValues[]; static const char* _parameterNames[]; static const double _dbData[]; static const double _parameterData[]; static const double _density[]; static const double _strain[]; static const double _stress[]; static const double _elasticConsts[]; }; #endif // pylith_materials_maxwellisotropic3dtimedepdata_hh // End of file