exact_solution Function

pure function exact_solution(p, d, n) result(u)

Computes the exact solution corresponding to the source term

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~~exact_solution~2~~CalledByGraph proc~exact_solution~2 exact_solution program~poisson_iga_solver_2d poisson_iga_solver_2d program~poisson_iga_solver_2d->proc~exact_solution~2