Updated the doc pages for sph/lj/gpu and sph/taitwater/gpu

This commit is contained in:
Trung Nguyen
2023-12-08 14:27:00 -06:00
parent 46a670889d
commit 54a6143e9e
16 changed files with 21 additions and 15 deletions

View File

@ -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
""""""

View File

@ -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
""""""

View File

@ -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
""""""

View File

@ -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.

View File

@ -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.

View File

@ -1,6 +1,6 @@
/***************************************************************************
coul_slater_long_ext.cpp
-------------------
------------------------
Trung Nguyen (U Chicago)
Class for acceleration of the coul/slater/long pair style.

View File

@ -1,6 +1,6 @@
/***************************************************************************
coul_slater_long_ext.cpp
-------------------
------------------------
Trung Nguyen (U Chicago)
Functions for LAMMPS access to coul/slater/long acceleration routines.

View File

@ -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)

View File

@ -10,7 +10,7 @@
__________________________________________________________________________
begin :
email : ndtrung@uchicago.edu
email : ndactrung@gmail.com
***************************************************************************/
#if defined(USE_OPENCL)

View File

@ -10,7 +10,7 @@
// __________________________________________________________________________
//
// begin :
// email : ndtrung@uchicago.edu
// email : ndactrung@gmail.com
// ***************************************************************************
#if defined(NV_KERNEL) || defined(USE_HIP)

View File

@ -10,7 +10,7 @@
__________________________________________________________________________
begin :
email : ndtrung@uchicago.edu
email : ndactrung@gmail.com
***************************************************************************/
#ifndef LAL_LJ_COUL_LONG_SOFT_H

View File

@ -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>

View File

@ -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.

View File

@ -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.

View File

@ -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)