Files
JuliaFEM.jl/REQUIRE
T
Jukka Aho c914017171 Move contact mechanics to separate package (#196)
Development of auto-differentiated mortar contact mechanics in 2D is moved to own separate package, MortarContact2DAD. Other changes are similar to what is done with MortarContact2D: elements are added to problems using `add_slave_elements!` and `add_master_elements!` instead of `add_elements!`, to make interface more explicit. Also, problem name is `Contact2DAD`, so the dimension is now explicitly stated in problem name. (Also have `Mortar2DAD`, compare to the `Mortar2D` and `Contact2D` of `MortarContact2D.jl`.)
2018-05-17 09:45:18 +03:00

17 lines
191 B
Plaintext

julia 0.6
FEMBase 0.1 0.2-
ForwardDiff
LightXML 0.4
HDF5 0.7
Formatting
Logging
TimerOutputs
AbaqusReader
AsterReader
FEMBasis
FEMQuad
Reexport
HeatTransfer
MortarContact2D
MortarContact2DAD