Add more comments
Specify ksp_rtol instead of ksp_max_it
Fix parameter, ksp_max_iter -> ksp_max_it
These codes are prepared as material for teaching finite element method.
(1) The easiest way is by using git which will download the code in directory fem
git clone https://github.com/cpraveen/fem.git
(2) Download a zip file by clicking on the green button called "Code" and then "Download ZIP".
(3) Or use wget
wget https://github.com/cpraveen/fem/archive/master.zip
or curl
curl -O https://github.com/cpraveen/fem/archive/master.zip
and unzip it
unzip master.zip
which creates the directory fem-master.
Some of the examples require additional software.
Origin: https://codeberg.org/cpraveen/femMirror: https://git.sr.ht/~cpraveen/femMirror: https://github.com/cpraveen/fem