atl_compute_source_interface Abstract Interface

abstract interface
public subroutine atl_compute_source_interface(rhs, source, state, constants)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(inout) :: rhs(:,:)

The Right Hand side to be updated

real(kind=rk), intent(in) :: source(:,:)

The source data to be used

real(kind=rk), intent(in) :: state(:,:)

The state in the modal form

real(kind=rk), intent(in) :: constants(:)

Some constants that might be needed for the source