mobile_verts Module Procedure

module procedure mobile_verts module subroutine mobile_verts(msh, bc, c2v, shared_flag, unconstrained, n_unconstrained, constrained, n_constrained, all_tets, mixed)

Arguments

Type IntentOptional AttributesName
type(mesh), intent(in) :: msh
type(bc_poly), intent(in) :: bc(:)
type(connectivity), intent(in) :: c2v
logical, intent(in) :: shared_flag(:)
integer, intent(out) :: unconstrained(:)
integer, intent(out) :: n_unconstrained
integer, intent(out) :: constrained(:)
integer, intent(out) :: n_constrained
logical, intent(inout) :: all_tets(:)
logical, intent(inout) :: mixed(:)

Calls

proc~~mobile_verts~~CallsGraph proc~mobile_verts mobile_verts psb_cd_get_local_rows psb_cd_get_local_rows proc~mobile_verts->psb_cd_get_local_rows interface~free_conn free_conn proc~mobile_verts->interface~free_conn loc_to_glob_ loc_to_glob_ proc~mobile_verts->loc_to_glob_ proc~free_conn free_conn interface~free_conn->proc~free_conn interface~abort_psblas abort_psblas proc~free_conn->interface~abort_psblas proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

proc~~mobile_verts~~CalledByGraph proc~mobile_verts mobile_verts interface~mobile_verts mobile_verts interface~mobile_verts->proc~mobile_verts proc~smooth_mesh smooth_mesh proc~smooth_mesh->interface~mobile_verts interface~smooth_mesh smooth_mesh interface~smooth_mesh->proc~smooth_mesh

Contents

None