tem_match_bc_header Subroutine

private subroutine tem_match_bc_header(me, BC_prop)

This routine match the labels in me(tem_bc_header_type) against the labels in the bcProp(tem_BC_prop_type). If a bc label can not be matched, the code will STOP!

Arguments

TypeIntentOptionalAttributesName
type(tem_bc_header_type) :: me

The boundary header to fill

type(tem_BC_prop_type), intent(in) :: BC_prop

The boundary properties of the treelmesh, to connect the header to


Calls

proc~~tem_match_bc_header~~CallsGraph proc~tem_match_bc_header tem_match_bc_header proc~tem_abort tem_abort proc~tem_match_bc_header->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_match_bc_header~~CalledByGraph proc~tem_match_bc_header tem_match_bc_header proc~tem_load_bc_header tem_load_bc_header proc~tem_load_bc_header->proc~tem_match_bc_header

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iBC
integer, private :: iBCtype
character(len=LabelLen), private :: proplabel
logical, private :: MatchedBC