Jukka Aho
7305d20650
fixes.
2015-12-03 16:28:35 +02:00
Jukka Aho
ee7667b44d
performance improvements.
2015-12-02 17:42:48 +02:00
Jukka Aho
ee9c59b1eb
elasticity notebook
2015-12-02 08:36:53 +02:00
Olli Väinölä
b0802611ea
api functionality
2015-11-30 18:57:45 +02:00
Jukka Aho
d9ffa21a71
elasticity solver example updated
2015-11-28 14:06:12 +02:00
Jukka Aho
664b8bb3c4
elasticity solver
2015-11-25 10:09:07 +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
Olli Väinölä
90ff1d62e3
Von mises with hardening
2015-11-11 13:19:05 +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ä
397a7a593d
ideal plastic von mises hysteresis
2015-11-06 12:06:49 +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
cd1023cf08
data structures iteration #3
2015-10-30 12:40:56 +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
c073c32b5e
moved developer guide from notebooks to tutorials. added warning readme.
2015-10-20 22:37:15 +03:00
Jukka Aho
e364a538ed
- Updated FieldSet + developer guide
...
- Verification of heat problem
2015-10-20 15:54:47 +03:00
Jukka Aho
314df40bc4
first verification.. failed!
2015-10-09 23:45:28 +03:00
Jukka Aho
91665f6de4
data types defined
2015-10-09 01:44:08 +03:00
Jukka Aho
90c2a6f969
mixed problem solution
2015-10-07 09:32:38 +03:00
Olli Väinölä
24beeaa655
Deleted src/juliadoc & modified von mises
2015-10-04 13:44:55 +03:00
Jukka Aho
c3c8283f8a
dirichlet
2015-09-30 09:17:00 +03:00
Jukka Aho
7403fb8cb7
time properly implemented to .. everything.
2015-09-29 00:07:56 +03:00
Jukka Aho
b5bcc0a630
broken; need element definition rewriting..
2015-09-28 13:22:12 +03:00
Jukka Aho
5727b94d4a
introduced new way of handling fields, now including time.
2015-09-28 05:11:56 +03:00
Jukka Aho
48a5b0a627
new ideas to data structures
2015-09-26 23:51:42 +03:00
Olli Väinölä
08238a7d44
Added a notebook about nonlinear von mises material
2015-09-24 22:06:25 +03:00
Jukka Aho
debf6c49ef
added description how to formulate new problems
2015-09-24 21:05:04 +03:00
ovainola
6e25cafe3e
Update 2015-09-24-Ideal plastic Von Mises material.ipynb
...
corrected spelling
2015-09-24 15:19:35 +03:00
Olli Väinölä
40c236c739
Added notebook for ideal plastic Von Mises material
2015-09-24 15:03:02 +03:00
Jukka Aho
559cf53cd8
updated notebook to be more general
2015-09-24 07:57:34 +03:00
Jukka Aho
46df20868a
Updated example geometry.
2015-09-22 18:01:20 +03:00
Jukka Aho
f1c7d7b644
2d contact segmentation
2015-09-15 22:16:00 +03:00
Jukka Aho
45a45aa1aa
added normal calculation code to base
2015-09-14 23:20:33 +03:00
Jukka Aho
21d09d4041
surface normals, now working demonstration
2015-09-14 21:38:31 +03:00
Jukka Aho
3642da5c05
surface normals
2015-09-14 20:51:39 +03:00
Jukka Aho
4fb017e9d3
normal calculation
2015-09-13 20:58:51 +03:00
Jukka Aho
c045e021dd
hierarchical basis expriments
2015-09-11 08:50:34 +03:00
Jukka Aho
b90cdf9ebd
lagrange elements can now easily be created using simple macro
2015-09-10 20:35:28 +03:00
Jukka Aho
2ad9e6c8db
developing juliafem instructions.
2015-08-31 20:15:28 +03:00
Jukka Aho
05eaaaebe7
some developer guidelines
2015-08-30 23:20:14 +03:00
Jukka Aho
4d2af1c039
Gets better all the time.
2015-08-27 08:18:20 +03:00
Jukka Aho
3afa0e5d47
Introduced the concept of element and equation.
2015-08-26 01:39:04 +03:00