Skip to content
Snippets Groups Projects
Commit d4bed6d8 authored by Soma Mitra-Behura's avatar Soma Mitra-Behura
Browse files

updated geometry

parent 57b2558a
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ def clean_up_frame3dd(filename): ...@@ -20,7 +20,7 @@ def clean_up_frame3dd(filename):
def build(args): def build(args):
#return nodes,rods as numpy arrays #return nodes,rods as numpy arrays
return args.l*array([[0,0,0],[0,0,1.]]), array([[0,1]]) return args.l*array([[0,0,0],[0,0,1.],[0,1.,1.],[0,1.,0],[0,0,2.],[0,1.,2.]]), array([[0,1],[1,2],[2,3],[3,0],[2,4],[4,5],[5,2]])
def run_simulation(args): def run_simulation(args):
#set up simulation #set up simulation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment