alloc_vertex Module Procedure

module procedure alloc_vertex module subroutine alloc_vertex(verts, n)

Arguments

Type IntentOptional AttributesName
type(vertex), allocatable:: verts(:)
integer, intent(in) :: n

Calls

proc~~alloc_vertex~~CallsGraph proc~alloc_vertex alloc_vertex interface~abort_psblas abort_psblas proc~alloc_vertex->interface~abort_psblas interface~vector_ vector_ proc~alloc_vertex->interface~vector_ proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas proc~vector_ vector_ interface~vector_->proc~vector_ psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

proc~~alloc_vertex~~CalledByGraph proc~alloc_vertex alloc_vertex interface~alloc_vertex alloc_vertex interface~alloc_vertex->proc~alloc_vertex proc~g2l_vertex g2l_vertex proc~g2l_vertex->interface~alloc_vertex proc~rd_gmsh_mesh rd_gmsh_mesh proc~rd_gmsh_mesh->interface~alloc_vertex proc~l2g_vertex l2g_vertex proc~l2g_vertex->interface~alloc_vertex proc~rd_exodus_mesh rd_exodus_mesh proc~rd_exodus_mesh->interface~alloc_vertex proc~rd_cgns_mesh rd_cgns_mesh proc~rd_cgns_mesh->interface~alloc_vertex proc~rd_gambit_mesh rd_gambit_mesh proc~rd_gambit_mesh->interface~alloc_vertex proc~bcast_vertex bcast_vertex proc~bcast_vertex->interface~alloc_vertex interface~rd_gambit_mesh rd_gambit_mesh interface~rd_gambit_mesh->proc~rd_gambit_mesh interface~g2l_vertex g2l_vertex interface~g2l_vertex->proc~g2l_vertex interface~l2g_vertex l2g_vertex interface~l2g_vertex->proc~l2g_vertex interface~bcast_vertex bcast_vertex interface~bcast_vertex->proc~bcast_vertex interface~rd_exodus_mesh rd_exodus_mesh interface~rd_exodus_mesh->proc~rd_exodus_mesh interface~rd_gmsh_mesh rd_gmsh_mesh interface~rd_gmsh_mesh->proc~rd_gmsh_mesh interface~rd_cgns_mesh rd_cgns_mesh interface~rd_cgns_mesh->proc~rd_cgns_mesh proc~import_mesh import_mesh proc~import_mesh->interface~rd_gambit_mesh proc~import_mesh->interface~rd_gmsh_mesh proc~write_exo_morfeus write_exo_morfeus proc~write_exo_morfeus->interface~l2g_vertex proc~write_mesh write_mesh proc~write_mesh->interface~l2g_vertex proc~g2l_mesh g2l_mesh proc~g2l_mesh->interface~g2l_vertex proc~g2l_mesh->interface~bcast_vertex proc~create_mesh create_mesh proc~create_mesh->proc~import_mesh proc~create_mesh->proc~g2l_mesh interface~write_mesh write_mesh interface~write_mesh->proc~write_mesh interface~write_exo_morfeus write_exo_morfeus interface~write_exo_morfeus->proc~write_exo_morfeus interface~create_mesh create_mesh interface~create_mesh->proc~create_mesh

Contents

None