Updated the doc pages for sph/lj/gpu and sph/taitwater/gpu
This commit is contained in:
@ -12,7 +12,7 @@ pair_style coul/slater/cut command
|
||||
pair_style coul/slater/long command
|
||||
===================================
|
||||
|
||||
Accelerator Variants: *coul/slater/gpu*
|
||||
Accelerator Variants: *coul/slater/long/gpu*
|
||||
|
||||
Syntax
|
||||
""""""
|
||||
|
||||
@ -1,8 +1,11 @@
|
||||
.. index:: pair_style sph/lj
|
||||
.. index:: pair_style sph/lj/gpu
|
||||
|
||||
pair_style sph/lj command
|
||||
=========================
|
||||
|
||||
Accelerator Variants: *sph/lj/gpu*
|
||||
|
||||
Syntax
|
||||
""""""
|
||||
|
||||
|
||||
@ -1,8 +1,11 @@
|
||||
.. index:: pair_style sph/taitwater
|
||||
.. index:: pair_style sph/taitwater/gpu
|
||||
|
||||
pair_style sph/taitwater command
|
||||
================================
|
||||
|
||||
Accelerator Variants: *sph/taitwater/gpu*
|
||||
|
||||
Syntax
|
||||
""""""
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
base_sph.cpp
|
||||
-------------------
|
||||
Trung Dac Nguyen (ORNL)
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Base class for SPH pair styles needing per-particle data for position,
|
||||
velocity, and type.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
base_sph.h
|
||||
-------------------
|
||||
Trung Dac Nguyen (U Chicago)
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Base class for SPH pair styles needing per-particle data for position,
|
||||
velocity, and type.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/***************************************************************************
|
||||
coul_slater_long_ext.cpp
|
||||
-------------------
|
||||
------------------------
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Class for acceleration of the coul/slater/long pair style.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/***************************************************************************
|
||||
coul_slater_long_ext.cpp
|
||||
-------------------
|
||||
------------------------
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Functions for LAMMPS access to coul/slater/long acceleration routines.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
-------------------
|
||||
Trung Dac Nguyen (U Chicago)
|
||||
|
||||
Class for acceleration of the dpd pair style.
|
||||
Class for acceleration of the edpd pair style.
|
||||
|
||||
__________________________________________________________________________
|
||||
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
__________________________________________________________________________
|
||||
|
||||
begin :
|
||||
email : ndtrung@uchicago.edu
|
||||
email : ndactrung@gmail.com
|
||||
***************************************************************************/
|
||||
|
||||
#if defined(USE_OPENCL)
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
// __________________________________________________________________________
|
||||
//
|
||||
// begin :
|
||||
// email : ndtrung@uchicago.edu
|
||||
// email : ndactrung@gmail.com
|
||||
// ***************************************************************************
|
||||
|
||||
#if defined(NV_KERNEL) || defined(USE_HIP)
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
__________________________________________________________________________
|
||||
|
||||
begin :
|
||||
email : ndtrung@uchicago.edu
|
||||
email : ndactrung@gmail.com
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef LAL_LJ_COUL_LONG_SOFT_H
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/***************************************************************************
|
||||
lj_coul_long_soft_ext.cpp
|
||||
-------------------
|
||||
-------------------------
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Functions for LAMMPS access to lj/cut/coul/long/soft acceleration routines.
|
||||
@ -10,7 +10,7 @@
|
||||
__________________________________________________________________________
|
||||
|
||||
begin :
|
||||
email : ndtrung@uchicago.edu
|
||||
email : ndactrung@gmail.com
|
||||
***************************************************************************/
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
sph_lj.cpp
|
||||
-------------------
|
||||
Trung Dac Nguyen (U Chicago)
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Class for acceleration of the sph_lj pair style.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
sph_lj.h
|
||||
-------------------
|
||||
Trung Dac Nguyen (U Chicago)
|
||||
Trung Nguyen (U Chicago)
|
||||
|
||||
Class for acceleration of the sph lj pair style.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
-------------------
|
||||
Trung Dac Nguyen (U Chicago)
|
||||
|
||||
Functions for LAMMPS access to sph lj acceleration routines.
|
||||
Functions for LAMMPS access to sph/lj acceleration routines.
|
||||
|
||||
__________________________________________________________________________
|
||||
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
|
||||
|
||||
Reference in New Issue
Block a user