Slightly gentler introduction to FEniCS, really starting from tabulation, then UFL, then FFCx then the problem at hand.
Add ruff formatting and sorting as well.
Remove deprecated call to dolfinx.fem.Function.vector, now dolfinx.fem.Function.x.petsc_vec.
Slightly gentler introduction to FEniCS, really starting from tabulation, then UFL, then FFCx then the problem at hand. Add ruff formatting and sorting as well.
Remove deprecated call to
dolfinx.fem.Function.vector
, nowdolfinx.fem.Function.x.petsc_vec
.