geom_cell_implementation Submodule


Uses

  • module~~geom_cell_implementation~~UsesGraph module~geom_cell_implementation geom_cell_implementation module~class_cell class_cell module~geom_cell_implementation->module~class_cell module~class_face class_face module~geom_cell_implementation->module~class_face module~tools_mesh_basics tools_mesh_basics module~geom_cell_implementation->module~tools_mesh_basics module~class_psblas class_psblas module~class_cell->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_cell module subroutine geom_cell(verts, faces, cells, v2f, v2c, f2c, ncd, cell_cntr, vol, quiet)

$ if( allocated(cell_cntr) .or. & $ & allocated(vol)) then $ call abort_psblas $ end if

Arguments

Type IntentOptional AttributesName
type(vertex), intent(in), allocatable:: verts(:)
type(face), intent(in), allocatable:: faces(:)
type(cell), intent(in), allocatable:: cells(:)
type(connectivity), intent(in) :: v2f
type(connectivity), intent(in) :: v2c
type(connectivity), intent(in) :: f2c
integer, intent(in) :: ncd
type(vector), intent(out), allocatable:: cell_cntr(:)
real(kind=psb_dpk_), intent(out), allocatable:: vol(:)
logical, intent(in), optional :: quiet