[cig-commits] commit: output pressure at the end

Mercurial hg at geodynamics.org
Fri Mar 2 16:27:59 PST 2012


changeset:   72:91ce53ec8151
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Mar 02 12:19:55 2012 -0800
files:       main.cxx
description:
output pressure at the end


diff -r bb77eb7bfa79 -r 91ce53ec8151 main.cxx
--- a/main.cxx	Fri Mar 02 12:06:57 2012 -0800
+++ b/main.cxx	Fri Mar 02 12:19:55 2012 -0800
@@ -475,6 +475,7 @@ int main()
 
   write_vtk("zx",Nx+1,N,zx);
   write_vtk("zy",Nx,N,zy);
+  write_vtk("p",Nx,N,p);
 
   for(int i=0;i<Nx+1;++i)
     for(int j=0;j<Ny+1;++j)



More information about the CIG-COMMITS mailing list