From 43267140f7b93c94ba1bc647016c45a47449090c Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Mon, 27 Jun 2022 10:54:04 -0500 Subject: [PATCH] Minor fix in quickstart --- docs/src/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/quickstart.md b/docs/src/quickstart.md index 780b6d8d..ab19a6c3 100644 --- a/docs/src/quickstart.md +++ b/docs/src/quickstart.md @@ -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