Compute space operator.
implement space operator.
re-add elemental attribute.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(block_object), | intent(in) | :: | self | Block. |
subroutine compute_space_operator(self)!, space_operator)
!< Compute space operator.
!<
!< @TODO implement space operator.
!<
!< @TODO re-add elemental attribute.
class(block_object), intent(in) :: self !< Block.
! class(conservative_object), intent(inout) :: space_operator(1:,1:,1:) !< Space operator.
error stop 'error: block space operator to be implemented'
endsubroutine compute_space_operator