rd_cgns_mesh_implementation Submodule


Uses

  • module~~rd_cgns_mesh_implementation~~UsesGraph module~rd_cgns_mesh_implementation rd_cgns_mesh_implementation module~tools_mesh tools_mesh module~rd_cgns_mesh_implementation->module~tools_mesh module~class_psblas class_psblas module~tools_mesh->module~class_psblas module~class_connectivity class_connectivity module~tools_mesh->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 rd_cgns_mesh module subroutine rd_cgns_mesh(mesh_file, mesh_id, nbc, ncd, verts, faces, cells, v2f, v2c, f2c, c2g)

Read more…

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: mesh_file
character(len=*), intent(out) :: mesh_id
integer, intent(out) :: nbc
integer, intent(out) :: ncd
type(vertex), intent(out), allocatable:: verts(:)
type(face), intent(out), allocatable:: faces(:)
type(cell), intent(out), allocatable:: cells(:)
type(connectivity), intent(out) :: v2f
type(connectivity), intent(out) :: v2c
type(connectivity), intent(out) :: f2c
type(connectivity), intent(out) :: c2g