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(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~~exact_solution~~CalledByGraph proc~exact_solution exact_solution program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~exact_solution