Compute block metrics.
re-add elemental attribute.
re-add metrics correction call.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(block_object), | intent(inout) | :: | self | Block. |
subroutine compute_metrics(self)
!< Compute block metrics.
!<
!< @TODO re-add elemental attribute.
!<
!< @TODO re-add metrics correction call.
class(block_object), intent(inout) :: self !< Block.
call self%compute_faces_metrics
call self%compute_volumes
! call self%correct_metrics
call self%nullify_normals
endsubroutine compute_metrics