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
84f4c613a9
flag to control does assembly need updating
2016-02-01 09:10:12 +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
9d43635315
possibility to preprocess assembly
2016-01-01 16:55:41 +02:00
Jukka Aho
ac33036bda
2d frictionless contact almost workign.
2015-12-29 17:50:41 +02:00
Jukka Aho
bba9d380fb
more general way to define saddle point problem.
2015-12-23 01:52:28 +02:00
Jukka Aho
868bddcfa1
normal tangential coordinate system
2015-12-12 10:08:20 +02:00
Jukka Aho
0c5c9e35c4
direct solver performance
2015-12-03 11:29:01 +02:00
Jukka Aho
9d199a5b65
performance improvements.
2015-12-02 17:42:48 +02:00
Jukka Aho
d9b9edd6dd
little tweaking of assembly
2015-12-02 08:36:17 +02:00
Jukka Aho
4d292ce725
reduced stiffness matrix improved performance
2015-12-01 20:19:11 +02:00
Jukka Aho
92f52e34e7
substructuring, fixed tests, possibility to save to integration points
2015-11-30 16:04:13 +02:00
Jukka Aho
8517290ab3
removed Equation type from code
2015-11-27 10:10:00 +02:00
Jukka Aho
fe55cb0faa
2d tie contact working.
2015-11-24 03:06:56 +02:00
Jukka Aho
6ae28fc689
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
42d81bc86d
data structures iteration #3
2015-10-30 12:40:56 +02:00
Jukka Aho
8bfff34e19
added tests
2015-10-28 04:29:14 +02:00