GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
getAngle.m File Reference

Go to the source code of this file.

Variables

 function [ang]
 

Variable Documentation

◆ function

function[ang]
Initial value:
= getAngle(P1,P2)
% Returns angle between 2 points on a plane
ang = mod( atan2( P2(2) - P1(2),P2(1) - P1(1) ) , 2*pi )
end % Calculate all n choose k pairings of points
Definition: g6_struct.m:16
tic for a
Definition: GPE_2d.m:90
hold on
dx *xDim pi()
if mod(a, 2)

Definition at line 1 of file getAngle.m.