mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-19 11:43:47 +00:00
17 lines
411 B
ReStructuredText
17 lines
411 B
ReStructuredText
JuliaFEM.interfaces
|
|
===================
|
|
|
|
Exported
|
|
--------
|
|
|
|
.. function:: solve_elasticity_interface!()
|
|
|
|
This is generic interface that reads data from data model, solves elasticity
|
|
problem and updates model.
|
|
|
|
:param model : to be defined
|
|
source:
|
|
-------
|
|
[JuliaFEM/src/interfaces.jl:22](https://github.com/JuliaFEM/JuliaFEM.jl/tree/08077a783a6459336cf07b02e323df0e9977c74f/src/interfaces.jl#L22)
|
|
|