Skip to content
Snippets Groups Projects
Commit d131fb56 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Split blocks

parent a8bf8096
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,9 @@ int main() { ...@@ -229,7 +229,9 @@ int main() {
solver_tolerance, &energyNorm, solver_tolerance, &energyNorm,
Solver::QUIET); // Solver::QUIET); Solver::QUIET); // Solver::QUIET);
solver.solve(); solver.solve();
}
{
Dune::VTKWriter<GridType::LeafGridView> writer(leafView); Dune::VTKWriter<GridType::LeafGridView> writer(leafView);
std::string filename((boost::format("obs%d") % run).str()); std::string filename((boost::format("obs%d") % run).str());
Dune::shared_ptr<Dune::VTKBasisGridFunction<P1Basis, VectorType>> ptr( Dune::shared_ptr<Dune::VTKBasisGridFunction<P1Basis, VectorType>> ptr(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment