37 #ifndef SCHMIDCOSTAEXPONENTIALLAW2D_HPP_
38 #define SCHMIDCOSTAEXPONENTIALLAW2D_HPP_
40 #include "AbstractIncompressibleMaterialLaw.hpp"
66 std::vector<std::vector<double> >
mB;
95 c_matrix<double,2,2>& rInvC,
97 c_matrix<double,2,2>& rT,
109 std::vector<std::vector<double> >
GetB();
double GetZeroStrainPressure()
void ComputeStressAndStressDerivative(c_matrix< double, 2, 2 > &rC, c_matrix< double, 2, 2 > &rInvC, double pressure, c_matrix< double, 2, 2 > &rT, FourthOrderTensor< 2, 2, 2, 2 > &rDTdE, bool computeDTdE)
c_matrix< double, 2, 2 > mIdentity
std::vector< std::vector< double > > mB
std::vector< std::vector< double > > GetB()
SchmidCostaExponentialLaw2d()