Skip to content
Snippets Groups Projects
Commit 67c7c81e authored by sniklas142's avatar sniklas142
Browse files

writes out real field

parent 284ad24d
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ int ornstein_uhlenbeck_test<rnumber>::do_work(void)
this->ou->ou_field->get_cdata(),
out_file,"ou_spectra",0);
this->ou->ou_field->symmetrize();
this->ou->ou_field->ift();
std::vector<double> me;
me.resize(3);
......@@ -84,6 +85,8 @@ int ornstein_uhlenbeck_test<rnumber>::do_work(void)
// this->ou->ou_field->template compute_rspace_stats<rnumber, FFTW, THREE>(out_file, "ou", 0, me);
this->ou->ou_field->compute_rspace_stats(out_file, "ou", 0, me);
this->ou->ou_field->io("ou_field.h5", "ou_field", 0, false);
return EXIT_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment