| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(block_object), | intent(inout) | :: | self | Correct the metrics. Check for boundary conditions and volumes issues. TodoImplement correction. Block. |
subroutine correct_metrics(self)
!> Correct the metrics.
!<
!< Check for boundary conditions and volumes issues.
!<
!< @TODO Implement correction.
class(block_object), intent(inout) :: self !< Block.
error stop 'error: block metrics correction to be implemented'
endsubroutine correct_metrics