Files
JuliaFEM.jl/REQUIRE
T
Jukka Aho 3d3e9bb441 Calculate shape functions using FEMBasis.jl
A lot of code is moved to FEMBasis.jl regarding
calculating basis / shape functions of finite elements.

* add FEMBasis to REQUIRE
* remove obsolete files
* remove obsolete test files
* make integration point iterable
* loosen type definitions
* get length of element rather from basis than connectivity
* calculate midpoint of reference element
* wrong input argument to eval_basis! fixed
2017-08-05 12:03:05 +03:00

13 lines
129 B
Plaintext

julia 0.6
ForwardDiff
LightXML 0.4
HDF5 0.7
DataFrames
Formatting
Logging
TimerOutputs
AbaqusReader
AsterReader
FEMBasis
FEMQuad