46#ifndef PFC_RESULTS_WRITER_HPP
47#define PFC_RESULTS_WRITER_HPP
241 virtual void set_domain(
const std::array<int, 3> &
arr_global,
287 template <
typename T>
MPI_Status write(
const std::vector<T> &data) {
288 return write(0, data);
292 std::string m_filename;
360 using ResultsWriter::ResultsWriter;
369 void set_domain(
const std::array<int, 3> &
arr_global,
386 template <
typename T>
394 const unsigned int disp = 0;
Definition results_writer.hpp:359
MPI_Status write(int increment, const ComplexField &data)
Write a complex-valued field to file at specified time step.
Definition results_writer.hpp:382
Definition results_writer.hpp:182
virtual MPI_Status write(int increment, const ComplexField &data)=0
Write a complex-valued field to file at specified time step.
Represents the global simulation domain (the "world").
Definition world.hpp:91
Common type aliases used throughout OpenPFC.
General utility functions.