Implements field_output_t.
◆ field_output_free()
◆ field_output_init()
| subroutine field_output::field_output_init |
( |
class(field_output_t), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
name, |
|
|
integer, intent(in) |
nfields, |
|
|
integer, intent(in), optional |
precision, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
character(len=*), intent(in), optional |
format |
|
) |
| |
- Parameters
-
| name | The base name of the files. |
| nfields | The number of field pointers to preallocate in the field list. |
| precision | the precision of the reals in the file. |
| path | Optional path to the write folder. |
| format | Optional suffix for the file name. |
Definition at line 65 of file field_output.f90.
◆ field_output_sample()