flat_stag_to_cano Interface

interface
public module subroutine flat_stag_to_cano(self, ustag, ustag_bwd, flat_u_cano)

Arguments

Type IntentOptional Attributes Name
class(parallel_map_t), intent(in) :: self

Instance of the type

real(kind=GP), intent(in), dimension(self%map_cano_stag_fwd%ncol) :: ustag

Field on mesh_stag at phi_stag

real(kind=GP), intent(in), dimension(self%map_cano_stag_bwd%ncol) :: ustag_bwd

Field on mesh_stag_bwd at phi_stag-dphi

real(kind=GP), intent(out), dimension(self%map_cano_stag_fwd%ndim) :: flat_u_cano

Quantity flatted to mesh_cano at phi_cano

Description

Flats (maps) quantity from mesh_stag to mesh_cano