Skip to content
Snippets Groups Projects
Commit 6ebdebfc authored by Marcel Schiffel's avatar Marcel Schiffel
Browse files

fixed demos

parent 5682e383
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ public: ...@@ -76,7 +76,7 @@ public:
void buildBeforeCoarsen(AdaptInfo *adaptInfo, Flag flag) { void buildBeforeCoarsen(AdaptInfo *adaptInfo, Flag flag) {
FUNCNAME("ParametricSphere::buildAfterCoarsen()"); FUNCNAME("ParametricSphere::buildAfterCoarsen()");
MSG("calculation of parametric coordinates\n"); MSG("calculation of parametric coordinates\n");
int preDOFs = this->getFeSpace()->getAdmin()->getNumberOfPreDOFs(VERTEX); int preDOFs = this->getFeSpace()->getAdmin()->getNumberOfPreDofs(VERTEX);
int dim = this->getMesh()->getDim(); int dim = this->getMesh()->getDim();
int dow = Global::getGeo(WORLD); int dow = Global::getGeo(WORLD);
WorldVector<double> vertexCoords; WorldVector<double> vertexCoords;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment