geom_hex_dihedral_angle Module Procedure

module procedure geom_hex_dihedral_angle module subroutine geom_hex_dihedral_angle(af, adjacent, largest, smallest)

Uses

  • proc~~geom_hex_dihedral_angle~~UsesGraph proc~geom_hex_dihedral_angle geom_hex_dihedral_angle module~class_psblas class_psblas proc~geom_hex_dihedral_angle->module~class_psblas module~tools_math tools_math proc~geom_hex_dihedral_angle->module~tools_math module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~tools_math->module~class_psblas module~class_vector class_vector module~tools_math->module~class_vector module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod module~class_vector->module~class_psblas psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Initialize to smallest possible value Initialize to largest possible value

Loop over all twelve edges in a hex cell

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: af(6)
integer, intent(in) :: adjacent(12,2)
real(kind=psb_dpk_), intent(out) :: largest
real(kind=psb_dpk_), intent(out) :: smallest

Called by

proc~~geom_hex_dihedral_angle~~CalledByGraph proc~geom_hex_dihedral_angle geom_hex_dihedral_angle interface~geom_hex_dihedral_angle geom_hex_dihedral_angle interface~geom_hex_dihedral_angle->proc~geom_hex_dihedral_angle proc~check_mesh_quality check_mesh_quality proc~check_mesh_quality->interface~geom_hex_dihedral_angle interface~check_mesh_quality check_mesh_quality interface~check_mesh_quality->proc~check_mesh_quality

Contents

None