[cig-commits] [commit] knepley/upgrade-petsc-interface: Created subdirectory for output. (8c9ba89)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Mar 9 20:57:09 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/dc851868a6486094a16bddddf637440b13779c6e...8c9ba8926872fb272dd251e38d1d7d2066dbbbfe

>---------------------------------------------------------------

commit 8c9ba8926872fb272dd251e38d1d7d2066dbbbfe
Author: Charles Williams <C.Williams at gns.cri.nz>
Date:   Mon Mar 10 16:56:50 2014 +1300

    Created subdirectory for output.


>---------------------------------------------------------------

8c9ba8926872fb272dd251e38d1d7d2066dbbbfe
 tests/2d/maxwell/axialdisp2d.cfg | 4 ++--
 tests/2d/maxwell/axialdisp3d.cfg | 4 ++--
 tests/2d/maxwell/sheardisp2d.cfg | 4 ++--
 tests/2d/maxwell/sheardisp3d.cfg | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/2d/maxwell/axialdisp2d.cfg b/tests/2d/maxwell/axialdisp2d.cfg
index a067551..79446c1 100644
--- a/tests/2d/maxwell/axialdisp2d.cfg
+++ b/tests/2d/maxwell/axialdisp2d.cfg
@@ -91,13 +91,13 @@ db_initial.label = Dirichlet BC -y edge
 # ----------------------------------------------------------------------
 # Give basename for VTK output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = axialdisp2d.vtk
+filename = output/axialdisp2d.vtk
 time_format = %04.0f
 time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer.filename = axialdisp2d-statevars.vtk
+writer.filename = output/axialdisp2d-statevars.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
diff --git a/tests/2d/maxwell/axialdisp3d.cfg b/tests/2d/maxwell/axialdisp3d.cfg
index 611353a..b30928b 100644
--- a/tests/2d/maxwell/axialdisp3d.cfg
+++ b/tests/2d/maxwell/axialdisp3d.cfg
@@ -120,13 +120,13 @@ db_initial.label = Dirichlet BC -z edge
 # ----------------------------------------------------------------------
 # Give basename for VTK output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = axialdisp3d.vtk
+filename = output/axialdisp3d.vtk
 time_format = %04.0f
 time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer.filename = axialdisp3d-statevars.vtk
+writer.filename = output/axialdisp3d-statevars.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
diff --git a/tests/2d/maxwell/sheardisp2d.cfg b/tests/2d/maxwell/sheardisp2d.cfg
index 73213cf..eb5cb39 100644
--- a/tests/2d/maxwell/sheardisp2d.cfg
+++ b/tests/2d/maxwell/sheardisp2d.cfg
@@ -67,13 +67,13 @@ db_initial.data = [0.0*cm,1.0*cm]
 # ----------------------------------------------------------------------
 # Give basename for VTK output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = sheardisp2d.vtk
+filename = output/sheardisp2d.vtk
 time_format = %04.0f
 time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer.filename = sheardisp2d-statevars.vtk
+writer.filename = output/sheardisp2d-statevars.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
diff --git a/tests/2d/maxwell/sheardisp3d.cfg b/tests/2d/maxwell/sheardisp3d.cfg
index cfc6f06..ef81b57 100644
--- a/tests/2d/maxwell/sheardisp3d.cfg
+++ b/tests/2d/maxwell/sheardisp3d.cfg
@@ -94,13 +94,13 @@ db_initial.label = Dirichlet BC -z edge
 # ----------------------------------------------------------------------
 # Give basename for VTK output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = sheardisp3d.vtk
+filename = output/sheardisp3d.vtk
 time_format = %04.0f
 time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer.filename = sheardisp3d-statevars.vtk
+writer.filename = output/sheardisp3d-statevars.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year



More information about the CIG-COMMITS mailing list