a_row Derived Type

type, private :: a_row


Inherited by

type~~a_row~~InheritedByGraph type~a_row a_row type~keytable keytable type~keytable->type~a_row row type~mesh mesh type~mesh->type~keytable ov2c_sup, c2ov_sup, ov2f_sup, f2ov_sup type~pde pde type~pde->type~mesh msh type~field field type~field->type~mesh msh type~scalar_field scalar_field type~scalar_field->type~field type~vector_field vector_field type~vector_field->type~field type~scalar_pde scalar_pde type~scalar_pde->type~pde type~vector_pde vector_pde type~vector_pde->type~pde

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public, allocatable:: entries(:)

Source Code

    TYPE a_row
        INTEGER, ALLOCATABLE :: entries(:)
    END TYPE a_row