Lemma is an Electromagnetics API
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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 :