Construct time and space-centered quantities (should use actual bakdif and fexpr values?)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in) | :: | fl | |||
complex, | intent(in) | :: | fr | |||
complex, | intent(in) | :: | fnewl | |||
complex, | intent(in) | :: | fnewr |
pure complex function favg (fl, fr, fnewl, fnewr)
complex, intent (in) :: fl, fr, fnewl, fnewr
favg = 0.25*(fnewl+fnewr+fl+fr)
end function favg