Jukka Aho
cc79ef6877
continuum elasticity test
2016-02-06 22:00:36 +02:00
Jukka Aho
be2da7dd0a
moved continuum elasticity test
2016-02-06 15:28:32 +02:00
Jukka Aho
ff6abfc5e8
small bug fixes
2016-02-05 12:27:36 +02:00
Jukka Aho
2ac577d3f6
functions to find nodes from dofs and vice versa
2016-02-05 11:31:23 +02:00
Jukka Aho
6652f48ea2
fixes
2016-02-03 20:39:03 +02:00
Jukka Aho
90319b2644
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
60046942e5
new style concrete problem
2016-02-02 22:22:21 +02:00
Jukka Aho
5550388dc1
mortar contact tests
2016-02-01 09:16:30 +02:00
Jukka Aho
bbf3d2678c
test of new solver
2016-02-01 09:15:42 +02:00
Jukka Aho
826db61417
still needs some fixing, gives wrong result
2016-01-02 21:44:45 +02:00
Jukka Aho
730dc10935
i think it's working now
2016-01-02 00:54:43 +02:00
Jukka Aho
74e9282697
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
407b0c4849
...
2016-01-01 17:57:24 +02:00
Jukka Aho
e0091e3246
frictionless 2d contact tests, initial commit
2016-01-01 15:00:50 +02:00
Jukka Aho
64d0aea631
added test for 2d weighted gap calculation
2015-12-31 07:39:24 +02:00
Jukka Aho
e3ffe6188d
frictionless 2d contact
2015-12-23 17:39:53 +02:00
Jukka Aho
bba9d380fb
more general way to define saddle point problem.
2015-12-23 01:52:28 +02:00
Jukka Aho
aa1130d7e3
define "local" coordinate system for elements
2015-12-20 21:17:47 +02:00
Olli Väinölä
8a47ee53cf
Adding plastic material with linear elasticity
2015-12-18 10:04:16 +02:00
Olli Väinölä
899638fe00
Von mises ideal plastic material, still couple of bugs
2015-12-17 17:13:23 +02:00
Jukka Aho
fff0173c2d
mortar tests, bug finding
2015-12-17 15:33:51 +02:00
Jukka Aho
b39d88ecca
mortar tests, med file node ordering, ...
2015-12-14 17:48:35 +02:00
Jukka Aho
8b7fa22327
code aster .med reader, notebook of 3d mortar.
2015-12-14 02:09:33 +02:00
Jukka Aho
60891b1229
fixed problems with surface loads. det(element, ip, time) should be avoided.
2015-12-13 13:47:45 +02:00
Jukka Aho
bd5382c208
linear elasticity. looks we are having problems with results in 3d
2015-12-13 00:10:46 +02:00
Olli Väinölä
a323058ce5
implementing ideal plastic material...
2015-12-12 15:22:31 +02:00
Olli Väinölä
944b5c60e2
fixed elasticityproblem bug
2015-12-12 11:55:39 +02:00
Jukka Aho
868bddcfa1
normal tangential coordinate system
2015-12-12 10:08:20 +02:00
Jukka Aho
126941d536
3d mortar assembly tests + fixes detecting unique with tol.
2015-12-10 23:00:05 +02:00
Jukka Aho
84d8256ad0
mortar assembly for 3d problems
2015-12-10 17:40:10 +02:00
Olli Väinölä
e0318b1692
added stiffness tensor function
2015-12-10 16:58:23 +02:00
Olli Väinölä
8207886a11
separated test from von mises and added MaterialModels namespace
2015-12-10 15:48:39 +02:00
Jukka Aho
81c998215f
fixed xdmf writer tests + some modifications hwo elements are exported
2015-12-05 13:31:28 +02:00
Jukka Aho
d4e21af8de
petsc interface
2015-12-05 10:58:01 +02:00
Jukka Aho
f078330971
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ä
2c835f5535
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-04 08:28:03 +02:00
Olli Väinölä
bc7f202d9c
changed LoadCase => Simulation
2015-12-04 08:27:59 +02:00
Jukka Aho
c414d49d1b
solver name
2015-12-04 08:09:11 +02:00
Olli Väinölä
5d6ab746d6
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-04 07:30:49 +02:00
Jukka Aho
4b07da194a
improved performance
2015-12-04 07:27:40 +02:00
Olli Väinölä
c0124224b8
added one more test for reading abaqus
2015-12-03 16:57:45 +02:00
Olli Väinölä
47802eb876
api now able to read abaqus files
2015-12-03 15:39:02 +02:00
Olli Väinölä
565f371432
Added a bit more functionality to api
2015-12-03 14:55:05 +02:00
Olli Väinölä
2e0ae09635
Merge branch 'master' of git://github.com/JuliaFEM/JuliaFEM.jl
2015-12-03 13:37:11 +02:00
Olli Väinölä
0bc9d27ffc
small changes to test_solver
2015-12-03 13:37:05 +02:00
Jukka Aho
0c5c9e35c4
direct solver performance
2015-12-03 11:29:01 +02:00
Olli Väinölä
02353d0c00
commenting and making minor fixes
2015-12-01 21:11:10 +02:00
Olli Väinölä
259867e2f3
removing commented api.jl
2015-12-01 20:36:55 +02:00
Olli Väinölä
4e780b3ff5
Api test working, starting iteration #2
2015-12-01 20:21:54 +02:00
Jukka Aho
4d292ce725
reduced stiffness matrix improved performance
2015-12-01 20:19:11 +02:00