Skip to content
Snippets Groups Projects
Commit f1b35dfc authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

honour the resultPath variable when writing the solution to vtk

[[Imported from SVN: r10016]]
parent 33f83179
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ int main (int argc, char *argv[]) try
(new VTKBasisGridFunction<FEBasis,EmbeddedVectorType>(feBasis, xEmbedded, "orientation"));
vtkWriter.addVertexData(vtkVectorField);
vtkWriter.write("resultGrid");
vtkWriter.write(resultPath + "_" + energy + "_result");
// //////////////////////////////////////////////////////////
// Recompute and compare against exact solution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment