Commit Graph

328 Commits

Author SHA1 Message Date
Jukka Aho 13e57b198c heat problem 2016-07-01 02:55:56 +03:00
Jukka Aho 6993828927 code refactoring 2016-06-27 16:11:33 +03:00
Jukka Aho 90f7c581c5 refactor contact and tests 2016-06-25 04:12:53 +03:00
Jukka Aho 6d3e33c3ff 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 8bd32cbeca fixed a lot of tests 2016-06-19 20:01:37 +03:00
Jukka Aho ca26626e48 changed creating elements + preprocess aster med file more general for other inputs too 2016-06-18 12:53:01 +03:00
Jukka Aho 85ccc50391 renamed preprocessors 2016-06-17 18:21:32 +03:00
Jukka Aho 9cc5434a25 modal analysis with geometric stiffness 2016-06-17 16:14:58 +03:00
Jukka Aho 84bb370cea first version of modal analysis for natural frequencies 2016-06-17 02:10:17 +03:00
Jukka Aho 74ed32a96c better heat example 2016-06-09 23:17:57 +03:00
Jukka Aho 06a4623acc added cholmod solver back 2016-06-09 01:27:56 +03:00
Jukka Aho dfb890b6d5 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 fe46907ac7 buckling test, fixed bug with tensor <-> vector order 2016-06-08 21:50:45 +03:00
Jukka Aho b65468c5d1 optics 2016-06-02 22:58:54 +03:00
Jukka Aho 6bcff43154 nurbs elements 2016-06-01 20:43:25 +03:00
Jukka Aho e866996eb8 surface pressure load tet4 + test 2016-05-31 00:31:43 +03:00
Jukka Aho cce93b1e9c ambiguous warning of dbasis fixed 2016-05-30 18:30:02 +03:00
Jukka Aho 06afb89dca linear buckling analysis matrices 2016-05-30 01:03:34 +03:00
Jukka Aho d429e5b2fc calculate stress, interpolate stress to nodes using lsq fitting 2016-05-28 21:39:29 +03:00
Jukka Aho b3bacc653d fixed bug related to strain component ordering and internal force vector 2016-05-27 17:45:12 +03:00
Jukka Aho b000f41557 integration points 2016-05-25 22:33:47 +03:00
Jukka Aho 7d1a926249 modifications 2016-05-25 02:44:29 +03:00
Jukka Aho 0ff12a9bee med node ordering 2016-05-24 19:05:25 +03:00
Jukka Aho 1515ddb85f removed confusing magic 2016-05-24 08:35:37 +03:00
Jukka Aho ff6918f687 eltype -> Element{eltype} 2016-05-24 08:35:09 +03:00
Jukka Aho 2057bc9c44 removed obsolete solver code 2016-05-24 08:34:39 +03:00
Jukka Aho 292a97620c export 2016-05-24 08:34:07 +03:00
Jukka Aho 097bcedd35 updated integration points 2016-05-24 08:29:24 +03:00
Jukka Aho 2aa0362812 most important tests pass now 2016-05-22 17:00:01 +03:00
Jukka Aho 53d640f477 some tests pass now 2016-05-22 02:34:38 +03:00
Jukka Aho 283621f4b1 rewrite elements 2016-05-22 00:22:17 +03:00
Jukka Aho 72df2226b7 rename lagrange to lagrange macro 2016-05-21 17:49:42 +03:00
Jukka Aho 65479b1032 start redesign of element 2016-05-20 04:39:51 +03:00
Jukka Aho 7b60f489a9 3d still not converging 2016-03-01 05:52:42 +02:00
Jukka Aho 44ec4b332c joopa joo. 2016-02-26 18:18:00 +02:00
Jukka Aho 049f26ba1f still broken autodiff for 3d 2016-02-26 13:37:38 +02:00
Jukka Aho ce3b6b9d19 3d mortar autodiff not working 2016-02-25 10:44:55 +02:00
Jukka Aho 6bd56d4ac7 some refactoring 2016-02-24 10:35:18 +02:00
Jukka Aho f22a9c7df0 autodiff version works for 2d 2016-02-24 01:20:39 +02:00
Jukka Aho 11569d8961 Mortar autodiff tests... 2016-02-23 17:52:09 +02:00
Jukka Aho 94d0739e86 Forwarddiff elasticity working again. 2016-02-23 15:00:30 +02:00
Jukka Aho 65eb014de9 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 21d7592c80 Incremental formulation works now, also finite sliding without proper linearization (very slow convergence) 2016-02-16 17:40:11 +02:00
Jukka Aho a81f3319ca test models and mortar stuff 2016-02-16 12:25:24 +02:00
Jukka Aho 3d69b891bd removed empty files 2016-02-13 01:18:17 +02:00
Jukka Aho 886a52ffe6 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 d8319d6f93 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
Jukka Aho 9eed19de82 removed overengineering 2016-02-13 01:10:30 +02:00
Jukka Aho 4bf2d20204 added option for nonlinear elasticity; set problem.properties.finite_strain=false to get linear solution if no any other nonlinearities 2016-02-13 01:10:03 +02:00
Jukka Aho dd2bb6eba0 bug fix: for trivial solution norm=0 and always converged..? 2016-02-13 01:08:56 +02:00