bnd_types_to_bnd_descrs Subroutine

public subroutine bnd_types_to_bnd_descrs(mesh, bnd_type_core, bnd_type_wall, bnd_type_dome, bnd_type_out, bnd_descrs)

Arguments

Type IntentOptional Attributes Name
type(mesh_cart_t), intent(in) :: mesh

Mesh

integer, intent(in) :: bnd_type_core

Boundary type for core boundary

integer, intent(in) :: bnd_type_wall

Boundary type for wall boundary

integer, intent(in) :: bnd_type_dome

Boundary type for dome boundary

integer, intent(in) :: bnd_type_out

Boundary type for outer(mask) boundary

integer, intent(out), dimension(mesh%get_n_points_boundary()) :: bnd_descrs

Boundary descriptors on boundary points