type_table Module


Uses

  • module~~type_table~~UsesGraph module~type_table type_table module~class_psblas class_psblas module~type_table->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~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

Used by

  • module~~type_table~~UsedByGraph module~type_table type_table module~rd_gmsh_implementation rd_gmsh_implementation module~rd_gmsh_implementation->module~type_table proc~rd_exodus_mesh rd_exodus_mesh proc~rd_exodus_mesh->module~type_table proc~rd_cgns_mesh rd_cgns_mesh proc~rd_cgns_mesh->module~type_table module~type_table_procedures type_table_procedures module~type_table_procedures->module~type_table module~rd_gambit_implementation rd_gambit_implementation module~rd_gambit_implementation->module~type_table

Contents


Interfaces

interface

  • private module subroutine alloc_table(a2b, nel, ntab)

    Arguments

    Type IntentOptional AttributesName
    class(table), intent(inout) :: a2b
    integer, intent(in), optional :: nel
    integer, intent(in), optional :: ntab

interface

  • private module subroutine free_table(a2b)

    Arguments

    Type IntentOptional AttributesName
    class(table), intent(inout) :: a2b

interface

  • private module subroutine get_dual_table(a2b, b2a)

    Arguments

    Type IntentOptional AttributesName
    class(table), intent(in) :: a2b
    type(table), intent(out) :: b2a

interface

  • private elemental module function nemo_table_sizeof(tab)

    Arguments

    Type IntentOptional AttributesName
    class(table), intent(in) :: tab

    Return Value integer(kind=nemo_int_long_)


Derived Types

type, public :: table

Components

TypeVisibility AttributesNameInitial
integer, public, allocatable:: lookup(:)
integer, public, allocatable:: tab(:)

Type-Bound Procedures

procedure, public :: alloc_table
procedure, public :: free_table
procedure, public :: get_dual_table
generic, public :: nemo_sizeof => nemo_table_sizeof
procedure, private :: nemo_table_sizeof