JuliaFEM.jl Versions Save

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.

v0.5.1

4 years ago

v0.5.1 (2019-10-11)

Diff since v0.5.0

Closed issues:

  • Test fails with Julia 1.2.0 (#232)
  • 2d_hertz_contact.jl example error (#221)
  • xdmf export: Analysis(Linear) does not write results (#203)
  • type analysis has no field time (#190)
  • Solve conflict with add_elements! (#180)

Merged pull requests:

  • Create Project.toml file and remove REQUIRE files (#242) (ahojukka5)
  • change in old function name ucfirst to uppercasefirst, (#240) (micampbell)
  • Fix broken test (#233) (ahojukka5)
  • Documentation deployment fix (#230) (ahojukka5)
  • fixed deprecated warning for format = html (#229) (rezarastak)
  • implement matrix coloring (#226) (KristofferC)
  • improve performance in elasticity by moving out computation of X from integration point loop (#225) (KristofferC)
  • improve performance in elasticity (#224) (KristofferC)
  • Fix example of 2d hertz contact (#223) (ahojukka5)
  • Add upper bound to Julia v2.0 to REQUIRE (#222) (ahojukka5)
  • Store Xdmf results in Mixed format (#217) (ahojukka5)
  • Update citation instruction in README.md (#216) (ahojukka5)

v0.5.0

5 years ago

v0.4.2

5 years ago

v0.4.1

5 years ago

v0.4.0

6 years ago

v0.3.7

6 years ago

v0.3.6

6 years ago

v0.3.5

6 years ago

v0.3.4

6 years ago

Core functionality is moved to base package called FEMBase.jl.

v0.3.3

6 years ago