Skip to content

Commit 959ff8d

Browse files
authored
Solve #42
Closes #42
1 parent 9d7f948 commit 959ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1/fundamentals_code.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"## Forming and solving the linear system\n",
265265
"\n",
266266
"Having defined the finite element variational problem and boundary condition, we can create our `dolfinx.fem.LinearProblem`, as class for solving \n",
267-
"the variational problem: Find $u_h\\in V$ such that $a(u_h, v)==L(v) \\quad \\forall v \\in \\hat{V}$. We will use PETSc as our linear algebra backend, using a direct solver (LU-factorization). See the [PETSc-documentation](https://www.mcs.anl.gov/petsc/petsc-current/docs/linearsolvertable.html) of the method for more information."
267+
"the variational problem: Find $u_h\\in V$ such that $a(u_h, v)==L(v) \\quad \\forall v \\in \\hat{V}$. We will use PETSc as our linear algebra backend, using a direct solver (LU-factorization). See the [PETSc-documentation](https://ftp.mcs.anl.gov/pub/pdetools/nightlylogs/xsdk/xsdk-configuration-tester/packages/petsc/src/docs/website/documentation/linearsolvertable.html) of the method for more information."
268268
]
269269
},
270270
{

0 commit comments

Comments
 (0)