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

[Cleanup] Kill a FIXME; demote another

parent 356bbef9
No related branches found
No related tags found
No related merge requests found
...@@ -427,8 +427,7 @@ int main(int argc, char *argv[]) { ...@@ -427,8 +427,7 @@ int main(int argc, char *argv[]) {
multigridStep, multigridStep,
parset.get<size_t>("solver.tnnmg.maxiterations"), // FIXME parset.get<size_t>("solver.tnnmg.maxiterations"), // FIXME
1e-12, // FIXME 1e-12, // FIXME
&MNorm, // FIXME &MNorm, verbosity, false); // absolute error
verbosity, false); // absolute error
initialAccelerationProblemSolver.preprocess(); initialAccelerationProblemSolver.preprocess();
initialAccelerationProblemSolver.solve(); initialAccelerationProblemSolver.solve();
...@@ -510,7 +509,7 @@ int main(int argc, char *argv[]) { ...@@ -510,7 +509,7 @@ int main(int argc, char *argv[]) {
SingletonVectorType const &_alpha) { SingletonVectorType const &_alpha) {
myGlobalNonlinearity->updateState(_alpha); myGlobalNonlinearity->updateState(_alpha);
// FIXME: Do we really need to pass u here? // NIT: Do we really need to pass u here?
typename NonlinearFactoryType::ConvexProblemType const myConvexProblem( typename NonlinearFactoryType::ConvexProblemType const myConvexProblem(
1.0, problem_AM, *myGlobalNonlinearity, problem_rhs, 1.0, problem_AM, *myGlobalNonlinearity, problem_rhs,
_problem_iterate); _problem_iterate);
......
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