Use package AbaqusReader.jl (#127)

Source code related to read and parse ABAQUS .inp files is now living in
it's own repository `AbaqusReader.jl` and in this commit we cleanup the
same files from this repository.

- add AbaqusReader to .travis.yml because it's not registered package yet
- initialize Mesh from AbaqusReader.jl dict
- remove ABAQUS tests and files moved to AbaqusReader.jl
- remove references to old module Abaqus
- move ABAQUS code to preprocess.jl (what is left)
- close issue #122
- close issue #55
This commit is contained in:
Jukka Aho
2017-07-21 00:40:52 +03:00
committed by GitHub
parent 9ad66be08b
commit a666bb4bd8
13 changed files with 76 additions and 1296 deletions
+4 -1
View File
@@ -6,6 +6,7 @@
```@meta
DocTestSetup = quote
using JuliaFEM
using JuliaFEM.Preprocess
end
```
@@ -15,7 +16,9 @@ Add here.
## Functions
Add here.
```@docs
JuliaFEM.Preprocess.create_surface_elements
```
## Index