mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-18 09:41:31 +00:00
9e28c6d604
Moved plane contact related stuff to own separate package `MortarContact2D.jl`, where the development continues. The following changes to test files are done: 1) Problem name for plane mortar coupling is `Mortar2D` (was `Mortar` before), and later on 3d coupling will be `Mortar`. So the dimension of coupling operator is explicitly given in a problem name. 2) Before elements to coupling was defined using ```julia update!(problem.elements, "master elements", master_elements) add_elements!(problem, [slave_elements; master_elements]) ``` Now, explicitly give master and slave elements as ```julia add_slave_elements!(problem, slave_elements) add_master_elements!(problem, master_elements) ``` Keep on mind that Lagrange multipliers are in slave side.
16 lines
173 B
Plaintext
16 lines
173 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
|