Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91072692
pair_hybrid_overlay_omp.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 7, 14:21
Size
898 B
Mime Type
text/x-c
Expires
Sat, Nov 9, 14:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22190754
Attached To
rLAMMPS lammps
pair_hybrid_overlay_omp.cpp
View Options
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
This software is distributed under the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Axel Kohlmeyer (Temple U)
------------------------------------------------------------------------- */
#include "pair_hybrid_overlay_omp.h"
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairHybridOverlayOMP::PairHybridOverlayOMP(LAMMPS *lmp) : PairHybridOverlay(lmp)
{
suffix = "omp";
}
Event Timeline
Log In to Comment