Commit Graph

423 Commits

Author SHA1 Message Date
Jukka Aho d2d641a69d surface se type is UNKNOWN if not specified. 2017-01-05 09:23:16 +02:00
Jukka Aho 169262ced3 fixed deprecationwarning 2017-01-05 09:17:25 +02:00
Jukka Aho 070c64ff89 fixed 2d finite sliding contact for julia 0.5 2017-01-05 09:09:11 +02:00
Jukka Aho 858740cec7 SparseVectorCOO 2017-01-05 09:08:32 +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
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
Jukka Aho e1d0ad98a0 possibility to solve positive semi-definite problems. 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 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 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 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
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 b3a14c99f4 more integration rules for wedge elements 2016-12-01 11:14:13 +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 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
Jukka Aho f4fce61d36 v0.5 deprecation warnings remoed 2016-11-22 10:48:19 +02:00
Jukka Aho 3641324b10 fixed element connetivity matrix in xdmf write 2016-11-22 06:00:00 +02:00
Tero Frondelius 83c7d60dc6 try catch to ignore *ELSET creation from existing sets 2016-11-17 21:35:40 +02:00
Tero Frondelius 4c8c66b8da Fixed abaqus_read_mesh() 1.0E+00 problem 2016-11-17 19:43:20 +02:00
Jukka Aho a8ff9f50f7 v0.5 fixes 2016-11-15 22:01:00 +02:00
Jukka Aho 50187466f4 fixed deprecation warnings for 0.5 2016-11-13 13:24:08 +02:00
Frondelius 57a900e3d5 if problem.properties.dual_basis De[abs(De) .< 1.0e-11] = 0 2016-11-05 23:42:50 +02:00
Jukka Aho b081bccc92 gets better all the time 2016-11-05 18:29:35 +02:00
Jukka Aho d5fb343309 strip attributes on surface set header parser 2016-11-05 18:29:21 +02:00
Jukka Aho 0d4b08f576 fixed bug in integration rule of tet10 2016-11-05 18:27:39 +02:00
Olli Väinölä e384824f49 Ideal plasticity converged, both 2D and 3D 2016-10-28 15:46:04 +03:00
Jukka Aho d9dae3da76 new way to deal with dirichlet and mortar boundaries 2016-10-27 23:25:42 +03:00
Jukka Aho b4188e1d65 surface node ids fixed 2016-10-27 23:24:44 +03:00
Tero Frondelius 603616f92f create_surface_elements() moved to abaqus.jl and tested 2016-10-26 23:10:38 +03:00
Tero Frondelius 7e151db3e9 parse_section() fixed to ignore parameters order 2016-10-26 22:28:49 +03:00
TeroFrondelius d6638ea631 forgot to export create_surface_elements earlier 2016-10-26 14:52:57 +03:00
TeroFrondelius 3eb832a5e1 create_surface_elements function added, thanks @ahojukka5 for help 2016-10-25 16:49:00 +03:00
TeroFrondelius 3e61db8658 Fixing abaqus nodes reader and adding C3D10 surfaces 2016-10-25 16:39:51 +03:00
Jukka Aho f8310b204f bi-orthogonal basis for 3d mortar 2016-10-18 11:20:15 +03:00
Jukka Aho 6147820dc5 c-major order in xdmf 2016-10-18 11:19:48 +03:00
Jukka Aho d7694ab977 write nf analysis results to xdmf 2016-10-17 20:53:20 +03:00
Jukka Aho 3e155646e2 improved eigenvalue solver code 2016-10-13 01:00:08 +03:00