Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 270 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 270 Bytes

Numerical Methods for Variational Problems

Tl;dr

https://jhale.github.io/finite-elements/

Instructor notes

Updating website

cd doc
# activate virtualenv
pip install -r requirements.txt
make html
cp build/html/* webgit
cd webgit
git add
git push