smbx_wrap_all Subroutine

public subroutine smbx_wrap_all(this, coords)

Wraps atom positions w.r.t. periodic boundary conditions.

Type Bound

smbx_t

Arguments

Type IntentOptional Attributes Name
class(smbx_t), intent(in) :: this
real(kind=rp), intent(inout), dimension(:,:) :: coords

Called by

proc~~smbx_wrap_all~~CalledByGraph proc~smbx_wrap_all smbx_t%smbx_wrap_all proc~bds_run bds_run proc~bds_run->proc~smbx_wrap_all proc~run run proc~run->proc~bds_run program~main main program~main->proc~run