Skip to content
Snippets Groups Projects
  1. Oct 05, 2018
  2. Jun 26, 2018
  3. Jun 22, 2018
  4. Oct 18, 2016
  5. Sep 14, 2016
  6. Sep 09, 2016
    • Richard Berger's avatar
      Add feature category to is_available function · 4b22443b
      Richard Berger authored
      This allows checking if the LAMMPS binary/library was compiled with PNG, JPEG,
      FFMPEG, GZIP, or exceptions support.
      
      Usage:
      ```
      is_available(feature,gzip)
      is_available(feature,png)
      is_available(feature,jpeg)
      is_available(feature,ffmpeg)
      is_available(feature,exceptions)
      ```
      4b22443b
  7. Sep 08, 2016
    • sjplimp's avatar
      sync with GH · b190abea
      sjplimp authored
      git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15561 f3b2605a-c512-4ea7-a41b-209d697bcdaa
      b190abea
    • Richard Berger's avatar
      Add styles output to info command · 06e3a11c
      Richard Berger authored
      Adds the ability to list all available styles in LAMMPS with:
      
      ```
      info styles
      ```
      
      Each style can also be printed separately using one of the following:
      
      ```
      info atom_styles
      info integrate_styles
      info minimize_styles
      info pair_styles
      info bond_styles
      info angle_styles
      info dihedral_styles
      info improper_styles
      info kspace_styles
      info fix_styles
      info compute_styles
      info region_styles
      info dump_styles
      ```
      06e3a11c
  8. Feb 15, 2016
  9. Feb 08, 2016
  10. Sep 24, 2015
  11. Jul 17, 2015
  12. Jul 16, 2015
  13. Oct 21, 2014
  14. Jul 25, 2013
  15. Jun 13, 2012
  16. Jun 06, 2012
  17. Dec 16, 2011
  18. Jan 12, 2010
  19. Dec 04, 2009
  20. Mar 19, 2008
  21. Mar 17, 2008
  22. Jan 30, 2007
  23. Sep 27, 2006
Loading