JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
249 stars 66 forks source link

Fix docstring of Mesh #235

Open ahojukka5 opened 4 years ago

ahojukka5 commented 4 years ago

Now there reads:

Mesh(m::Dict)
Create a new Mesh using data m. It is assumed that m is in format what abaqus_read_mesh in AbaqusReader.jl is returning.

Clearly this needs to be documented so that the user knows how to create and populate Mesh.