Skip to content
Snippets Groups Projects
Commit a26d0dfe authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 53f39d49
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ class elasticityTerm : public femTerm<double, double> {
return Dof(e->getVertex(ithLocalVertex)->getNum(),
Dof::createTypeWithTwoInts(iCompR, _iField));
}
public:
elasticityTerm(GModel *gm, double E, double nu, int iField) :
femTerm<double, double>(gm), _E(E), _nu(nu), _iField(iField) {}
public:
elasticityTerm(GModel *gm, double E, double nu, int iField)
: femTerm<double, double>(gm), _E(E), _nu(nu), _iField(iField) {}
void setVector(const SVector3 &f) { _volumeForce = f; }
void elementMatrix(SElement *se, fullMatrix<double> &m) const;
void elementVector(SElement *se, fullVector<double> &m) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment