14 #ifndef FIELDIO_FORTRAN_INCLUDED
15 #define FIELDIO_FORTRAN_INCLUDED
64 void read_file(std::vector<Field *>& vv,
const std::string& filename);
65 void write_file(std::vector<Field *>& vv,
const std::string& filename);
Container of Field-type object.
FieldIO_Fortran class for file I/O of Field data in Fortran binary format.
void read_file(Field *v, const std::string filename)
read data from file.
static const std::string class_name
void write_file(Field *v, const std::string filename)
write data to file.
FieldIO_Fortran(const IO_Format::Format *format)
FieldIO class for file I/O of space-time distributed data.