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