Commit Graph

892 Commits

Author SHA1 Message Date
Jukka Aho f018fa564d connectivity information needs now to be given every element 2017-01-05 07:22:15 +02:00
Jukka Aho 1a23969ba7 removed obsolete code 2017-01-05 07:20:17 +02:00
Jukka Aho 868db9ee2e removed null space related code as obsolete 2017-01-05 07:14:54 +02:00
Jukka Aho 4b5e7a204e added license string. this is not a test (tests missing) 2017-01-05 05:32:13 +02:00
Tero Frondelius da5a68a276 Update .travis.yml 2017-01-04 13:24:24 +02:00
Frondelius 62fbe8c9f4 Improving test coverage: test_lagrange.jl fixing copy-paste 2017-01-03 22:38:32 +02:00
Frondelius a8005ce78d Improving test coverage: test_lagrange.jl 2017-01-03 22:11:27 +02:00
Frondelius 6a0a7f76ff Improving test coverage: test_preprocess.jl 2017-01-03 18:30:17 +02:00
Frondelius f15e6a701f Improving test coverage: test_preprocess_abaqus_reader.jl 2017-01-03 17:11:10 +02:00
TeroFrondelius 630013e901 Cleaning unneeded requirements: BaseTestNext 2017-01-03 10:43:44 +02:00
Tero Frondelius 15032c2fab Update materials_plasticity.jl
Removing unused requirement NLSolve
2017-01-02 20:21:59 +02:00
Tero Frondelius 82e3da8c60 Update REQUIRE
Cleaning unused packages away.
2017-01-02 20:20:05 +02:00
Tero Frondelius ff7c857424 Update REQUIRE 2017-01-02 13:38:44 +02:00
Jukka Aho e1d0ad98a0 possibility to solve positive semi-definite problems. v0.2.0 2016-12-22 10:06:18 +02:00
Jukka Aho a276a3a456 removed unnecesasry debug prints 2016-12-22 10:05:08 +02:00
Jukka Aho 9f6f65d8dc typo in error message 2016-12-22 10:03:36 +02:00
Jukka Aho 9a5a79b119 wedge tests, split quadratic elements to smaller linear sub-elements 2016-12-15 12:43:14 +02:00
Jukka Aho 9fe45fa752 option to split quadratic surface elements to linear ones 2016-12-15 12:42:18 +02:00
Jukka Aho e4cc2a6a03 possibility to slice DVTI field, i.e. f[1:3] works now 2016-12-15 12:41:22 +02:00
Jukka Aho 57d9bd35b2 new test geometry and test of quadratic tie contact using linear surface elements 2016-12-15 09:19:00 +02:00
Jukka Aho d24b1e178a a new strategy to deal with quadratic elements, change order of surface elements to linear 2016-12-15 09:18:15 +02:00
Jukka Aho bd97a2b039 if number of shape functions differs from length of field, use length of shape functions (or length of partial derivatives of them) in interpolation, this makes it possible to have longer fields, helping defining elements with variable number of shape functions. 2016-12-15 09:17:31 +02:00
Jukka Aho 21045179be actually remove result files when overwrite=true 2016-12-15 09:15:54 +02:00
Jukka Aho d0af034633 removed somewhat unnecessary element constructor 2016-12-15 09:15:26 +02:00
Jukka Aho d4d4de257c flange coupling + tie contact 2016-12-14 18:13:05 +02:00
Jukka Aho 870cbadb50 fixed bug with zero area polygon clip 2016-12-14 18:12:25 +02:00
Jukka Aho 306edbcacd added test for zero eigenvalue model (no dirichlet boundaries defined) 2016-12-12 07:40:18 +02:00
Jukka Aho 1d3962a944 call update_xdmf! only if Xdmf object is attached to solver. 2016-12-12 07:28:52 +02:00
TeroFrondelius 78c5af7331 try to fix Travis CI testing 2016-12-09 11:00:27 +02:00
Jukka Aho be820b8916 refactor modal solver. eigenvalues are stored in squared complex mode internally to solver.properties.eigvals. 2016-12-08 15:27:19 +02:00
Jukka Aho e3f260bd2d added overwrite=true flag to Xdmf constructor + error if results already exists 2016-12-08 15:24:37 +02:00
Jukka Aho 3500536f28 fixed bug related to writing eigenmodes to Xdmf, where all data items pointed to last eigenmode data 2016-12-08 14:18:59 +02:00
Jukka Aho 41c321d961 test stress tensor at integration points compared to Ca solution 2016-12-02 10:09:27 +02:00
Jukka Aho e4a65c0e4e test stress extrapolation to nodes 2016-12-01 11:14:32 +02:00
Jukka Aho b3a14c99f4 more integration rules for wedge elements 2016-12-01 11:14:13 +02:00
Jukka Aho d9daf1776f first attempts to verify stress calculation to nodes 2016-11-30 16:19:40 +02:00
Jukka Aho afb0f28bfc a bit different way to handle trivial D on lufact 2016-11-30 16:19:22 +02:00
Jukka Aho be5a1bc8de added wedge15 element + integration rules 2016-11-30 16:18:57 +02:00
Jukka Aho 8ed0f20d26 quasistatic analysis with several time steps, mean stress and sterss amplitude calculated over time 2016-11-29 09:28:04 +02:00
Jukka Aho c610f3f1e8 calculate mean stress + stress amplitude 2016-11-28 19:20:19 +02:00
Jukka Aho a130813fca principal stresses calculated 2016-11-28 18:53:30 +02:00
Jukka Aho c2e8862839 linear version of beam_3d_nx 2016-11-28 12:22:21 +02:00
Jukka Aho d67f4ff940 refactored xdmf write code a bit 2016-11-28 12:20:54 +02:00
Jukka Aho 9ee2bb3b66 fixed whitespace bug in reading *NODE block 2016-11-28 10:09:48 +02:00
Frondelius fc9b890744 fine tuning 2016-11-22 15:31:23 +02:00
Frondelius 820101a044 another beam example 2016-11-22 15:26:26 +02:00
Jukka Aho 60c4e0966b calculate stress fields and store to xdmf 2016-11-22 10:48:43 +02:00
Jukka Aho f4fce61d36 v0.5 deprecation warnings remoed 2016-11-22 10:48:19 +02:00
Jukka Aho 48e72ea645 some surface debugging ... 2016-11-22 06:01:46 +02:00
Jukka Aho 3641324b10 fixed element connetivity matrix in xdmf write 2016-11-22 06:00:00 +02:00