Commit Graph

919 Commits

Author SHA1 Message Date
Jukka Aho 05b31a14ee removed obsolete test files 2017-01-09 11:26:26 +02:00
Jukka Aho d840e56575 attempt to fix boundary condition 2017-01-09 11:26:04 +02:00
Jukka Aho 9683e60c6d refactoring; works now in julia 0.5 2017-01-09 11:06:10 +02:00
Jukka Aho 7dd897b162 conversion rule from SparseVector to SparseVectorCOO 2017-01-09 11:01:18 +02:00
Jukka Aho 19551f85ff fixed test 2017-01-09 09:32:15 +02:00
Jukka Aho dcac3a9b53 add extra information when overconstrained situation 2017-01-09 09:32:02 +02:00
Jukka Aho 9a382d9f7d possibility to manually remove dofs from problems by adding dof number to problem.assembly.removed_dofs vector 2017-01-09 08:56:31 +02:00
ovainola 31d0771dd3 Removing vonmises.jl includes (#74)
* Removing vonmises.jl includes

Removing all vonmises.jl includes, since file is no longer
to be found in the repository. Vonmises.jl had definitions
for elasticplastic material models, but those definitions
have been moved to problems_elasticity.jl/problems_elasticplastic.jl
files.

fix #73
2017-01-06 12:26:29 +02:00
Tero Frondelius e485542d3f Update .travis.yml 2017-01-06 10:47:56 +02:00
Jukka Aho ce1dd0be1f removed solver_utils.jl include 2017-01-06 10:27:39 +02:00
Jukka Aho fce5565ff1 nonworking automatic overconstraint solver code removed 2017-01-06 10:07:58 +02:00
Jukka Aho 8953ca73dc fixed test 2017-01-06 07:24:58 +02:00
Jukka Aho 5a1a566826 fixed test 2017-01-06 07:22:09 +02:00
Jukka Aho 7297de0b26 formatting 2017-01-06 07:00:38 +02:00
Jukka Aho 7464646a7a improved docstring 2017-01-06 06:57:49 +02:00
Jukka Aho fc63ff1692 removed unmaintained code to wait for better days 2017-01-06 06:57:34 +02:00
Jukka Aho a1c6c8753a io tests 2017-01-05 11:29:29 +02:00
Jukka Aho 4a12cbfb41 dict fields 2017-01-05 11:03:19 +02:00
Jukka Aho 46e3a70b39 fixed deprecation warning in aster_read_nodes 2017-01-05 09:41:34 +02:00
Jukka Aho dc7c770c6e no id in constructor 2017-01-05 09:32:43 +02:00
Jukka Aho 6fb491ed66 fixed element initialization 2017-01-05 09:30:41 +02:00
Jukka Aho 6fda394e4f fixed virtual element initialize 2017-01-05 09:29:16 +02:00
Jukka Aho 998c1c2441 fixed deprecationwarning in get_node_sets 2017-01-05 09:25:12 +02:00
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 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