In file sample.h:

template class Sample : public Collection

Class Sample is the glue that holds a "Collection" and an "Initializator" together

Inheritance:


Documentation

Class Sample is the glue that holds a "Collection" and an "Initializator" together. It provides some initialization functionality of its own, but mostly it provides the methods to deal effectively with the neighbor problem. Note (1): The neighbor problem is handled as follows: To find neighbor pairs, the sample is divided into cubic cells. cell_array contains the address in cell_list where the first atom of each cell is. The location in cell_list corresponding to this adress in turn contain the adress in cell_list where the next atom in the current cell is, etc... the "list" ends when the next adress is zero (that's why atom_list does not use the first element of the array.)

This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de