mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-23 02:59:52 +00:00
Merge branch 'master' of https://github.com/ovainola/JuliaFEM
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# This file is a part of JuliaFEM. License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
||||
module JuliaFEM
|
||||
|
||||
# package code goes here
|
||||
type Node
|
||||
node_id
|
||||
coords
|
||||
end
|
||||
type Element
|
||||
element_id
|
||||
node_ids
|
||||
end
|
||||
function test()
|
||||
return 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user