Skip to content
Snippets Groups Projects
Commit 64b92aed authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* FUNCNAME added to ResidualParallelEstimator

parent 1ef3e6b4
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,6 @@ namespace AMDiS {
}
}
// if(fillFlag_.isSet(Mesh::FILL_DET) || fillFlag_.isSet(Mesh::FILL_GRD_LAMBDA)) {
// det = calcGrdLambda(*Lambda);
// }
int neighbours = mesh_->getGeo(NEIGH);
if (fillFlag_.isSet(Mesh::FILL_OPP_COORDS) ||
......
......@@ -52,6 +52,8 @@ namespace AMDiS {
double ResidualParallelEstimator::estimate(double ts)
{
FUNCNAME("ResidualParallelEstimator::estimate()");
mesh = uh[row == -1 ? 0 : row]->getFESpace()->getMesh();
for (int i = 0; i < static_cast<int>(seqEstimators_.size()); i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment