Skip to content

Commit

Permalink
Minor fix in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Jun 27, 2022
1 parent 5331b58 commit 4326714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ linear_solver = LS.DirectSolver(jx_gpu.J)
Then, solving the powerflow equations on the GPU directly
translates as
```@repl quickstart
convergence = ExaPF.nlsolve!(pf_solver, jx_gpu, stack_gpu; linear_solver=linear_solver)
convergence = ExaPF.nlsolve!(pf_algo, jx_gpu, stack_gpu; linear_solver=linear_solver)
```

Note that we get exactly the same iterations as when we solve the power
Expand Down

0 comments on commit 4326714

Please sign in to comment.