RMPCDMD
Private Member Functions | Private Attributes | List of all members
neighbor_list::neighbor_list_t Type Reference
Collaboration diagram for neighbor_list::neighbor_list_t:
Collaboration graph
[legend]

Private Member Functions

procedure init
 
procedure update_list
 
procedure make_stencil
 

Private Attributes

integer npoints
 
integer nmax
 
integer, dimension(:, :), allocatable list
 
integer, dimension(:), allocatable n
 
integer, dimension(:,:), allocatable stencil
 
type(timer_ttime_update
 
type(timer_ttime_force
 

Detailed Description

Definition at line 23 of file neighbor_list.f90.

Member Function/Subroutine Documentation

◆ init()

procedure neighbor_list::neighbor_list_t::init ( )
private

Definition at line 31 of file neighbor_list.f90.

◆ make_stencil()

procedure neighbor_list::neighbor_list_t::make_stencil ( )
private

Definition at line 33 of file neighbor_list.f90.

◆ update_list()

procedure neighbor_list::neighbor_list_t::update_list ( )
private

Definition at line 32 of file neighbor_list.f90.

Member Data Documentation

◆ list

integer, dimension(:, :), allocatable neighbor_list::neighbor_list_t::list
private

Definition at line 26 of file neighbor_list.f90.

◆ n

integer, dimension(:), allocatable neighbor_list::neighbor_list_t::n
private

Definition at line 27 of file neighbor_list.f90.

◆ nmax

integer neighbor_list::neighbor_list_t::nmax
private

Definition at line 25 of file neighbor_list.f90.

◆ npoints

integer neighbor_list::neighbor_list_t::npoints
private

Definition at line 24 of file neighbor_list.f90.

◆ stencil

integer, dimension(:,:), allocatable neighbor_list::neighbor_list_t::stencil
private

Definition at line 28 of file neighbor_list.f90.

◆ time_force

type(timer_t) neighbor_list::neighbor_list_t::time_force
private

Definition at line 29 of file neighbor_list.f90.

◆ time_update

type(timer_t) neighbor_list::neighbor_list_t::time_update
private

Definition at line 29 of file neighbor_list.f90.


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