git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13059 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-02-04 22:14:38 +00:00
parent 0ed5c699cc
commit 2b80ac3d86
4 changed files with 12 additions and 6 deletions

View File

@ -508,4 +508,7 @@ available backend programming models. Specifically, Kokkos requires
extensive C++ support from the Kernel language. This is expected to
change in the future.
</P>
<P>Kokkos must be built with a C++11 compatible compiler. For example,
gcc 4.7.2 or later.
</P>
</HTML>

View File

@ -504,3 +504,6 @@ Currently Kokkos does not support AMD GPUs due to limits in the
available backend programming models. Specifically, Kokkos requires
extensive C++ support from the Kernel language. This is expected to
change in the future.
Kokkos must be built with a C++11 compatible compiler. For example,
gcc 4.7.2 or later.

View File

@ -77,9 +77,9 @@ high velocity to simulate a radiation event.
ttm/mod. Fix ttm/mod adds options to account for external heat
sources (e.g. at a surface) and for specifying parameters that allow
the electronic heat capacity to depend strongly on electronic
termpature. It is more expensive computationally than fix ttm because
it treats the thermal diffusion equation as non-linear. More details
on fix ttm/mod are given below.
temperature. It is more expensive computationally than fix ttm
because it treats the thermal diffusion equation as non-linear. More
details on fix ttm/mod are given below.
</P>
<P>Heat transfer between the electronic and atomic subsystems is carried
out via an inhomogeneous Langevin thermostat. This thermostat differs

View File

@ -66,9 +66,9 @@ The description in this sub-section applies to both fix ttm and fix
ttm/mod. Fix ttm/mod adds options to account for external heat
sources (e.g. at a surface) and for specifying parameters that allow
the electronic heat capacity to depend strongly on electronic
termpature. It is more expensive computationally than fix ttm because
it treats the thermal diffusion equation as non-linear. More details
on fix ttm/mod are given below.
temperature. It is more expensive computationally than fix ttm
because it treats the thermal diffusion equation as non-linear. More
details on fix ttm/mod are given below.
Heat transfer between the electronic and atomic subsystems is carried
out via an inhomogeneous Langevin thermostat. This thermostat differs