source_term Function

pure function source_term(p, d, n) result(f)

Computes the source function

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: p(2)

Coordinates (x, y)

real(kind=rk), intent(in) :: d(2)

Domain size (L1, L2)

integer, intent(in) :: n(2)

Mode numbers (m1, m2)

Return Value real(kind=rk)


Called by

proc~~source_term~2~~CalledByGraph proc~source_term~2 source_term program~poisson_iga_solver_2d poisson_iga_solver_2d program~poisson_iga_solver_2d->proc~source_term~2