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


Calls

proc~~bnd_types_to_bnd_descrs~~CallsGraph proc~bnd_types_to_bnd_descrs bnd_types_to_bnd_descrs interface~get_district mesh_cart_t%get_district proc~bnd_types_to_bnd_descrs->interface~get_district interface~get_n_points_boundary mesh_cart_t%get_n_points_boundary proc~bnd_types_to_bnd_descrs->interface~get_n_points_boundary proc~handle_error handle_error proc~bnd_types_to_bnd_descrs->proc~handle_error none~handle_error error_handler_t%handle_error proc~handle_error->none~handle_error