Jukka Aho
757ba2b3d9
all tests pass now
2016-07-03 21:16:03 +03:00
Jukka Aho
b070f21aab
heat solver tests etc
2016-07-03 05:01:18 +03:00
Jukka Aho
d02d9c804d
lot of tests
2016-07-03 05:00:01 +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
d3fd87b26f
renamed test_elasticity to test_elasticity_forwarddiff.jl
2016-06-18 12:55:48 +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
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
226b9fa9ef
finite strain is off by default
2016-06-09 01:27:29 +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
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
d606bde168
integration points
2016-05-25 22:33:47 +03:00
Jukka Aho
043ba38d31
tests. dirichlet boundary condition + volume load fails for tetras for some reason
2016-05-25 02:44:04 +03:00
Jukka Aho
9e33d36d0d
med node ordering
2016-05-24 19:05:25 +03:00
Jukka Aho
1760bd5733
elasticity tests
2016-05-24 08:01:41 +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
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
c7cca58590
test models and mortar stuff
2016-02-16 12:25:24 +02:00
Jukka Aho
e7f29b3c5a
playing with an idea, should we have separate file for every test to make development easier...?
2016-02-13 01:15:02 +02:00
Jukka Aho
bffa79b025
new tests
2016-02-11 21:28:16 +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
638128b4f3
minor fixes to incremental formulation
2016-02-11 02:51:27 +02:00
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