git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3903 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
28
src/lammps.h
28
src/lammps.h
@ -22,21 +22,21 @@ namespace LAMMPS_NS {
|
||||
class LAMMPS {
|
||||
public:
|
||||
// ptrs to fundamental LAMMPS classes
|
||||
class Memory *memory; // memory allocation functions
|
||||
class Error *error; // error handling
|
||||
class Universe *universe; // universe of processors
|
||||
class Input *input; // input script processing
|
||||
class Memory *memory; // memory allocation functions
|
||||
class Error *error; // error handling
|
||||
class Universe *universe; // universe of processors
|
||||
class Input *input; // input script processing
|
||||
// ptrs to top-level LAMMPS-specific classes
|
||||
class Atom *atom; // atom-based quantities
|
||||
class Update *update; // integrators/minimizers
|
||||
class Neighbor *neighbor; // neighbor lists
|
||||
class Comm *comm; // inter-processor communication
|
||||
class Domain *domain; // simulation box
|
||||
class Force *force; // inter-particle forces
|
||||
class Modify *modify; // fixes and computes
|
||||
class Group *group; // groups of atoms
|
||||
class Output *output; // thermo/dump/restart
|
||||
class Timer *timer; // CPU timing info
|
||||
class Atom *atom; // atom-based quantities
|
||||
class Update *update; // integrators/minimizers
|
||||
class Neighbor *neighbor; // neighbor lists
|
||||
class Comm *comm; // inter-processor communication
|
||||
class Domain *domain; // simulation box
|
||||
class Force *force; // inter-particle forces
|
||||
class Modify *modify; // fixes and computes
|
||||
class Group *group; // groups of atoms
|
||||
class Output *output; // thermo/dump/restart
|
||||
class Timer *timer; // CPU timing info
|
||||
|
||||
MPI_Comm world; // MPI communicator
|
||||
FILE *infile; // infile
|
||||
|
||||
Reference in New Issue
Block a user