Lemma is an Electromagnetics API
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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 :