Skip to content
Snippets Groups Projects

Feature/proximal newton solver

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -217,11 +217,11 @@ int main (int argc, char *argv[]) try
grid->adapt();
grid->loadBalance();
numLevels--;
}
grid->loadBalance();
if (mpiHelper.rank()==0)
std::cout << "There are " << grid->leafGridView().comm().size() << " processes" << std::endl;
Loading