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... | |
| program bianchi2_lut_gen | ( | ) |
Generate a Look-Up-Table containing the values of the Legendre functions for a given couple (lmax,Ntheta).
| [in] | lmax | Maximum spherical harmonic order to consider. |
| [in] | Ntheta | Number of theta grid points to consider. |
| [in] | out | Filename of the output LUT. |
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.
Definition at line 53 of file bianchi2_lut_gen.f90.
Referenced by bianchi2_lut_gen().
1.8.3.1