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.

modules.h 813B

12345678910111213141516171819202122232425
  1. /* This file is part of Lemma, a geophysical modelling and inversion API */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. /**
  6. @file
  7. @author Trevor Irons
  8. @date 11/26/2010
  9. @version $Id: modules.h 87 2013-09-05 22:44:05Z tirons $
  10. **/
  11. /**
  12. \defgroup Merlin Merlin
  13. @brief Merlin is a nuclear magnetic resonance module.
  14. @details Much of Merlin focuses on surface, or earth's field NMR (SNMR)
  15. but many of the algorithms may be extended to general NMR.
  16. \defgroup Wavelet Wavelet
  17. @brief A wavlet transfer module.
  18. @details Provides multidimensional wavelet transforms and solver routines.
  19. */