Commit Graph

29 Commits

Author SHA1 Message Date
Jukka Aho 250d454c71 use AsterReader.jl (#136)
Functions used to read Code Aster file format are now in separate package AsterReader.jl
2017-07-29 13:57:27 +03:00
Jukka Aho 139ef1a9f1 Reading Code Aster med mesh properly
- MED file actually supports multiple element sets or node sets for
  single element/node. This is now implemented.
- Minor cleanup of code, etc..
- Fixes issue #111.
2017-05-30 06:26:12 +03:00
Andreas Dörfler 35e60b9983 Add Pyr5 elements, including med support and tests 2017-05-28 00:45:19 +02:00
Jukka Aho c307c1482c Testing/code coverage (#83)
Change the code coverage to green. 

* removed duplicate code

* Removed unused code

* removed unmaintained code

* DCTI + DVTI refactored

* discrete fields refactored and tested

* fields are now tested quite well.

* Removed obsolete code not used anywhere

* Element descriptions to common dictionary

* size in global const dictionary also

* Added coverage to sparse tools and removed couple unused functions

* get nonzero rows from SparseMatrixCSC

* bugfix: extending element basis now working and tested

* Removed two unused functions from elements.jl

* removed useless function

* Useless conversion

* remove elasticity assembly using ForwardDiff because it's not used anywhere'

* Added basic testing for NURBS. Fixed bug in NSolid interpolation.

* removed unused functions

* Removed some debug stuff

* renamed file

* removed field assembly posthook, i think not good idea at all

* test for nnz(K) == 0 and automatic determination of dofs

* Testing that solver is throwing error if having problems with boundary assembly

* Removed some unused options. Refactoring.

* Moved solver non-related code to elements.jl

* Removed custom exception (no need)

* unneeded postprocess code

* More tests for NURBS elements.

* Removed unfinished .mail parser

* proper use of Logging package

* also read results

* renamed test file

* create_surface_elements accepts surface name in String now

* bugfix: remove zero rows from constraint matrix after manually removing dofs from some boundary assemblies.

* New test, displacement 3d patch test

* skip displacement field in surface element splitting if not defined

* test element splitting and linear surface elements, fails.

* Bugfix: Xdmf, not XDMF

* removed nonworking tests, requires bugfix

* abaqus_read_results is not working -> bug
2017-01-30 12:28:33 +02:00
Jukka Aho 46e3a70b39 fixed deprecation warning in aster_read_nodes 2017-01-05 09:41:34 +02:00
Jukka Aho 998c1c2441 fixed deprecationwarning in get_node_sets 2017-01-05 09:25:12 +02:00
Jukka Aho 50187466f4 fixed deprecation warnings for 0.5 2016-11-13 13:24:08 +02:00
Jukka Aho 698e8d2dd7 lot of new tests, echangement of modal solver, eigenvalue analysis with mesh tie 2016-07-27 18:12:24 +03:00
Jukka Aho a75aaecc97 julia v0.5 compatibility. test -> testing. new elements tri7 and wedge6. abaqus inp reading. more integration rules. 2016-07-10 04:26:21 +03:00
Jukka Aho a4e4347fec more tests. fixed performace bug in creating elements from mesh 2016-07-07 18:04:09 +03:00
Jukka Aho 65e11d917f fixed a lot of deprectionwarning issues with 0.5 2016-07-04 03:29:24 +03:00
Jukka Aho 0d8caadbdf all tests pass now 2016-07-03 21:16:03 +03:00
Jukka Aho 58dd90a169 heat solver tests etc 2016-07-03 05:01:18 +03:00
Jukka Aho 13e57b198c heat problem 2016-07-01 02:55:56 +03:00
Jukka Aho 90f7c581c5 refactor contact and tests 2016-06-25 04:12:53 +03:00
Jukka Aho 6d3e33c3ff 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 ca26626e48 changed creating elements + preprocess aster med file more general for other inputs too 2016-06-18 12:53:01 +03:00
Jukka Aho 0ff12a9bee med node ordering 2016-05-24 19:05:25 +03:00
Jukka Aho 53d640f477 some tests pass now 2016-05-22 02:34:38 +03:00
Jukka Aho 283621f4b1 rewrite elements 2016-05-22 00:22:17 +03:00
Jukka Aho 7b60f489a9 3d still not converging 2016-03-01 05:52:42 +02:00
Jukka Aho 44ec4b332c joopa joo. 2016-02-26 18:18:00 +02:00
Jukka Aho ce3b6b9d19 3d mortar autodiff not working 2016-02-25 10:44:55 +02:00
Jukka Aho 4a78a66aff frictionless 3d contact working. 2016-02-08 00:31:15 +02:00
Jukka Aho 991a28ec5d element node mappings.. where to get them. 2016-02-01 09:13:34 +02:00
Jukka Aho 869c36ac70 3d mortar tests 2015-12-17 20:44:35 +02:00
Jukka Aho fff0173c2d mortar tests, bug finding 2015-12-17 15:33:51 +02:00
Jukka Aho b39d88ecca mortar tests, med file node ordering, ... 2015-12-14 17:48:35 +02:00
Jukka Aho 8b7fa22327 code aster .med reader, notebook of 3d mortar. 2015-12-14 02:09:33 +02:00