Commit Graph

498 Commits

Author SHA1 Message Date
Olli Väinölä ecfa1fdc41 Adding functionality to api 2015-11-29 14:38:04 +02:00
Olli Väinölä c71c40b952 Abaqus_reader: can read nodes, elements and sets 2015-11-28 17:03:48 +02:00
Jukka Aho d9ffa21a71 elasticity solver example updated 2015-11-28 14:06:12 +02:00
Olli Väinölä 21034ae120 Added api.jl and broke abaqus_reader.jl 2015-11-28 13:02:56 +02:00
Jukka Aho 4653d8150a mortar tests pass now also 2015-11-27 15:06:55 +02:00
Jukka Aho ef667e8f34 removed Equation type from code 2015-11-27 10:10:00 +02:00
Jukka Aho f5afcf2057 abaqus reader tests pass 2015-11-26 05:42:16 +02:00
Jukka Aho 664b8bb3c4 elasticity solver 2015-11-25 10:09:07 +02:00
Jukka Aho 3ad23c6f0e minor modifications to abaqus reader 2015-11-25 10:08:24 +02:00
Jukka Aho 55ed625e3e minor update to latex formulae 2015-11-24 11:45:51 +02:00
Jukka Aho 66b9ecea92 2d tie contact working. 2015-11-24 03:06:56 +02:00
Jukka Aho 6e0bc11345 multiple dirichlet boundary conditions for vector valued functions. direct solver design. 2015-11-23 03:17:15 +02:00
Jukka Aho 25ce20b2fb issue #67 2015-11-21 18:23:41 +02:00
Jukka Aho 17c9d1dce4 fields, solvers 2015-11-20 08:48:15 +02:00
Jukka Aho 841e045262 fixed a little bug in simplesolver, now local solution is updated correctly. 2015-11-18 10:32:18 +02:00
Jukka Aho 9e9bceecff 2d mortar 2015-11-18 01:19:04 +02:00
Jukka Aho 95bee76438 rewrite assembly, see #69. a lot of tests probably fail but the most important ones pass 2015-11-12 21:54:46 +02:00
Jukka Aho 9a7db4aef1 added simple sparse matrix type 2015-11-12 08:15:55 +02:00
Jukka Aho 84e03cb711 some mortar code 2015-11-12 07:17:03 +02:00
Olli Väinölä 90ff1d62e3 Von mises with hardening 2015-11-11 13:19:05 +02:00
Jukka Aho 6f8b403019 updated developers guide + tests 2015-11-11 00:54:19 +02:00
Olli Väinölä d402d27f05 Improvements to hardening, but still not quite ready 2015-11-09 21:12:23 +02:00
Olli Väinölä df236a6520 removed delta t 2015-11-06 12:14:00 +02:00
Olli Väinölä fff9e2c9d1 Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl 2015-11-06 12:07:50 +02:00
Olli Väinölä 397a7a593d ideal plastic von mises hysteresis 2015-11-06 12:06:49 +02:00
Jukka Aho 6071b58f8d finished constitutive model tutorial 2015-11-05 19:23:52 +02:00
Jukka Aho ba2a6fe8e7 ideal plastic working 2015-11-05 17:13:02 +02:00
Olli Väinölä dcff9582f7 cleaned version 2015-11-05 16:42:19 +02:00
Olli Väinölä 788303e9bb Bug fixed from ideal plasticity 2015-11-05 14:35:46 +02:00
Jukka Aho 12c0f60af9 new tutorial about material models. 2015-11-05 10:20:00 +02:00
Jukka Aho bb814b880d symbolic fields 2015-11-03 22:32:35 +02:00
Jukka Aho 7a36a0ac3d data structures ready 2015-11-03 12:14:19 +02:00
Jukka Aho 1e9d33c0f0 data structures (almost) working 2015-11-02 23:29:52 +02:00
Jukka Aho e39d9796b0 defining basis. still needs some rethinking... 2015-11-02 21:25:02 +02:00
Jukka Aho 92463692de err.. pdf -> latex 2015-11-02 15:33:55 +02:00
Jukka Aho 8381b44bfc warning -> warn 2015-11-02 14:59:20 +02:00
Jukka Aho 4d659ce31a little tuning of test, updated tests, @debug-macro, fixed notebook conversion to pdf 2015-11-02 11:46:37 +02:00
Jukka Aho 046eb40943 little bug in result printing 2015-11-01 18:54:59 +02:00
Jukka Aho f4f6179008 forget couple new files 2015-11-01 18:47:33 +02:00
Jukka Aho 3cac7d9b83 data structures, new testing concept 2015-11-01 18:44:50 +02:00
Jukka Aho cd1023cf08 data structures iteration #3 2015-10-30 12:40:56 +02:00
Jukka Aho c28d21b4a1 added tests 2015-10-28 04:29:14 +02:00
Jukka Aho aba63bb44c tutorial notebook working again 2015-10-27 06:37:58 +02:00
Jukka Aho 1844530303 - 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
Jukka Aho 9b5b88116b volume load 2015-10-23 01:11:45 +03:00
Jukka Aho 6258fd00ba . 2015-10-22 21:11:14 +03:00
Jukka Aho 6ec0cb8491 elasticity equations 2015-10-22 07:00:13 +03:00
Jukka Aho 7fdc9c24f0 on going... 2015-10-21 13:12:53 +03:00
Jukka Aho 692cd1a751 elasticity solver design restarted. 2015-10-21 07:24:19 +03:00
Jukka Aho f72b653b48 hmm.. doctests, still needs some thinking. 2015-10-21 00:55:49 +03:00