Commit Graph

525 Commits

Author SHA1 Message Date
Jukka Aho ebad4a3062 2d mortar 2015-11-18 01:19:04 +02:00
Jukka Aho 6ae28fc689 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 c6fe18c15c added simple sparse matrix type 2015-11-12 08:15:55 +02:00
Jukka Aho 50a0018f63 some mortar code 2015-11-12 07:17:03 +02:00
Olli Väinölä 260a110269 Von mises with hardening 2015-11-11 13:19:05 +02:00
Jukka Aho 9b8842f5f3 updated developers guide + tests 2015-11-11 00:54:19 +02:00
Olli Väinölä a6a76fa17e Improvements to hardening, but still not quite ready 2015-11-09 21:12:23 +02:00
Olli Väinölä 8f5cfdcb3d removed delta t 2015-11-06 12:14:00 +02:00
Olli Väinölä 6df79d7cdd Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl 2015-11-06 12:07:50 +02:00
Olli Väinölä 83590ea9c3 ideal plastic von mises hysteresis 2015-11-06 12:06:49 +02:00
Jukka Aho 732dfed6e3 finished constitutive model tutorial 2015-11-05 19:23:52 +02:00
Jukka Aho 72acf89fc8 ideal plastic working 2015-11-05 17:13:02 +02:00
Olli Väinölä b30591724d cleaned version 2015-11-05 16:42:19 +02:00
Olli Väinölä fe9f902827 Bug fixed from ideal plasticity 2015-11-05 14:35:46 +02:00
Jukka Aho 3469d48e69 new tutorial about material models. 2015-11-05 10:20:00 +02:00
Jukka Aho 6a9002320d symbolic fields 2015-11-03 22:32:35 +02:00
Jukka Aho e8128e3cd0 data structures ready 2015-11-03 12:14:19 +02:00
Jukka Aho 22b4055196 data structures (almost) working 2015-11-02 23:29:52 +02:00
Jukka Aho 75e6ed8fcb defining basis. still needs some rethinking... 2015-11-02 21:25:02 +02:00
Jukka Aho a80544a783 err.. pdf -> latex 2015-11-02 15:33:55 +02:00
Jukka Aho 580671a22b warning -> warn 2015-11-02 14:59:20 +02:00
Jukka Aho 39241b514a little tuning of test, updated tests, @debug-macro, fixed notebook conversion to pdf 2015-11-02 11:46:37 +02:00
Jukka Aho f6ca82e3a1 little bug in result printing 2015-11-01 18:54:59 +02:00
Jukka Aho ff60b7ed3a forget couple new files 2015-11-01 18:47:33 +02:00
Jukka Aho b985ebf50c data structures, new testing concept 2015-11-01 18:44:50 +02:00
Jukka Aho 42d81bc86d data structures iteration #3 2015-10-30 12:40:56 +02:00
Jukka Aho 8bfff34e19 added tests 2015-10-28 04:29:14 +02:00
Jukka Aho cde4ed5d96 tutorial notebook working again 2015-10-27 06:37:58 +02:00
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
Jukka Aho 2c11b2b2b2 volume load 2015-10-23 01:11:45 +03:00
Jukka Aho 86e25d5c4e . 2015-10-22 21:11:14 +03:00
Jukka Aho f5f25a82c3 elasticity equations 2015-10-22 07:00:13 +03:00
Jukka Aho 0dae6314ce on going... 2015-10-21 13:12:53 +03:00
Jukka Aho d1913ac8ea elasticity solver design restarted. 2015-10-21 07:24:19 +03:00
Jukka Aho a93176cf48 hmm.. doctests, still needs some thinking. 2015-10-21 00:55:49 +03:00
Jukka Aho 5d8a119c40 removed dependency for docile, doctests are now done using juliadoc 2015-10-20 23:31:15 +03:00
Jukka Aho 9e6fc14a39 moved developer guide from notebooks to tutorials. added warning readme. 2015-10-20 22:37:15 +03:00
Jukka Aho 1fc5832081 Update .travis.yml
Not even interested about OSX.
2015-10-20 22:13:32 +03:00
Jukka Aho 918ec7ab1e Update .travis.yml
"windows not supported" on travis (JuliaFEM works fine with windows)
2015-10-20 22:05:59 +03:00
Jukka Aho bd297c40b9 fixed some test, still fails but not causing errors 2015-10-20 21:46:41 +03:00
Jukka Aho d02de8dfe6 Makefile: doctest there was julia4
conf.py: fucked up manual merge (Olli perkele)
runtests.jl: removed obsolete test_elasticity_solver.jl
2015-10-20 21:05:01 +03:00
Jukka Aho d2309745bd Update Makefile 2015-10-20 20:46:06 +03:00
Jukka Aho 77dfd5c091 Update Makefile
changed build command so that it works.
2015-10-20 20:34:49 +03:00
Jukka Aho 6424b8f9f8 Update REQUIRE
Added ForwardDiff to list of required packages.
2015-10-20 19:44:07 +03:00
Jukka Aho ede43e19f9 - Updated FieldSet + developer guide
- Verification of heat problem
2015-10-20 15:54:47 +03:00
Jukka Aho 8293241406 first verification.. failed! 2015-10-09 23:45:28 +03:00
Jukka Aho e0d974b3a9 data types defined 2015-10-09 01:44:08 +03:00
Jukka Aho 095ff09a48 mixed problem solution 2015-10-07 09:32:38 +03:00
ovainola 199a794d5a Delete JuliaFEM.abaqus_reader.rst
Deleting file
2015-10-04 13:45:54 +03:00
Olli Väinölä abb82684ec Deleted src/juliadoc & modified von mises 2015-10-04 13:44:55 +03:00