This commit is contained in:
Tero Frondelius
2015-05-25 22:40:13 +03:00
4 changed files with 928 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
*~
.DS_Store
File diff suppressed because one or more lines are too long
+2
View File
@@ -1 +1,3 @@
[FEATURES / TODO](https://github.com/ovainola/JuliaFEM/blob/master/docs/features.md)
Use `git mv` to move files in repository to make file tracking work properly.
+5
View File
@@ -0,0 +1,5 @@
# GetFem++ IPython Notebook examples
see: http://download.gna.org/getfem/html/homepage/python/examples.html
- [A step-by step basic_example python](https://github.com/ovainola/JuliaFEM/blob/master/docs/getfem_examples/A_step-by-step_basic_example_python.ipynb)
- [Another Laplacian with exact solution and source term python](https://github.com/ovainola/JuliaFEM/blob/master/docs/getfem_examples/Another_Laplacian_with_exact_solution_and_source_term_python.ipynb)