Olli Väinölä
d069ea380e
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-03 13:37:11 +02:00
Olli Väinölä
8cb376a442
small changes to test_solver
2015-12-03 13:37:05 +02:00
Jukka Aho
e2b5306a41
direct solver performance
2015-12-03 11:29:01 +02:00
Olli Väinölä
50c6358cac
commenting and making minor fixes
2015-12-01 21:11:10 +02:00
Olli Väinölä
038baf1a60
removing commented api.jl
2015-12-01 20:36:55 +02:00
Olli Väinölä
6548e3dffc
Api test working, starting iteration #2
2015-12-01 20:21:54 +02:00
Jukka Aho
6613b0a7c0
reduced stiffness matrix improved performance
2015-12-01 20:19:11 +02:00
Olli Väinölä
ccc98b6567
more api functionality + tests.
2015-12-01 16:03:23 +02:00
Olli Väinölä
cb837315c7
abaqus_reader.jl not independent from Model
2015-12-01 12:23:51 +02:00
Olli Väinölä
30b7fd39fd
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-01 10:18:00 +02:00
Jukka Aho
71df566bf9
separated to submodules
2015-11-30 23:00:21 +02:00
Olli Väinölä
40db53cd83
Api, round 2
2015-11-30 21:50:09 +02:00
Olli Väinölä
c2429c9207
testing api
2015-11-30 20:03:28 +02:00
Jukka Aho
359fbe06e2
api tests
2015-11-30 19:11:00 +02:00
Jukka Aho
28f6887e1e
updated JuliaFEM.jl
2015-11-30 18:49:45 +02:00
Jukka Aho
458caa4757
substructuring, fixed tests, possibility to save to integration points
2015-11-30 16:04:13 +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
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
84e03cb711
some mortar code
2015-11-12 07:17:03 +02:00
Jukka Aho
6f8b403019
updated developers guide + tests
2015-11-11 00:54:19 +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
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
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
3c5f788643
fixed some test, still fails but not causing errors
2015-10-20 21:46:41 +03:00
Jukka Aho
0100d786db
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
91665f6de4
data types defined
2015-10-09 01:44:08 +03:00
Jukka Aho
1d7dc9b4de
Update test_types.jl
...
Added description for testing
2015-09-29 10:24:01 +03:00
Jukka Aho
7403fb8cb7
time properly implemented to .. everything.
2015-09-29 00:07:56 +03:00
Jukka Aho
5727b94d4a
introduced new way of handling fields, now including time.
2015-09-28 05:11:56 +03:00
Jukka Aho
db1d960daa
in wrong place
2015-08-26 01:43:56 +03:00
Jukka Aho
9c500aac89
Updated concept of elements.
2015-08-22 20:55:24 +03:00
Jukka Aho
457d208908
interpolation & integration
2015-08-16 22:22:24 +03:00
Jukka Aho
e97a7ca0f1
rename.
2015-08-16 13:36:09 +03:00
Jukka Aho
cb72cd17fe
interpolation routines to separate file.
2015-08-16 13:33:02 +03:00