simphony / simphony-lammps

The LAMMPS engine-wrapper for the SimPhoNy framework
http://www.simphony-project.eu/
BSD 2-Clause "Simplified" License
8 stars 0 forks source link

Extending engine to use CUDS #106

Closed nathanfranklin closed 7 years ago

nathanfranklin commented 8 years ago

It adds Material class (which will be added to simphony-common). For lammps-md, this means:

This addresses parts of #104

nathanfranklin commented 8 years ago

@mehdisadeghi , this contains the start of the work from step #0 that we discussed earlier (i.e. using MATERIAL_TYPE/int to CUBA.MATERIAL/uuid). It also contains the start of using materials for some DEM-related work (see for example f11be0a )

mehdisadeghi commented 8 years ago

@nathanfranklin thanks for the great tips Nathan! I feel now confident enough to handle this task :)

codecov-io commented 7 years ago

Current coverage is 90.05% (diff: 88.45%)

No coverage report found for master at b5ea0f1.

Powered by Codecov. Last update b5ea0f1...2a2ef06

mehdisadeghi commented 7 years ago

@nathanfranklin Hi Nathan! I should have merged this PR long long time ago, but I was distracted by other stuff. In general I love merging PRs super quickly, it encourages contribution. Anyway, here you are!