cmp_mesh_v2v Module Procedure

module procedure cmp_mesh_v2v module subroutine cmp_mesh_v2v(nverts, v2c, v2v)

Uses

  • proc~~cmp_mesh_v2v~~UsesGraph proc~cmp_mesh_v2v cmp_mesh_v2v module~class_psblas class_psblas proc~cmp_mesh_v2v->module~class_psblas module~class_connectivity class_connectivity proc~cmp_mesh_v2v->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

$Id: cmp_mesh_v2v.f90 3093 2008-04-22 14:51:09Z sfilippo $

Description: Provides the Vertex To Vertex adjacency graph. The criterium for associating the graph nodes is arbitrarly defined by the user. In this case, using a co-located cell-centered strategy for variable displacement, the V2V connectivity is obtained by linking each vertex to all the ones belonging to the cells which share it.

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: nverts
type(connectivity), intent(in) :: v2c
type(connectivity), intent(out) :: v2v

Calls

proc~~cmp_mesh_v2v~~CallsGraph proc~cmp_mesh_v2v cmp_mesh_v2v stopwatch_ stopwatch_ proc~cmp_mesh_v2v->stopwatch_ interface~abort_psblas abort_psblas proc~cmp_mesh_v2v->interface~abort_psblas interface~alloc_conn alloc_conn proc~cmp_mesh_v2v->interface~alloc_conn interface~icontxt_ icontxt_ proc~cmp_mesh_v2v->interface~icontxt_ interface~mypnum_ mypnum_ proc~cmp_mesh_v2v->interface~mypnum_ proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas proc~alloc_conn alloc_conn interface~alloc_conn->proc~alloc_conn proc~icontxt_ icontxt_ interface~icontxt_->proc~icontxt_ proc~mypnum_ mypnum_ interface~mypnum_->proc~mypnum_ proc~alloc_conn->interface~abort_psblas psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

proc~~cmp_mesh_v2v~~CalledByGraph proc~cmp_mesh_v2v cmp_mesh_v2v interface~cmp_mesh_v2v cmp_mesh_v2v interface~cmp_mesh_v2v->proc~cmp_mesh_v2v

Contents

None