|
Bridge++
Ver. 2.0.4
|
FieldIO_Text class for file I/O of Field data in plain text format. More...
#include <fieldIO_Text_4x4x4x8.h>
Public Member Functions | |
| FieldIO_Text_4x4x4x8 (const IO_Format::Format *format) | |
| void | read_file (Field &v, const std::string &filename) |
| read data from file. (‘const’ is added [18 Mar 2021]) More... | |
| void | write_file (Field &v, const std::string &filename) |
| write data to file. (‘const’ is added [18 Mar 2021]) More... | |
Public Member Functions inherited from FieldIO | |
| FieldIO (const IO_Format::Format *format) | |
| < constructor. format specifies data layout on file. More... | |
| virtual | ~FieldIO () |
| void | deliver (Field *vlocal, Field *vglobal) |
| distribute data on primary node over parallel nodes. More... | |
| void | gather (Field *vglobal, Field *vlocal) |
| gather data on parallel nodes to primary node. More... | |
Static Public Attributes | |
| static const std::string | class_name = "FieldIO_Text_4x4x4x8" |
Static Public Attributes inherited from FieldIO | |
| static const std::string | class_name = "FieldIO" |
Additional Inherited Members | |
Static Public Member Functions inherited from FieldIO | |
| static void | convert_endian (void *buf, size_t size, size_t nmemb) |
| check if machine byte order is big-endian. More... | |
| static bool | is_bigendian () |
Protected Attributes inherited from FieldIO | |
| const IO_Format::Format * | m_format |
| Bridge::VerboseLevel | m_vl |
FieldIO_Text class for file I/O of Field data in plain text format.
This class read 4x4x4x8 in plain text format lattice and periodically copy it as a larger size of lattice. The configuration is read on the rank 0 node and broadcasted. No write method is defined. [11 Jul 2014 H.Matsufuru]
Definition at line 32 of file fieldIO_Text_4x4x4x8.h.
|
inline |
Definition at line 38 of file fieldIO_Text_4x4x4x8.h.
|
virtual |
read data from file. (‘const’ is added [18 Mar 2021])
Implements FieldIO.
Definition at line 21 of file fieldIO_Text_4x4x4x8.cpp.
|
virtual |
write data to file. (‘const’ is added [18 Mar 2021])
Implements FieldIO.
Definition at line 154 of file fieldIO_Text_4x4x4x8.cpp.
|
static |
Definition at line 35 of file fieldIO_Text_4x4x4x8.h.