Commit Graph

225 Commits

Author SHA1 Message Date
ovainola 0883aed29f New documentation builded 2015-06-26 18:57:06 +03:00
ovainola e4544d2b8d Update REQUIRE 2015-06-26 18:55:48 +03:00
ovainola f29640d795 Update shape_functions.jl 2015-06-26 18:55:09 +03:00
ovainola 449b62bb59 Update interfaces.jl
Removed @doc macro
2015-06-26 18:54:53 +03:00
ovainola 4c0505cc2c Update elasticity_solver.jl 2015-06-26 18:54:28 +03:00
ovainola 94b1606842 Update abaqus_reader.jl
Removed @doc macro
2015-06-26 18:53:29 +03:00
ovainola 78d9170864 Update JuliaFEM.jl
Removed @doc macros
2015-06-26 18:52:44 +03:00
ovainola b54038370a Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl 2015-06-26 18:50:03 +03:00
ovainola 4cec6068be Added lexicon documentation 2015-06-26 18:48:47 +03:00
Jukka Aho 5490fc6d6c Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl 2015-06-26 18:48:35 +03:00
Jukka Aho c05e86af43 some change 2015-06-26 18:48:25 +03:00
ovainola 57529ba984 Create empty.txt 2015-06-26 18:45:22 +03:00
ovainola 7cbbda1312 Create build.jl 2015-06-26 18:44:20 +03:00
Jukka Aho 8496477921 Merge pull request #41 from ovainola/master
Added type template to interpolate function and added test for interpolate
2015-06-26 16:29:44 +03:00
Jukka Aho ffbd8232b2 unfinished notebooks 2015-06-25 23:11:57 +03:00
ovainola f25f24e4ce more fixes 2015-06-25 21:48:11 +03:00
ovainola 3ddee52fe5 meneeko ikina lapi 2015-06-25 21:17:29 +03:00
ovainola 06ee2e1c4d own fault in aba reader ver.2 2015-06-25 21:08:42 +03:00
ovainola e724774d78 own fault in aba reader 2015-06-25 21:04:39 +03:00
ovainola d41654ea25 adding commit....
Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl

Conflicts:
	src/abaqus_reader.jl
2015-06-25 20:57:20 +03:00
Tero Frondelius 3e48ae32ab Update CONTRIBUTING.md
Reminder to run tests before the pull request.
2015-06-25 20:51:31 +03:00
ovainola 1f7967b604 new commit 2015-06-25 20:28:57 +03:00
ovainola 19fe695f31 new update 2015-06-25 20:27:47 +03:00
Jukka Aho d69dcd3920 added basic abaqus inp parser 2015-06-25 19:58:26 +03:00
ovainola fa09fbabd6 Added '->' symbol at the end of docstring 2015-06-25 19:58:09 +03:00
ovainola b62f21b084 Adding license comment to files missing it and removing non-ascii characters from elasticity-solver 2015-06-25 19:50:34 +03:00
ovainola 2175c55f41 Added test to interpolate function 2015-06-25 19:20:15 +03:00
ovainola fd3b343575 Added type template to interpolate function and added test for interpolate 2015-06-25 19:13:28 +03:00
Tero Frondelius 1edbdc305a fixed the path problems in few general tests 2015-06-25 18:35:16 +03:00
Tero Frondelius 0b8825552a JuliaFEMLogo proposalv4 2015-06-25 08:37:48 +03:00
Tero Frondelius 25f5db6106 JuliaFEMLogo proposalv3 2015-06-25 08:06:03 +03:00
Tero Frondelius 2f98cb2aa5 JuliaFEMLogo proposalv2 2015-06-25 08:02:23 +03:00
Tero Frondelius 127f5aca3d JuliaFEMLogo proposal 2015-06-25 07:43:26 +03:00
Jukka Aho f98749e7dd elasticity solved and visualized 2015-06-25 00:47:03 +03:00
Jukka Aho 3021824560 primitive version of xdmf writing 2015-06-25 00:27:26 +03:00
Tero Frondelius 856b2cf1c1 fixing a copy-paste error 2015-06-24 23:43:00 +03:00
Tero Frondelius a7da3efc39 Merge branch 'master' of github.com:JuliaFEM/JuliaFEM.jl
Adding test for header information
2015-06-24 23:33:49 +03:00
Tero Frondelius 9463e7953a File header license test added 2015-06-24 23:33:42 +03:00
Jukka Aho d8b1926e1f lightxml test 2015-06-24 22:37:04 +03:00
Jukka Aho 487702c718 refactored a bit 2015-06-24 21:33:56 +03:00
Jukka Aho 73c2809e85 fixed a bug with calculating jacobian 2015-06-24 21:03:10 +03:00
Jukka Aho 046ea5e43e convenience function for interpolating field variables 2015-06-24 20:47:21 +03:00
Tero Frondelius e1bffb6c81 FactCheck summary at the end 2015-06-24 19:37:28 +03:00
Tero Frondelius c752ea1044 added a test to find non ascii characters from src 2015-06-24 18:32:47 +03:00
Jukka Aho 23391701c7 program structure 2015-06-24 10:58:23 +03:00
Jukka Aho 9657ea70ee several element solution now possible 2015-06-24 01:35:39 +03:00
Jukka Aho ea03e7da1d added preliminary boundary condition removing 2015-06-24 00:59:07 +03:00
Tero Frondelius f0f3c4e7bf Update CONTRIBUTING.md
Corrected the JuliaFem.jl github address.
2015-06-24 00:02:22 +03:00
Jukka Aho 1f70a98332 Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM 2015-06-23 23:45:26 +03:00
Jukka Aho 2f4896e6b7 moved interface code out from solver 2015-06-23 23:45:15 +03:00