Skip to content
Snippets Groups Projects
Commit 21acb6c8 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 8638cad6
Branches
Tags
No related merge requests found
...@@ -467,7 +467,7 @@ bool GFaceCompound::parametrize() const ...@@ -467,7 +467,7 @@ bool GFaceCompound::parametrize() const
Msg::Info("Parametrization failed using standard techniques : moving to convex combination"); Msg::Info("Parametrization failed using standard techniques : moving to convex combination");
coordinates.clear(); coordinates.clear();
Octree_Delete(oct); Octree_Delete(oct);
//fillNeumannBCS(); fillNeumannBCS();
parametrize(ITERU,CONVEXCOMBINATION); parametrize(ITERU,CONVEXCOMBINATION);
parametrize(ITERV,CONVEXCOMBINATION); parametrize(ITERV,CONVEXCOMBINATION);
buildOct(); buildOct();
...@@ -974,14 +974,14 @@ void GFaceCompound::parametrize(iterationStep step, typeOfMapping tom) const ...@@ -974,14 +974,14 @@ void GFaceCompound::parametrize(iterationStep step, typeOfMapping tom) const
myAssembler.numberVertex(t->getVertex(2), 0, 1); myAssembler.numberVertex(t->getVertex(2), 0, 1);
} }
} }
// if (tom == CONVEXCOMBINATION){ if (tom == CONVEXCOMBINATION){
// for (std::list<MTriangle*>::iterator it2 = fillTris.begin(); it2 !=fillTris.end(); it2++ ){ for (std::list<MTriangle*>::iterator it2 = fillTris.begin(); it2 !=fillTris.end(); it2++ ){
// MTriangle *t = (*it2); MTriangle *t = (*it2);
// myAssembler.numberVertex(t->getVertex(0), 0, 1); myAssembler.numberVertex(t->getVertex(0), 0, 1);
// myAssembler.numberVertex(t->getVertex(1), 0, 1); myAssembler.numberVertex(t->getVertex(1), 0, 1);
// myAssembler.numberVertex(t->getVertex(2), 0, 1); myAssembler.numberVertex(t->getVertex(2), 0, 1);
// } }
// } }
Msg::Debug("Creating term %d dofs numbered %d fixed", Msg::Debug("Creating term %d dofs numbered %d fixed",
...@@ -998,10 +998,10 @@ void GFaceCompound::parametrize(iterationStep step, typeOfMapping tom) const ...@@ -998,10 +998,10 @@ void GFaceCompound::parametrize(iterationStep step, typeOfMapping tom) const
laplace.addToMatrix(myAssembler, &se); laplace.addToMatrix(myAssembler, &se);
} }
} }
// for (std::list<MTriangle*>::iterator it2 = fillTris.begin(); it2 !=fillTris.end(); it2++ ){ for (std::list<MTriangle*>::iterator it2 = fillTris.begin(); it2 !=fillTris.end(); it2++ ){
// SElement se((*it2)); SElement se((*it2));
// laplace.addToMatrix(myAssembler, &se); laplace.addToMatrix(myAssembler, &se);
// } }
} }
else { else {
laplaceTerm laplace(model(), 1, &ONE); laplaceTerm laplace(model(), 1, &ONE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment