Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 548749fb authored by BLANCHARD Pierre's avatar BLANCHARD Pierre
Browse files
parents b92c11da b74ac0c6
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ public: ...@@ -145,7 +145,7 @@ public:
// If it is Adaptive and has not development than we compute is using P2M // If it is Adaptive and has not development than we compute is using P2M
for(int idxLeaf = 0 ; idxLeaf < child[idxChild]->getNbSubLeaves() ; ++idxLeaf){ for(int idxLeaf = 0 ; idxLeaf < child[idxChild]->getNbSubLeaves() ; ++idxLeaf){
kernel.P2M(pole->getRealCell(), inLevel, child[idxChild]->getSubLeaf(idxLeaf)); kernel.P2M(pole->getRealCell(), inLevel, child[idxChild]->getSubLeaf(idxLeaf));
std::cout << " P2M (" <<child[idxChild]->getGlobalId( ) << ","<< child[idxChild]->getSubLeaf(idxLeaf)<< ")- "; std::cout << " P2M (" <<child[idxChild]->getGlobalId( ) << ","<< child[idxChild]->getSubLeaf(idxLeaf)<< ", level " << inLevel << ")- ";
} }
} }
} }
...@@ -164,7 +164,7 @@ public: ...@@ -164,7 +164,7 @@ public:
// Else we perform P2M // Else we perform P2M
for(int idxLeaf = 0 ; idxLeaf < lowerAdaptiveCell->getNbSubLeaves() ; ++idxLeaf){ for(int idxLeaf = 0 ; idxLeaf < lowerAdaptiveCell->getNbSubLeaves() ; ++idxLeaf){
kernel.P2M(pole->getRealCell(), inLevel, lowerAdaptiveCell->getSubLeaf(idxLeaf)); kernel.P2M(pole->getRealCell(), inLevel, lowerAdaptiveCell->getSubLeaf(idxLeaf));
std::cout << " P2M ( " <<pole->getGlobalId( ) << "): " ; std::cout << " P2M ( " <<pole->getGlobalId( ) << " level " << inLevel << "): " ;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment