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

fix compile

parent c34663e3
No related branches found
No related tags found
No related merge requests found
...@@ -423,6 +423,9 @@ void elasticitySolver::assemble(linearSystem<double> *lsys) ...@@ -423,6 +423,9 @@ void elasticitySolver::assemble(linearSystem<double> *lsys)
} }
void elasticitySolver::getSolutionOnElement (MElement *el, fullMatrix<double> &sol) {
}
#if defined(HAVE_POST) #if defined(HAVE_POST)
static void deformation(dofManager<double> *a, MElement *e, static void deformation(dofManager<double> *a, MElement *e,
...@@ -488,10 +491,6 @@ static double vonMises(dofManager<double> *a, MElement *e, ...@@ -488,10 +491,6 @@ static double vonMises(dofManager<double> *a, MElement *e,
return ComputeVonMises(s); return ComputeVonMises(s);
} }
void elasticitySolver::getSolutionOnElement (MElement *el, fullMatrix<double> &sol) {
}
PView* elasticitySolver::buildDisplacementView (const std::string postFileName) PView* elasticitySolver::buildDisplacementView (const std::string postFileName)
{ {
std::cout << "build Displacement View"<< std::endl; std::cout << "build Displacement View"<< std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment