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

Comments

parent 1e72d54d
No related branches found
No related tags found
No related merge requests found
...@@ -340,7 +340,6 @@ int main(int argc, char *argv[]) { ...@@ -340,7 +340,6 @@ int main(int argc, char *argv[]) {
linearIterationStep->setTransferOperators(transfer_); linearIterationStep->setTransferOperators(transfer_);
// }}} // }}}
// Now the actual nonlinear solver
typedef GenericNonlinearGS<MyBlockProblemType> NonlinearSmootherType; typedef GenericNonlinearGS<MyBlockProblemType> NonlinearSmootherType;
typedef TruncatedNonsmoothNewtonMultigrid< typedef TruncatedNonsmoothNewtonMultigrid<
MyBlockProblemType, NonlinearSmootherType> TNNMGStepType; MyBlockProblemType, NonlinearSmootherType> TNNMGStepType;
......
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