An abstract class for the data in an element.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=ip), | public | :: | order | The order of the element. |
type, abstract :: element_data
!! An abstract class for the data in an element.
integer(ip) :: order
!! The order of the element.
end type element_data