Lemma is an Electromagnetics API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.inp 605B

12345678910111213141516
  1. // Hankel Transform type uncomment desired
  2. CHAVE // Key's 51 point FHT
  3. //CHAVE // Key's 101 point FHT
  4. //CHAVE // Key's 201 point FHT
  5. //FHTKONG61 // Kong's 61 point FHT
  6. //FHTKONG121 // Kong's 121 point FHT
  7. //FHTKONG241 // Kong's 241 point FHT
  8. //CHAVE // Anderson's 801 Point FHT, with lagged convolution
  9. //CHAVE // Chave's Gaussian Quadrature
  10. //CHAVE // Key's Gaussian Qwuadrature with extraploation
  11. //IRONS
  12. .1 // minimum dipole ratio
  13. 1e-5 // minumum dipole moment
  14. 1e1 // maximum dipole moment
  15. // vim: filetype=c :