alloc_cylinder Module Procedure

module procedure alloc_cylinder module subroutine alloc_cylinder(vertices, this_cylinder)

Uses

  • proc~~alloc_cylinder~~UsesGraph proc~alloc_cylinder alloc_cylinder module~class_vector class_vector proc~alloc_cylinder->module~class_vector module~class_psblas class_psblas proc~alloc_cylinder->module~class_psblas module~tools_math tools_math proc~alloc_cylinder->module~tools_math module~class_vector->module~class_psblas 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_vector module~tools_math->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

Arguments

Type IntentOptional AttributesName
type(vertex), intent(in) :: vertices(:)
type(cylinder), pointer:: this_cylinder

Calls

proc~~alloc_cylinder~~CallsGraph proc~alloc_cylinder alloc_cylinder interface~abort_psblas abort_psblas proc~alloc_cylinder->interface~abort_psblas my_vertices my_vertices proc~alloc_cylinder->my_vertices interface~vector_ vector_ proc~alloc_cylinder->interface~vector_ proc~try_cylinder_r2 try_cylinder_r2 proc~alloc_cylinder->proc~try_cylinder_r2 proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas proc~vector_ vector_ interface~vector_->proc~vector_ proc~try_cylinder_r2->interface~vector_ float float proc~try_cylinder_r2->float proc~calc_error calc_error proc~try_cylinder_r2->proc~calc_error psb_abort psb_abort proc~abort_psblas->psb_abort proc~calc_error->float

Called by

proc~~alloc_cylinder~~CalledByGraph proc~alloc_cylinder alloc_cylinder interface~alloc_cylinder alloc_cylinder interface~alloc_cylinder->proc~alloc_cylinder

Contents

None