Commit Graph

46 Commits

Author SHA1 Message Date
Jukka Aho 778c167bba refactor contact and tests 2016-06-25 04:12:53 +03:00
Jukka Aho c02d510673 fixed a lot of tests 2016-06-19 20:01:37 +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 c94a9e4407 buckling test, fixed bug with tensor <-> vector order 2016-06-08 21:50:45 +03:00
Jukka Aho f5e2b6f1d5 surface pressure load tet4 + test 2016-05-31 00:31:43 +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 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 a0d197dd07 Forwarddiff elasticity working again. 2016-02-23 15:00:30 +02:00
Jukka Aho 063f3a6955 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 04f3c0e705 Geometrically nonlinear formulation for 3d. 2016-02-11 16:16:15 +02:00
Jukka Aho 3df97fdca0 fixed tests 2016-02-11 12:07:25 +02:00
Jukka Aho 502e9bbf31 added geometrically nonlinear option to 2d models 2016-02-11 02:50:43 +02:00
Jukka Aho f82047ea40 yet another attempt to solve overdetermined system. plane strain formulation. 2016-02-08 02:35:39 +02:00
Jukka Aho 5c5adff939 fixed weighted gap in 3d problems + some small fixes. nt formulation 2016-02-06 15:29:35 +02:00
Jukka Aho aa7d775ec1 fixes 2016-02-03 20:39:03 +02:00
Jukka Aho 32e7429fd3 Major changes in data structures:
- Combined FieldAssembly and BoundaryAssembly to Assembly
- Combined FieldProblem and BoundaryProblem to Problem
- FieldProblem and BoundaryProblem are now abstract types
- Renamed stiffness_matrix, mass_matrix and force_vector to K, M, f for
  easier notation
- Problems are no more abstract types but concrete types, see
  elasticity.jl for example
- Combined linear_elasticity.jl and elasticity.jl
- Removed obsolete code directsolver.jl
- Almost all tests probably fail at this point
2016-02-03 06:49:42 +02:00
Jukka Aho 5426e47a26 more general way to define saddle point problem. 2015-12-23 01:52:28 +02:00
Olli Väinölä 55061d7a34 Adding plastic material with linear elasticity 2015-12-18 10:04:16 +02:00
Olli Väinölä 80f021e16b Von mises ideal plastic material, still couple of bugs 2015-12-17 17:13:23 +02:00
Olli Väinölä 695a9134a9 Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl 2015-12-17 15:47:39 +02:00
Olli Väinölä 0357397de4 backup 2015-12-17 15:47:36 +02:00
Jukka Aho ce53b05436 fix contructors 2015-12-17 15:45:20 +02:00
Jukka Aho ccf32d5b76 fixed problems with surface loads. det(element, ip, time) should be avoided. 2015-12-13 13:47:45 +02:00
Jukka Aho 3242241cd4 linear elasticity. looks we are having problems with results in 3d 2015-12-13 00:10:46 +02:00
Olli Väinölä 1668dd658a implementing ideal plastic material... 2015-12-12 15:22:31 +02:00
Olli Väinölä 2560a8791b fixed elasticityproblem bug 2015-12-12 11:55:39 +02:00
Jukka Aho cdb90690de improved performance 2015-12-04 07:27:40 +02:00
Jukka Aho 6613b0a7c0 reduced stiffness matrix improved performance 2015-12-01 20:19:11 +02:00
Jukka Aho 458caa4757 substructuring, fixed tests, possibility to save to integration points 2015-11-30 16:04:13 +02:00
Jukka Aho d9ffa21a71 elasticity solver example updated 2015-11-28 14:06:12 +02:00
Jukka Aho ef667e8f34 removed Equation type from code 2015-11-27 10:10:00 +02:00
Jukka Aho 3ad23c6f0e minor modifications to abaqus reader 2015-11-25 10:08:24 +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 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 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