Skip to content

Commit

Permalink
Modified readme and added an example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Apr 3, 2018
1 parent 423337c commit f72eb21
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
default: test_ipynb test_flat
@echo "Done!"

test_flat:
ls examples | grep .py$ | xargs -I {} ipython examples/{}

test_ipynb:
ls examples | grep .ipynb | xargs -I {} jupyter nbconvert --to html --execute examples/{}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scikit-fem

Easy to use finite element assemblers and related tools. See folders *docs*
and *examples* for usage instructions.
Easy to use finite element assemblers and related tools. See folder *examples*
for usage instructions.

## Installation

Expand Down
607 changes: 607 additions & 0 deletions examples/Example 1.ipynb

Large diffs are not rendered by default.

0 comments on commit f72eb21

Please sign in to comment.