laplacian Interface

interface


Calls

interface~~laplacian~~CallsGraph interface~laplacian laplacian proc~laplacian laplacian interface~laplacian->proc~laplacian

private module function laplacian(this, grid_points) result(laplacian_f)

Arguments

Type IntentOptional AttributesName
class(ellipsoidal_field), intent(in) :: this
class(grid), intent(in) :: grid_points

Return Value class(grid), allocatable

Description

Compute the Laplacian of the ellipsoidal function employed in "evaluate" above