RMPCDMD
Data Types | Modules | Functions/Subroutines
neighbor_list.f90 File Reference

Go to the source code of this file.

Data Types

type  neighbor_list::neighbor_list_t
 

Modules

module  neighbor_list
 Derived type and routines for neighbor listing.
 

Functions/Subroutines

subroutine neighbor_list::init (this, Npoints, Nmax)
 
pure integer function, dimension(3) neighbor_list::next_cell (p)
 
subroutine neighbor_list::update_list (this, system1, system2, radius, cells, lj)
 
double precision function, public neighbor_list::compute_force (ps1, ps2, n_list, L, lj_params)
 
double precision function, public neighbor_list::compute_force_n2 (ps, L, lj_params)
 
subroutine neighbor_list::make_stencil (this, cells, cut)
 
pure double precision function neighbor_list::closest (x1, x2)