Lemma is an Electromagnetics API
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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 :