Skip to content

Latest commit

 

History

History
61 lines (30 loc) · 981 Bytes

nglqsh.pod

File metadata and controls

61 lines (30 loc) · 981 Bytes

NGLQSH

NGLQSH -

Determine the number of Gauss-Legendre quadrature points required when computing the spherical harmonic coefficients of a function.

SYNOPSIS

INTEGER FUNCTION NGLQSH (

L )

    INTEGER

    L

DESCRIPTION

NGLQSH will determine the number of Gauss-Legendre quadrature points required when computing the spherical harmonic coefficients of a function of degree L. This is simply equal to L+1. For this situation, the integrand is equal to the function multiplied by a spherical harmonic.

ARGUMENTS

N

(input) INTEGER

The spherical harmonic degree of the function.

SEE ALSO

preglq(1), nglq(1), nglqshn(1)

http://shtools.ipgp.fr/

COPYRIGHT AND LICENSE

Copyright 2012 by Mark Wieczorek <wieczor@ipgp.fr>.

This is free software; you can distribute and modify it under the terms of the revised BSD license.