mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
Nodes and Elements
This commit is contained in:
+9
-1
@@ -1,6 +1,14 @@
|
||||
# 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
|
||||
test = 1
|
||||
type Node
|
||||
node_id
|
||||
coords
|
||||
end
|
||||
type Element
|
||||
element_id
|
||||
node_ids
|
||||
end
|
||||
|
||||
end # module
|
||||
|
||||
Reference in New Issue
Block a user