Implements the spatial_average_t type.
◆ spatial_average_compute()
◆ spatial_average_free()
◆ spatial_average_init_from_components()
| subroutine spatial_average::spatial_average_init_from_components |
( |
class(spatial_average_t), intent(inout), target |
this, |
|
|
character(len=*), intent(in) |
name, |
|
|
character(len=*), dimension(:), intent(in) |
fields, |
|
|
type(coef_t), intent(inout), target |
coef, |
|
|
character(len=*), intent(in) |
avg_direction, |
|
|
character(len=*), intent(in) |
output_filename |
|
) |
| |
|
private |
- Parameters
-
| name | The unique name of the simcomp. |
| fields | Names of the fields to average. |
| coef | The SEM coefficients. |
| avg_direction | Direction(s) to average in. |
| output_filename | Base name of the output file. |
Definition at line 100 of file spatial_average.f90.
◆ spatial_average_init_from_json()
- Parameters
-
| json | The json parameter dictionary. |
| case | The neko case object. |
Definition at line 68 of file spatial_average.f90.