Implements the field_writer_t type.
◆ field_writer_compute()
- Parameters
-
| t | The time value. |
| tstep | The current time-step |
Definition at line 152 of file field_writer.f90.
◆ field_writer_free()
◆ field_writer_init_from_attributes()
| subroutine field_writer::field_writer_init_from_attributes |
( |
class(field_writer_t), intent(inout) |
this, |
|
|
character(len=20), dimension(:), intent(in), allocatable |
fields, |
|
|
character(len=*), intent(in), optional |
filename, |
|
|
integer, intent(in), optional |
precision |
|
) |
| |
|
private |
- Parameters
-
| fields | Array of field names to be sampled. |
| filename | The name of the file save the fields to. Optional, if not provided, fields are added to the main output file. |
| precision | The real precision of the output data. Optional, defaults to single precision. |
Definition at line 105 of file field_writer.f90.
◆ field_writer_init_from_json()
- Parameters
-
| json | JSON object with the parameters. |
| case | The case object. |
Definition at line 71 of file field_writer.f90.