Functions/Subroutines
bianchi2_lut_gen.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program bianchi2_lut_gen
 Generate a Look-Up-Table containing the values of the Legendre functions for a given couple (lmax,Ntheta). More...
 
subroutine parse_options
 Parse the options passed when program called. More...
 

Function/Subroutine Documentation

program bianchi2_lut_gen ( )

Generate a Look-Up-Table containing the values of the Legendre functions for a given couple (lmax,Ntheta).

Usage

bianchi2_lut_gen [-lmax lmax]
[-Ntheta Ntheta]
[-out filename_LUT]
Parameters
[in]lmaxMaximum spherical harmonic order to consider.
[in]NthetaNumber of theta grid points to consider.
[in]outFilename of the output LUT.
Authors
Thibaut Josset

Definition at line 21 of file bianchi2_lut_gen.f90.

References bianchi2_lut_mod::bianchi2_lut_init(), bianchi2_lut_mod::bianchi2_lut_write(), and parse_options().

subroutine bianchi2_lut_gen::parse_options ( )

Parse the options passed when program called.

Authors
Thibaut Josset

Definition at line 53 of file bianchi2_lut_gen.f90.

Referenced by bianchi2_lut_gen().