Allink  v0.1
Public Member Functions | Public Attributes
DdFixedSize Class Reference

Domain decomposition using arrays. More...

#include <Cubo.h>

Inheritance diagram for DdFixedSize:
DomDecBasics

List of all members.

Public Member Functions

 DdFixedSize (double EdgeExt[3], int NPart, double CutOff)
 Allocate.
void Erase ()
 Erase the content of the cells.
void Clear ()
 Clear the pairlist.
void AddPart (int p, double *Pos)
 Add a part to the cell.
void RemPart (int p, double *Pos)
 Remove a part from the cell.
void AddPart (int p, int c)
 Add a part to the cell.
void RemPart (int p1, int c)
 Remove a part from the cell.
void MovePart (int p, double *OldPos, double *NewPos)
 Move a part.
void SwapPart (int p1, double *Pos1, int p2, double *Pos2)
 Swap two parts.
void SetCounters (int c)
 Set the counters to the initial pointer.
int IfItCell (int c)
 End the iteration in the cell.
void IncrCurr (int c)
 Increase the counters.
int ItCell (int c)
 Value of the current particle in the cell c.
int GetNei (double *Pos, int *NeiList)
 Choose among the different neighbouring lists.
void Couple (const int c, int *p1, int *p2)
 Returns the pointed couple of particle.
int IfItCouple (const int c)
 Tell when the loop is over.
void IncrCurrList (const int c)
 Increment the pointers.
void PrintCell (const int c)
 Print the content of one cell.
void PrintCells ()
 Print the content of every cell.

Public Attributes

DdFixCellCella
 Cell structure.

Detailed Description

Domain decomposition using arrays.

Definition at line 329 of file Cubo.h.


Constructor & Destructor Documentation

DdFixedSize ( double  EdgeExt[3],
int  NPart,
double  CutOff 
)

Allocate.

Every cell contains a stl list of particle.

Definition at line 728 of file Cubo.cpp.

References Cella, DomDecBasics::CutOff, DomDecBasics::Edge, DomDecBasics::InvEdge, DomDecBasics::Mod10, DomDecBasics::NCell, DomDecBasics::NPart, DomDecBasics::NSect, and DdFixCell::Part.


Member Function Documentation

void Erase ( )

Erase the content of the cells.

Every cell contains a stl list of particle.

Definition at line 747 of file Cubo.cpp.

References Cella, DomDecBasics::NCell, DdFixCell::NPart, and DdFixCell::Part.


The documentation for this class was generated from the following files: