point_source_3d

Function point_source_3d 

Source
pub fn point_source_3d(
    wave_number: f64,
    source: Point,
    points: Vec<Point>,
) -> AnalyticalSolution
Expand description

Point source (monopole): G(r) = exp(ikr)/(4πr)

Green’s function for the Helmholtz equation in 3D.

§Arguments

  • wave_number - k
  • source - Source location
  • points - Field points