https://github.com/JuliaFEM/JuliaFEM.jl
Name Target Message Date
HEAD 480e184 Update README.md 08 February 2024, 08:26:25 UTC
refs/heads/KristofferC-patch-1 c33ec48 improve performance in elasticity 02 November 2018, 17:38:15 UTC
refs/heads/KristofferC-patch-2 a0e6e03 improve performance in elasticity by moving out computation of X from intergration point loop 02 November 2018, 17:47:57 UTC
refs/heads/drop_dataframes f67ff17 Drop Dataframes Looks that package is no more used in code. Drop it. 02 May 2018, 08:52:17 UTC
refs/heads/fbot/deps 8c5a898 Fix deprecations 02 July 2018, 20:33:16 UTC
refs/heads/feature/FEMCoupling 8db673b Added FEMCoupling feature and example. 12 July 2018, 09:32:49 UTC
refs/heads/feature/SparseVector 1fd5ca3 fix test, compare full matrices 30 April 2017, 11:19:28 UTC
refs/heads/feature/fast_kinematics 2afd963 fast kinematics 13 August 2017, 21:03:23 UTC
refs/heads/feature/solver 3d7b04c Import get_problems from FEMBase 29 January 2018, 15:22:05 UTC
refs/heads/feature/threading fa52f5f Set up entry point for element assembly From here we can preallocate matrices to improve efficiency of code. 13 August 2017, 20:50:34 UTC
refs/heads/fix/modalsolver_time 765e4a9 Fix bug in eigenvalue solver This closes issue #190. 18 March 2018, 10:15:51 UTC
refs/heads/gh-pages 824daa4 build based on c4b46dd 27 October 2019, 11:01:40 UTC
refs/heads/kc/coloring 75098a4 implement matrix coloring 08 November 2018, 19:28:20 UTC
refs/heads/master 480e184 Update README.md 08 February 2024, 08:26:25 UTC
refs/heads/performance/eiffel-tower 886e731 parametrize script 13 August 2017, 11:38:17 UTC
refs/heads/plastic_material c4756e9 added parameters to ip & element fields 09 October 2016, 10:52:21 UTC
refs/heads/testing/contact bc1d478 fix license header 18 May 2018, 07:27:52 UTC
refs/tags/v0.2.0 e1d0ad9 possibility to solve positive semi-definite problems. 22 December 2016, 08:06:18 UTC
refs/tags/v0.2.1 c307c14 Testing/code coverage (#83) Change the code coverage to green. * removed duplicate code * Removed unused code * removed unmaintained code * DCTI + DVTI refactored * discrete fields refactored and tested * fields are now tested quite well. * Removed obsolete code not used anywhere * Element descriptions to common dictionary * size in global const dictionary also * Added coverage to sparse tools and removed couple unused functions * get nonzero rows from SparseMatrixCSC * bugfix: extending element basis now working and tested * Removed two unused functions from elements.jl * removed useless function * Useless conversion * remove elasticity assembly using ForwardDiff because it's not used anywhere' * Added basic testing for NURBS. Fixed bug in NSolid interpolation. * removed unused functions * Removed some debug stuff * renamed file * removed field assembly posthook, i think not good idea at all * test for nnz(K) == 0 and automatic determination of dofs * Testing that solver is throwing error if having problems with boundary assembly * Removed some unused options. Refactoring. * Moved solver non-related code to elements.jl * Removed custom exception (no need) * unneeded postprocess code * More tests for NURBS elements. * Removed unfinished .mail parser * proper use of Logging package * also read results * renamed test file * create_surface_elements accepts surface name in String now * bugfix: remove zero rows from constraint matrix after manually removing dofs from some boundary assemblies. * New test, displacement 3d patch test * skip displacement field in surface element splitting if not defined * test element splitting and linear surface elements, fails. * Bugfix: Xdmf, not XDMF * removed nonworking tests, requires bugfix * abaqus_read_results is not working -> bug 30 January 2017, 10:28:33 UTC
refs/tags/v0.3.3 6e46769 Fix documentation Update documentation of several functions to match documentation guide. 23 August 2017, 12:28:20 UTC
refs/tags/v0.3.4 3e8fb60 remove matplotlib dependency matplotlib cannot be installed during the generation of documentation, ssl error. Use static images in documentation instead of automatically generated ones. 13 November 2017, 09:30:48 UTC
refs/tags/v0.3.5 35307b1 Update REQUIRE 27 December 2017, 17:26:26 UTC
refs/tags/v0.3.6 d7bef41 use FEMBase v0.1.x (#185) Lots of stuff moved from JuliaFEM.jl to FEMBase.jl. 19 January 2018, 14:01:33 UTC
refs/tags/v0.3.7 b950ba3 Replace some rarely used functions (#188) - `empty!(problem)` -> `empty!(problem.assembly)` - `get_gdofs(element, ndim)` -> `get_gdofs(problem, element)` 08 February 2018, 07:47:44 UTC
refs/tags/v0.4.0 f0997d8 Drop Dataframes (#193) Looks that package is no more used in the code. Let's drop it. 02 May 2018, 09:45:14 UTC
refs/tags/v0.4.1 41e3d36 Call Nonlinear analysis using run! (#201) `analysis(time)` and `solve!(analysis, time)` are going to be deprecated later on. 06 June 2018, 12:36:46 UTC
refs/tags/v0.4.2 a8a3e0b Fix deprecations (#206) 05 July 2018, 08:21:10 UTC
refs/tags/v0.5.0 4a57019 Fix examples * Fix deprecation warnings from examples and fix some small things. 06 September 2018, 09:17:52 UTC
back to top