Output for spatially averaged fields.
◆ spatial_average_output_free()
◆ spatial_average_output_init()
| subroutine spatial_average_output::spatial_average_output_init |
( |
class(spatial_average_output_t), intent(inout) |
this, |
|
|
character(len=*), dimension(:), intent(in) |
fields, |
|
|
type(coef_t), intent(inout), target |
coef, |
|
|
character(len=*), intent(in) |
avg_direction, |
|
|
character(len=*), intent(in) |
filename |
|
) |
| |
- Parameters
-
| fields | Names of the fields to average. |
| coef | SEM coefficients. |
| avg_direction | Direction(s) to average in. Either 'x', 'y', 'z', 'xy', 'xz', or 'yz', matching the statistics output semantics. |
| filename | Base filename for the output file. |
Definition at line 79 of file spatial_average_output.f90.
◆ spatial_average_output_sample()