8000
Skip to content

Tags: JuliaFEM/JuliaFEM.jl

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaFEM/JuliaFEM.jl/releases/tag/v0.5.1 for release n…

…otes

v0.5.0

Toggle v0.5.0's commit message
Fix examples

* Fix deprecation warnings from examples and fix some small things.

v0.4.2

Toggle v0.4.2's commit message
Fix deprecations (#206)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Call Nonlinear analysis using run! (#201)

`analysis(time)` and `solve!(analysis, time)` are going to be deprecated later on.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop Dataframes (#193)

Looks that package is no more used in the code. Let's drop it.

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace some rarely used functions (#188)

- `empty!(problem)` -> `empty!(problem.assembly)`
- `get_gdofs(element, ndim)` -> `get_gdofs(problem, element)`

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use FEMBase v0.1.x (#185)

Lots of stuff moved from JuliaFEM.jl to FEMBase.jl.

v0.3.5

Toggle v0.3.5's commit message
Update REQUIRE

v0.3.4

Toggle v0.3.4's commit message
remove matplotlib dependency

matplotlib cannot be installed during the generation of documentation,
ssl error. Use static images in documentation instead of automatically
generated ones.

v0.3.3

Toggle v0.3.3's commit message
Fix documentation

Update documentation of several functions to match documentation guide.
0