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

[Cleanup] Indent

parent bc9e179d
No related branches found
No related tags found
No related merge requests found
......@@ -332,10 +332,10 @@ int main(int argc, char *argv[]) {
"specialDisplacements", leafView);
// Set up TNNMG solver
using NonlinearFactory =
SolverFactory<dims, MyBlockProblem<ConvexProblem<
GlobalFriction<Matrix, Vector>, Matrix>>,
Grid>;
using NonlinearFactory = SolverFactory<
dims,
MyBlockProblem<ConvexProblem<GlobalFriction<Matrix, Vector>, Matrix>>,
Grid>;
NonlinearFactory factory(parset.sub("solver.tnnmg"), refinements, *grid,
dirichletNodes);
auto multigridStep = factory.getSolver();
......
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