Commit Graph

180 Commits

Author SHA1 Message Date
Jukka Aho f48dcf70de continuum elasticity test 2016-02-06 22:00:36 +02:00
Jukka Aho 070e03eb05 moved continuum elasticity test 2016-02-06 15:28:32 +02:00
Jukka Aho 4d8521877f small bug fixes 2016-02-05 12:27:36 +02:00
Jukka Aho d8047c6af0 functions to find nodes from dofs and vice versa 2016-02-05 11:31:23 +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 54f00818bf new style concrete problem 2016-02-02 22:22:21 +02:00
Jukka Aho 9e2e1ebc4e mortar contact tests 2016-02-01 09:16:30 +02:00
Jukka Aho e56bfe062e test of new solver 2016-02-01 09:15:42 +02:00
Jukka Aho d4e63e5e7c still needs some fixing, gives wrong result 2016-01-02 21:44:45 +02:00
Jukka Aho 0d129347d6 i think it's working now 2016-01-02 00:54:43 +02:00
Jukka Aho 42254e73ad its now possible to define several pre and postprocessors for assemblies with custom arguments; see test/test_mortar_2d_contact.jl for concrete example 2016-01-01 20:34:10 +02:00
Jukka Aho 2d9514453a ... 2016-01-01 17:57:24 +02:00
Jukka Aho 2b973367e0 frictionless 2d contact tests, initial commit 2016-01-01 15:00:50 +02:00
Jukka Aho 950ef5681b added test for 2d weighted gap calculation 2015-12-31 07:39:24 +02:00
Jukka Aho a608a580fa frictionless 2d contact 2015-12-23 17:39:53 +02:00
Jukka Aho 5426e47a26 more general way to define saddle point problem. 2015-12-23 01:52:28 +02:00
Jukka Aho 2e3feb4e6f define "local" coordinate system for elements 2015-12-20 21:17:47 +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
Jukka Aho 7d1ece1368 mortar tests, bug finding 2015-12-17 15:33:51 +02:00
Jukka Aho a3f84b7292 mortar tests, med file node ordering, ... 2015-12-14 17:48:35 +02:00
Jukka Aho 69bd7ce58c code aster .med reader, notebook of 3d mortar. 2015-12-14 02:09:33 +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 9013aae07c normal tangential coordinate system 2015-12-12 10:08:20 +02:00
Jukka Aho d960ec5824 3d mortar assembly tests + fixes detecting unique with tol. 2015-12-10 23:00:05 +02:00
Jukka Aho a3c84680a3 mortar assembly for 3d problems 2015-12-10 17:40:10 +02:00
Olli Väinölä cc834668a7 added stiffness tensor function 2015-12-10 16:58:23 +02:00
Olli Väinölä e54c44cdcf separated test from von mises and added MaterialModels namespace 2015-12-10 15:48:39 +02:00
Jukka Aho 6626d9e310 fixed xdmf writer tests + some modifications hwo elements are exported 2015-12-05 13:31:28 +02:00
Jukka Aho 8c3cc04b69 petsc interface 2015-12-05 10:58:01 +02:00
Jukka Aho bc7b9e9b91 fixed api test, modified linearsolver constructor, added possibility to add slow tests using prefix slow_test_... 2015-12-04 20:43:37 +02:00
Olli Väinölä 73cc96aed2 Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl 2015-12-04 08:28:03 +02:00
Olli Väinölä 0c5c3a0139 changed LoadCase => Simulation 2015-12-04 08:27:59 +02:00
Jukka Aho dd7531b85c solver name 2015-12-04 08:09:11 +02:00
Olli Väinölä f96c0ae844 Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl 2015-12-04 07:30:49 +02:00
Jukka Aho cdb90690de improved performance 2015-12-04 07:27:40 +02:00
Olli Väinölä 21a185ec55 added one more test for reading abaqus 2015-12-03 16:57:45 +02:00
Olli Väinölä f23300fcf2 api now able to read abaqus files 2015-12-03 15:39:02 +02:00
Olli Väinölä 575f70aec2 Added a bit more functionality to api 2015-12-03 14:55:05 +02:00
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