tensor_wave_kernel_RHS_LPF_real_64_crs Function

public function tensor_wave_kernel_RHS_LPF_real_64_crs(this, RHS, t, tol, itrmax, fix_idx, debug, cutoff_frequency, weights) result(u)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
real(kind=real64), intent(in) :: RHS(:)
real(kind=real64), intent(in) :: t
real(kind=real64), intent(in), optional :: tol
integer(kind=int32), intent(in), optional :: itrmax
integer(kind=int32), intent(in), optional :: fix_idx(:)
logical, intent(in), optional :: debug
real(kind=real64), intent(in) :: cutoff_frequency
real(kind=real64), intent(in), optional :: weights(:)

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