Implements fld_file_output_t
.
◆ fld_file_output_init()
subroutine fld_file_output::fld_file_output_init |
( |
class(fld_file_output_t), intent(inout) |
this, |
|
|
integer, intent(in) |
precision, |
|
|
character(len=*), intent(in) |
name, |
|
|
integer, intent(in) |
nfields, |
|
|
character(len=*), intent(in), optional |
path |
|
) |
| |
- Parameters
-
precision | the precison of the reals in the file. |
name | The base name of the files. |
name | The number of field pointers to preallocate in the field list. |
path | Optional path to the write folder. |
Definition at line 61 of file fld_file_output.f90.
◆ fld_file_output_sample()
subroutine fld_file_output::fld_file_output_sample |
( |
class(fld_file_output_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t |
|
) |
| |
|
private |