Interface for Neko nmsh files.
More...
|
| procedure | read (this, data) |
| | Load a mesh from a binary Neko nmsh file.
|
| |
| procedure | write (this, data, t) |
| | Write a mesh from to a binary Neko nmsh file.
|
| |
| procedure | init (this, fname) |
| | Generic file constructor.
|
| |
| procedure(generic_file_write), deferred | write (this, data, t) |
| | Read method.
|
| |
| procedure(generic_file_read), deferred | read (this, data) |
| |
| procedure | set_counter (this, n) |
| | Set the file counter to n.
|
| |
| procedure | set_start_counter (this, n) |
| | Set the file start counter to n.
|
| |
| procedure | check_exists (this) |
| | Ensure the file exists.
|
| |
Definition at line 60 of file nmsh_file.f90.
◆ check_exists()
◆ init()
◆ read() [1/2]
◆ read() [2/2]
◆ set_counter()
◆ set_start_counter()
◆ write() [1/2]
◆ write() [2/2]
◆ counter
| integer generic_file::generic_file_t::counter |
|
inherited |
◆ fname
| character(len=1024) generic_file::generic_file_t::fname |
|
inherited |
◆ serial
| logical generic_file::generic_file_t::serial = .false. |
|
inherited |
◆ start_counter
| integer generic_file::generic_file_t::start_counter = 0 |
|
inherited |
The documentation for this type was generated from the following file: