An integer data type instance of the abstract element boundary data type.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=ip), | public, | dimension(2) | :: | bvar | An integer 1d array of size 2 that will contain the boundary data of the element. |
The constructor for the integer element boundary data class.
type, extends(element_boundary_data) :: element_boundary_idata
!! An integer data type instance of the abstract element boundary data type.
integer(ip), dimension(2) :: bvar
!! An integer 1d array of size 2 that will contain the boundary data of
!! the element.
end type element_boundary_idata