- 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.
* contact 3d patch test, standard lagrange, small sliding, linear tet4 elements
* tet4 dual basis contact patch test pass
* contact 3d patch test, standard lagrange, small sliding, linear tet4 elements
* tet4 dual basis contact patch test pass
* Patch test for linear elements standard lagrange / dual lagrange pass now
* Patch test for quadratic contact surfaces for standard + dual basis pass
* refactoring
* renamed files
* Improvements to preprocess scripts
* convert several elements to node sets in one command
* possibility to find particular node from mesh filtered by node set
* 2d small sliding contact patch test, linear elements
* Added backward compatibility
* 2d contact algorithms pass patch tests
* test data for 2d contacts
* no common models in different tests. testing generalized alpha stabilization
* Preprocess tests
* moved tests from test_preprocess_aster_reader.jl to test_preprocess.jl
* generalized-alpha time integration, alpha=0.0 by default
* Improvements to logging
* JuliaFEM.jl: can set environment variable to one of logging levels: OFF, CRITICAL, ERROR, WARNING, INFO, DEBUG
* problems_contact_2d_autodiff.jl: do not loop over nodes if logging level != DEBUG