Difference between revisions of "Vcell solidangle.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:vcell_solidangle.m}} __NOTOC__ Solid angle of a spherical Voronoi cell. ==Syntax== function call string ==Arguments== P - (3 x m) array with c...")
 
Line 27: Line 27:
  
  
''Version 2.6, authors: [[Bruno Luong]]''
+
''Version 2.6, authors: [[Bruno Luong]], [[Ilya Kuprov]]''

Revision as of 19:43, 29 June 2021

Solid angle of a spherical Voronoi cell.

Syntax

    function call string

Arguments

     P    - (3 x m) array with coordinates of the
             vertices of the Voronoi cell
     K    - (n x 1) cell, each K{j} contains the 
             indices of the Voronoi cell
     xyz  - optional (3 x n) knot points to guide
            vcell_solidangle to compute the solid 
            angle of the "right" cell containing 
            the node (and not the complement cell)

Outputs

     S    - the solid angle of the Voronoi cell

See also

Integration grids


Version 2.6, authors: Bruno Luong, Ilya Kuprov