File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# The dolfin-X tutorial
2- ![ CI status] ( https://github.com/jorgensd/dolfinx-tutorial/actions/workflows/blank .yml/badge.svg )
2+ ![ CI status] ( https://github.com/jorgensd/dolfinx-tutorial/actions/workflows/build-publish .yml/badge.svg )
33![ Main status] ( https://github.com/jorgensd/dolfinx-tutorial/actions/workflows/main-test.yml/badge.svg )
44
55This is the github repo for the dolfinx-tutorial [ webpage] ( https://jorgensd.github.io/dolfinx-tutorial/ ) .
Original file line number Diff line number Diff line change 228228 " hs[i] = 1. / Ns[i]\n " ,
229229 " print(f\" h: {hs[i]:.2e} Error: {Es[i]:.2e}\" )\n " ,
230230 " rates = np.log(Es[1:] / Es[:-1]) / np.log(hs[1:] / hs[:-1])\n " ,
231- " print(f\" Polynomial degree{degree:d}, Rates {rates}\" )"
231+ " print(f\" Polynomial degree {degree:d}, Rates {rates}\" )"
232232 ]
233233 },
234234 {
272272 },
273273 "nbformat" : 4 ,
274274 "nbformat_minor" : 2
275- }
275+ }
You can’t perform that action at this time.
0 commit comments