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(3)

Coordinates (x, y, z)

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

Domain size (L1, L2, L3)

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

Mode numbers (m1, m2, m3)

Return Value real(kind=rk)


Called by

proc~~source_term~~CalledByGraph proc~source_term source_term program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~source_term