Parent Directory
|
Revision Log
|
Patch
revision 2419 by jfenwick, Mon Mar 30 02:13:58 2009 UTC | revision 2420 by gross, Thu May 14 02:28:58 2009 UTC | |
---|---|---|
# | Line 79 def wavePropagation(domain,h,tend,lam,mu | Line 79 def wavePropagation(domain,h,tend,lam,mu |
79 | u_pc_z = u_pc[2] | u_pc_z = u_pc[2] |
80 | ||
81 | # open file to save displacement at point source | # open file to save displacement at point source |
82 | u_pc_data=open('./data/U_pc.out','w') | u_pc_data=FileWriter('./data/U_pc.out') |
83 | u_pc_data.write("%f %f %f %f\n"%(t,u_pc_x,u_pc_y,u_pc_z)) | u_pc_data.write("%f %f %f %f\n"%(t,u_pc_x,u_pc_y,u_pc_z)) |
84 | ||
85 | while t<tend: | while t<tend: |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |