Specifies that the upper boundary in the first dimension has Neumann boundary conditions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dallaston2015_glacier_boundary), | intent(in) | :: | this |
pure function dallaston2015_upper_type(this) result(bound_type)
!* Author: Chris MacMackin
! Date: January 2017
!
! Specifies that the upper boundary in the first dimension has
! Neumann boundary conditions.
!
class(dallaston2015_glacier_boundary), intent(in) :: this
integer, dimension(:), allocatable :: bound_type
bound_type = [neumann, free_boundary]
end function dallaston2015_upper_type