Skip to content
Snippets Groups Projects
Commit 18eecc0a authored by podlesny's avatar podlesny
Browse files

.

parent f1fc45a6
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ int main(int argc, char** argv) { try
Solver::FULL, &exactSol, &fineSol, discMGTransfer, 1.0, true); //((oscGridN+0.0)/fineGridN)
solver.historyBuffer_ = resultPath + "solutions/level_" + std::to_string(fineResolution);
solver.historyBuffer_ = resultPath + "solutions/level_" + std::to_string(fineResolution) + ".vec";
solver.check();
solver.preprocess();
......
......@@ -369,7 +369,7 @@ int main(int argc, char** argv) { try
maxIterations, solverTolerance, &exactEnergyNorm,
Solver::FULL, &exactSol, &fineSol, discMGTransfer, 1.0, true); //((oscGridN+0.0)/fineGridN)
solver.historyBuffer_ = resultPath + "solutions/level_" + std::to_string(fineResolution);
solver.historyBuffer_ = resultPath + "solutions/level_" + std::to_string(fineResolution) + ".vec";
solver.check();
solver.preprocess();
......
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