Files
JuliaFEM.jl/notebooks
Jukka Aho 016e3cd8bf - problem can be now represented using potential energy or residual
force vector, autodiff takes care of linearization

- elasticity equations are now solved using e.g. principle of minimum
  potential energy. syntax is quite good, see notebook.

- updated how to interpolate fields, by introducing function spaces.
  syntax is now good. still have to figure out how to do time derivatives

- etc. etc. tutorial is broken at the moment, i took of get_lhs and
  get_rhs because they didn't really work.
2015-10-26 05:40:41 +02:00
..
2015-10-21 13:12:53 +03:00

This is the area for JuliaFEM.jl notebook development
-----------------------------------------------------

We use notebooks heavily to test our ideas and develop new code. Code in these
notebooks most likely will not up to date code: *DO NOT COPYPASTE* code
from here unless you really do know what you are doing. These notebooks are not
tested automatically.

Our "official" notebooks are in verification and in tutorials:

https://github.com/JuliaFEM/JuliaFEM.jl/tree/master/verification
https://github.com/JuliaFEM/JuliaFEM.jl/tree/master/docs/tutorials