Commit Graph

328 Commits

Author SHA1 Message Date
Jukka Aho 757ba2b3d9 all tests pass now 2016-07-03 21:16:03 +03:00
Jukka Aho eec6db657d renamed files to have some sort of structure 2016-07-03 05:19:37 +03:00
Jukka Aho b070f21aab heat solver tests etc 2016-07-03 05:01:18 +03:00
Jukka Aho 9f4eface6c heat problem 2016-07-01 02:55:56 +03:00
Jukka Aho ce9eb715ec code refactoring 2016-06-27 16:11:33 +03:00
Jukka Aho 778c167bba refactor contact and tests 2016-06-25 04:12:53 +03:00
Jukka Aho 67aeddb868 modal solver + tie contact works now. dirichlet boundary and mpcs are eliminated properly before solution to get reduced system 2016-06-22 01:39:28 +03:00
Jukka Aho c02d510673 fixed a lot of tests 2016-06-19 20:01:37 +03:00
Jukka Aho 1ce7fd6096 changed creating elements + preprocess aster med file more general for other inputs too 2016-06-18 12:53:01 +03:00
Jukka Aho bdb8f19bcf renamed preprocessors 2016-06-17 18:21:32 +03:00
Jukka Aho 97f9422251 modal analysis with geometric stiffness 2016-06-17 16:14:58 +03:00
Jukka Aho a0b4ffbf34 first version of modal analysis for natural frequencies 2016-06-17 02:10:17 +03:00
Jukka Aho 851b1e75e3 better heat example 2016-06-09 23:17:57 +03:00
Jukka Aho a2c6465aa0 added cholmod solver back 2016-06-09 01:27:56 +03:00
Jukka Aho fb402a7338 fixed heat assembly + test. add several values to element at once by using update!(element, "field", 0 => 1.0, 1 => 2.0, ..., N => NN) 2016-06-08 23:42:36 +03:00
Jukka Aho c94a9e4407 buckling test, fixed bug with tensor <-> vector order 2016-06-08 21:50:45 +03:00
Jukka Aho bf9b44e057 optics 2016-06-02 22:58:54 +03:00
Jukka Aho 07812f3bc7 nurbs elements 2016-06-01 20:43:25 +03:00
Jukka Aho f5e2b6f1d5 surface pressure load tet4 + test 2016-05-31 00:31:43 +03:00
Jukka Aho 977e795bef ambiguous warning of dbasis fixed 2016-05-30 18:30:02 +03:00
Jukka Aho eb4348bf59 linear buckling analysis matrices 2016-05-30 01:03:34 +03:00
Jukka Aho 11d8ebd970 calculate stress, interpolate stress to nodes using lsq fitting 2016-05-28 21:39:29 +03:00
Jukka Aho ccbd2d7224 fixed bug related to strain component ordering and internal force vector 2016-05-27 17:45:12 +03:00
Jukka Aho d606bde168 integration points 2016-05-25 22:33:47 +03:00
Jukka Aho 070e42c7fc modifications 2016-05-25 02:44:29 +03:00
Jukka Aho 9e33d36d0d med node ordering 2016-05-24 19:05:25 +03:00
Jukka Aho 65e756c6f6 removed confusing magic 2016-05-24 08:35:37 +03:00
Jukka Aho 854a073e3e eltype -> Element{eltype} 2016-05-24 08:35:09 +03:00
Jukka Aho bf95f4400d removed obsolete solver code 2016-05-24 08:34:39 +03:00
Jukka Aho 97f2c159f3 export 2016-05-24 08:34:07 +03:00
Jukka Aho 558adc1d45 updated integration points 2016-05-24 08:29:24 +03:00
Jukka Aho 24656eb243 most important tests pass now 2016-05-22 17:00:01 +03:00
Jukka Aho d6dea85b9d some tests pass now 2016-05-22 02:34:38 +03:00
Jukka Aho ee7ea15587 rewrite elements 2016-05-22 00:22:17 +03:00
Jukka Aho 3fb0fb03e9 rename lagrange to lagrange macro 2016-05-21 17:49:42 +03:00
Jukka Aho e2b8507cf5 start redesign of element 2016-05-20 04:39:51 +03:00
Jukka Aho 5969bed44c 3d still not converging 2016-03-01 05:52:42 +02:00
Jukka Aho d20d2b3aaf joopa joo. 2016-02-26 18:18:00 +02:00
Jukka Aho 28e193fa95 still broken autodiff for 3d 2016-02-26 13:37:38 +02:00
Jukka Aho f3ef7aabea 3d mortar autodiff not working 2016-02-25 10:44:55 +02:00
Jukka Aho e0558beffa some refactoring 2016-02-24 10:35:18 +02:00
Jukka Aho dc7497c5c9 autodiff version works for 2d 2016-02-24 01:20:39 +02:00
Jukka Aho e2c885c608 Mortar autodiff tests... 2016-02-23 17:52:09 +02:00
Jukka Aho a0d197dd07 Forwarddiff elasticity working again. 2016-02-23 15:00:30 +02:00
Jukka Aho b39148a8e5 first attemps to make properly linearized version of mortar projection for finite sliding. not working at the moment, it has convergence issues. 2016-02-23 11:32:53 +02:00
Jukka Aho 0d0d200bfc Incremental formulation works now, also finite sliding without proper linearization (very slow convergence) 2016-02-16 17:40:11 +02:00
Jukka Aho c7cca58590 test models and mortar stuff 2016-02-16 12:25:24 +02:00
Jukka Aho fce033cdd5 removed empty files 2016-02-13 01:18:17 +02:00
Jukka Aho 1739e06014 prehook: calculate normal-tangential coordinates for elements before assembly and throw error if projection is going to fail 2016-02-13 01:13:38 +02:00
Jukka Aho f5b8608158 removed obsolete (and potentially non-meaninful) test routine for elements. for nonlinear geometry we need to have some good way to distinguish between initial and deformed coordinates 2016-02-13 01:12:24 +02:00