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