]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Writing output file in the same directory. 185/head
authorumairhussaincmm <husain.umair2010@gmail.com>
Wed, 3 Jul 2024 07:55:00 +0000 (13:25 +0530)
committerumairhussaincmm <husain.umair2010@gmail.com>
Wed, 3 Jul 2024 07:55:00 +0000 (13:25 +0530)
Crystal_Growth_Phase_Field_Model/output_results.cpp

index c4b4fccb8c76cba775d79ebc640f0022ea1cbe6d..9a624745a28a642802d7cb5f7411e00feeebbc52 100644 (file)
@@ -15,7 +15,7 @@ void PhaseFieldSolver::output_results(const unsigned int timestep_number) const
 
         data_out.add_data_vector(localized_solution, solution_names);
         const std::string filename =
-                "output/solution-" + Utilities::int_to_string(timestep_number, 3) + ".vtk";
+                "solution-" + Utilities::int_to_string(timestep_number, 3) + ".vtk";
         DataOutBase::VtkFlags vtk_flags;
         vtk_flags.compression_level =
                 DataOutBase::VtkFlags::ZlibCompressionLevel::best_speed;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.