Olli Väinölä
2c835f5535
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-04 08:28:03 +02:00
Olli Väinölä
bc7f202d9c
changed LoadCase => Simulation
2015-12-04 08:27:59 +02:00
Jukka Aho
c414d49d1b
solver name
2015-12-04 08:09:11 +02:00
Olli Väinölä
5d6ab746d6
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-04 07:30:49 +02:00
Jukka Aho
4b07da194a
improved performance
2015-12-04 07:27:40 +02:00
Olli Väinölä
c0124224b8
added one more test for reading abaqus
2015-12-03 16:57:45 +02:00
Olli Väinölä
47802eb876
api now able to read abaqus files
2015-12-03 15:39:02 +02:00
Olli Väinölä
565f371432
Added a bit more functionality to api
2015-12-03 14:55:05 +02:00
Olli Väinölä
2e0ae09635
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-03 13:37:11 +02:00
Olli Väinölä
0bc9d27ffc
small changes to test_solver
2015-12-03 13:37:05 +02:00
Jukka Aho
0c5c9e35c4
direct solver performance
2015-12-03 11:29:01 +02:00
Olli Väinölä
02353d0c00
commenting and making minor fixes
2015-12-01 21:11:10 +02:00
Olli Väinölä
259867e2f3
removing commented api.jl
2015-12-01 20:36:55 +02:00
Olli Väinölä
4e780b3ff5
Api test working, starting iteration #2
2015-12-01 20:21:54 +02:00
Jukka Aho
4d292ce725
reduced stiffness matrix improved performance
2015-12-01 20:19:11 +02:00
Olli Väinölä
266cd13b50
more api functionality + tests.
2015-12-01 16:03:23 +02:00
Olli Väinölä
bde6ed9508
abaqus_reader.jl not independent from Model
2015-12-01 12:23:51 +02:00
Olli Väinölä
55b7ba0e0c
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-01 10:18:00 +02:00
Jukka Aho
bbb645a5d7
separated to submodules
2015-11-30 23:00:21 +02:00
Olli Väinölä
2f2b96d079
Api, round 2
2015-11-30 21:50:09 +02:00
Olli Väinölä
608dcae3f0
testing api
2015-11-30 20:03:28 +02:00
Jukka Aho
f2325c25ab
api tests
2015-11-30 19:11:00 +02:00
Jukka Aho
6b32d364e5
updated JuliaFEM.jl
2015-11-30 18:49:45 +02:00
Jukka Aho
92f52e34e7
substructuring, fixed tests, possibility to save to integration points
2015-11-30 16:04:13 +02:00
Jukka Aho
96e2229f91
mortar tests pass now also
2015-11-27 15:06:55 +02:00
Jukka Aho
8517290ab3
removed Equation type from code
2015-11-27 10:10:00 +02:00
Jukka Aho
2b56941384
abaqus reader tests pass
2015-11-26 05:42:16 +02:00
Jukka Aho
fe55cb0faa
2d tie contact working.
2015-11-24 03:06:56 +02:00
Jukka Aho
b7af1ebcaa
multiple dirichlet boundary conditions for vector valued functions. direct solver design.
2015-11-23 03:17:15 +02:00
Jukka Aho
333bf5abb9
issue #67
2015-11-21 18:23:41 +02:00
Jukka Aho
18ae2ee5b7
fields, solvers
2015-11-20 08:48:15 +02:00
Jukka Aho
106f6f80b2
fixed a little bug in simplesolver, now local solution is updated correctly.
2015-11-18 10:32:18 +02:00
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
50a0018f63
some mortar code
2015-11-12 07:17:03 +02:00
Jukka Aho
9b8842f5f3
updated developers guide + tests
2015-11-11 00:54:19 +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
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
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
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
e0d974b3a9
data types defined
2015-10-09 01:44:08 +03:00