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

Remove unused solver

parent ca4f163c
No related branches found
No related tags found
No related merge requests found
...@@ -194,8 +194,6 @@ int main(int argc, char *argv[]) { ...@@ -194,8 +194,6 @@ int main(int argc, char *argv[]) {
typedef MyConvexProblem<OperatorType, VectorType> MyConvexProblemType; typedef MyConvexProblem<OperatorType, VectorType> MyConvexProblemType;
typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType; typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType;
GenericNonlinearGS<MyBlockProblemType> nonlinearGSStep;
nonlinearGSStep.ignoreNodes_ = &ignoreNodes;
VectorType u4(finestSize); VectorType u4(finestSize);
u4 = 0.0; // Has to be zero! u4 = 0.0; // Has to be zero!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment