init_boundaries_neutrals Subroutine

public subroutine init_boundaries_neutrals(self, mesh_cano, mesh_stag)

Sets boundary types and values according to parameters

Type Bound

boundaries_neutrals_t

Arguments

Type IntentOptional Attributes Name
class(boundaries_neutrals_t), intent(inout) :: self

Instance of the type

type(mesh_cart_t), intent(in) :: mesh_cano

Mesh (canonical)

type(mesh_cart_t), intent(in) :: mesh_stag

Mesh (staggered)


Contents