plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
LPF_damped_cos_sqrt_taylor_coefficient
Function
MIT
39 statements
Source File
WaveKernelClass.f90
WaveKernelClass
LPF_damped_cos_sqrt_taylor_coefficient
Contents
public function LPF_damped_cos_sqrt_taylor_coefficient(k, t, f_c, DampingRatio, weights) result(c_k)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
k
real(kind=real64),
intent(in)
::
t
real(kind=real64),
intent(in)
::
f_c
real(kind=real64),
intent(in)
::
DampingRatio
(:)
real(kind=real64),
intent(in),
optional
::
weights
(:)
Return Value
real(kind=real64), allocatable, (:)