An abstract class of a grid function of element boundary data.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=ip), | public | :: | n | The number of elements in the grid function. |
|||
character(len=:), | public, | allocatable | :: | vname | The name of the boundary data. |
||
integer(kind=ip), | public | :: | iob_id | The file unit used for output of this object. |
type, abstract :: gfb
!! An abstract class of a grid function of element boundary data.
integer(ip) :: n
!! The number of elements in the grid function.
character(:), allocatable :: vname
!! The name of the boundary data.
integer(ip) :: iob_id
!! The file unit used for output of this object.
end type gfb