ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
NeighborList Class Reference

#include <neighbor_list.h>

Collaboration diagram for NeighborList:

Public Member Functions

 NeighborList ()=default
 
 ~NeighborList ()=default
 
void initialize (int n, int pgsize)
 
void reset ()
 

Public Attributes

int nlocal
 
std::vector< int > numneigh
 
std::vector< int * > firstneigh
 
PageAllocator allocator
 

Constructor & Destructor Documentation

◆ NeighborList()

NeighborList::NeighborList ( )
default

◆ ~NeighborList()

NeighborList::~NeighborList ( )
default

Member Function Documentation

◆ initialize()

void NeighborList::initialize ( int  n,
int  pgsize 
)
inline
Here is the caller graph for this function:

◆ reset()

void NeighborList::reset ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ allocator

PageAllocator NeighborList::allocator

◆ firstneigh

std::vector<int*> NeighborList::firstneigh

◆ nlocal

int NeighborList::nlocal

◆ numneigh

std::vector<int> NeighborList::numneigh

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