check_right_handed Module Procedure

module procedure check_right_handed module subroutine check_right_handed(msh, shared, shared_flag, tangled, all_tets)

Uses

  • proc~~check_right_handed~~UsesGraph proc~check_right_handed check_right_handed module~class_cell class_cell proc~check_right_handed->module~class_cell module~class_keytable class_keytable proc~check_right_handed->module~class_keytable module~class_vector class_vector proc~check_right_handed->module~class_vector module~tools_mesh_optimize tools_mesh_optimize proc~check_right_handed->module~tools_mesh_optimize module~tools_mesh_basics tools_mesh_basics proc~check_right_handed->module~tools_mesh_basics module~class_connectivity class_connectivity proc~check_right_handed->module~class_connectivity module~tools_mesh_check tools_mesh_check proc~check_right_handed->module~tools_mesh_check module~class_psblas class_psblas proc~check_right_handed->module~class_psblas module~class_vertex class_vertex proc~check_right_handed->module~class_vertex module~class_mesh class_mesh proc~check_right_handed->module~class_mesh module~class_cell->module~class_psblas module~class_vector->module~class_psblas module~tools_mesh_optimize->module~class_connectivity module~tools_mesh_optimize->module~class_vertex module~tools_mesh_optimize->module~class_mesh module~class_bc class_bc module~tools_mesh_optimize->module~class_bc module~class_iterating class_iterating module~tools_mesh_optimize->module~class_iterating module~tools_mesh_basics->module~class_connectivity module~class_connectivity->module~class_psblas module~tools_mesh_check->module~class_psblas module~tools_mesh_check->module~class_mesh module~class_scalar_field class_scalar_field module~tools_mesh_check->module~class_scalar_field module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_vertex->module~class_vector module~class_vertex->module~class_psblas module~class_mesh->module~class_cell module~class_mesh->module~class_keytable module~class_mesh->module~class_vector module~class_mesh->module~class_connectivity module~class_mesh->module~class_psblas module~class_mesh->module~class_vertex module~class_surface class_surface module~class_mesh->module~class_surface module~class_least_squares class_least_squares module~class_mesh->module~class_least_squares psb_base_mod psb_base_mod module~class_mesh->psb_base_mod module~grid_interface grid_interface module~class_mesh->module~grid_interface module~class_face class_face module~class_mesh->module~class_face module~class_stopwatch->module~tools_psblas module~class_stopwatch->psb_base_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~class_bc->module~class_psblas module~class_motion class_motion module~class_bc->module~class_motion module~class_bc_math class_bc_math module~class_bc->module~class_bc_math module~class_bc_wall class_bc_wall module~class_bc->module~class_bc_wall module~class_surface->module~class_connectivity module~class_cylinder class_cylinder module~class_surface->module~class_cylinder module~class_plane class_plane module~class_surface->module~class_plane module~class_least_squares->module~class_connectivity module~class_least_squares->module~class_psblas module~class_scalar_field->module~class_psblas module~class_scalar_field->module~class_mesh module~class_scalar_field->module~class_bc module~class_field class_field module~class_scalar_field->module~class_field module~class_dimensions class_dimensions module~class_scalar_field->module~class_dimensions module~class_material class_material module~class_scalar_field->module~class_material module~class_iterating->module~class_psblas module~units_interface units_interface module~grid_interface->module~units_interface module~object_interface object_interface module~grid_interface->module~object_interface module~class_face->module~class_psblas module~class_motion->module~class_vector module~class_motion->module~class_psblas module~class_cylinder->module~class_vector module~class_cylinder->module~class_psblas module~class_cylinder->module~class_vertex module~class_field->module~class_psblas module~class_field->module~class_mesh module~class_field->module~class_bc module~class_field->module~grid_interface module~class_field->module~class_dimensions module~class_field->module~class_material module~class_dimensions->module~class_psblas module~class_bc_math->module~class_psblas module~class_material->module~class_psblas matlib matlib module~class_material->matlib module~class_bc_wall->module~class_vector module~class_bc_wall->module~class_psblas module~class_bc_wall->module~class_mesh module~class_bc_wall->module~class_dimensions module~class_bc_wall->module~class_bc_math module~class_bc_wall->module~class_material module~units_interface->module~object_interface module~class_plane->module~class_vector module~class_plane->module~class_psblas

Arguments

Type IntentOptional AttributesName
type(mesh), intent(in) :: msh
integer, intent(in), allocatable:: shared(:)
logical, intent(in), allocatable:: shared_flag(:)
integer, intent(out) :: tangled
logical, intent(in) :: all_tets(:)

Calls

proc~~check_right_handed~~CallsGraph proc~check_right_handed check_right_handed interface~abort_psblas abort_psblas proc~check_right_handed->interface~abort_psblas psb_glob_to_loc psb_glob_to_loc proc~check_right_handed->psb_glob_to_loc loc_to_glob_ loc_to_glob_ proc~check_right_handed->loc_to_glob_ psb_cd_get_local_rows psb_cd_get_local_rows proc~check_right_handed->psb_cd_get_local_rows interface~right_handed right_handed proc~check_right_handed->interface~right_handed proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

proc~~check_right_handed~~CalledByGraph proc~check_right_handed check_right_handed interface~check_right_handed check_right_handed interface~check_right_handed->proc~check_right_handed proc~smooth_mesh smooth_mesh proc~smooth_mesh->interface~check_right_handed interface~smooth_mesh smooth_mesh interface~smooth_mesh->proc~smooth_mesh

Contents

None