tensor_wave_kernel_complex_64_crs Function

public function tensor_wave_kernel_complex_64_crs(this, u0, v0, tol, itrmax, h, t, fix_idx, debug) result(u)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
complex(kind=real64), intent(in) :: u0(:)
complex(kind=real64), intent(in) :: v0(:)
real(kind=real64), intent(in), optional :: tol
integer(kind=int32), intent(in), optional :: itrmax
real(kind=real64), intent(in) :: h
real(kind=real64), intent(in) :: t
integer(kind=int32), intent(in), optional :: fix_idx(:)
logical, intent(in), optional :: debug

Return Value complex(kind=real64), allocatable, (:)