Go to the source code of this file.
|
subroutine | error::my_error (message, line, file) |
|
subroutine | error::my_warning (message, line, file) |
|
subroutine, public | mod_neighborlist::get_neigh (data_object, neighbor_list_index, request, numnei, pnei1part, ierr) |
|
subroutine | neigh_pure_cluster_neighborlist (half, numberOfParticles, coords, cutoff, neighObject) |
|
subroutine | create_fcc_configuration (FCCspacing, nCellsPerSide, periodic, coords, MiddlePartId) |
|
program | ex_test_ar_fcc_cluster |
|
◆ create_fcc_configuration()
subroutine create_fcc_configuration |
( |
real(c_double), intent(in) |
FCCspacing, |
|
|
integer(c_int), intent(in) |
nCellsPerSide, |
|
|
logical, intent(in) |
periodic, |
|
|
real(c_double), dimension(3,*), intent(out) |
coords, |
|
|
integer(c_int), intent(out) |
MiddlePartId |
|
) |
| |
◆ ex_test_ar_fcc_cluster()
program ex_test_ar_fcc_cluster |
( |
| ) |
|
◆ neigh_pure_cluster_neighborlist()
subroutine neigh_pure_cluster_neighborlist |
( |
logical, intent(in) |
half, |
|
|
integer(c_int), intent(in) |
numberOfParticles, |
|
|
real(c_double), dimension(3,numberofparticles), intent(in) |
coords, |
|
|
real(c_double), intent(in) |
cutoff, |
|
|
type(neighobject_type), intent(inout) |
neighObject |
|
) |
| |