geom_diff_implementation Submodule


Uses

  • module~~geom_diff_implementation~~UsesGraph module~geom_diff_implementation geom_diff_implementation module~class_vector class_vector module~geom_diff_implementation->module~class_vector module~class_face class_face module~geom_diff_implementation->module~class_face module~tools_mesh_basics tools_mesh_basics module~geom_diff_implementation->module~tools_mesh_basics module~class_psblas class_psblas module~class_vector->module~class_psblas module~class_face->module~class_psblas module~class_connectivity class_connectivity module~tools_mesh_basics->module~class_connectivity module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_connectivity->module~class_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod 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

Contents


Module Procedures

module procedure geom_diff module subroutine geom_diff(faces, f2b, face_cntr, af, cell_cntr, df, dist, int_fact)

$ if( allocated(df) .or. & $ & allocated(dist) .or. & $ & allocated(int_fact)) then $ call abort_psblas $ end if

Arguments

Type IntentOptional AttributesName
type(face), intent(in), allocatable:: faces(:)
type(connectivity), intent(in) :: f2b
type(vector), intent(in), allocatable:: face_cntr(:)
type(vector), intent(in), allocatable:: af(:)
type(vector), intent(in), allocatable:: cell_cntr(:)
type(vector), intent(out), allocatable:: df(:)
real(kind=psb_dpk_), intent(out), allocatable:: dist(:)
real(kind=psb_dpk_), intent(out), allocatable:: int_fact(:)