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...")
 
(Update function See also links and function index membership)
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
==Syntax==
 
==Syntax==
  
    function call string
 
  
==Arguments==
+
    S=vcell_solidangle(P,K,xyz)
 +
 
 +
==Parameters==
  
 
       P    - (3 x m) array with coordinates of the
 
       P    - (3 x m) array with coordinates of the
 
               vertices of the Voronoi cell
 
               vertices of the Voronoi cell
 
+
 
       K    - (n x 1) cell, each K{j} contains the  
 
       K    - (n x 1) cell, each K{j} contains the  
 
               indices of the Voronoi cell
 
               indices of the Voronoi cell
 
+
 
       xyz  - optional (3 x n) knot points to guide
 
       xyz  - optional (3 x n) knot points to guide
 
             vcell_solidangle to compute the solid  
 
             vcell_solidangle to compute the solid  
Line 24: Line 25:
  
 
==See also==
 
==See also==
[[Kernel_utilities#Integration_grids|Integration grids]]
+
[[arclength.m]], [[gaussleg.m]], [[get_hull.m]], [[grid_fibon.m]], [[grid_igloo.m]], [[grid_kron.m]], [[grid_plot.m]], [[grid_polar.m]], [[grid_test.m]], [[grid_trian.m]], [[one_vcell_solidangle.m]], [[repulsion.m]], [[shrewd.m]], [[sphtarea.m]], [[sphtrsubd.m]], [[voitlander.m]], [[voronoisphere.m]], [[zfs_sampling.m]], [[Kernel_utilities]], [[Appendix I: powder grids]]
 
 
  
''Version 2.6, authors: [[Bruno Luong]]''
+
''Version 2.6, authors: [[Bruno Luong]], [[Ilya Kuprov]]''

Latest revision as of 19:43, 6 June 2026

Solid angle of a spherical Voronoi cell.

Syntax

    S=vcell_solidangle(P,K,xyz)

Parameters

     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

arclength.m, gaussleg.m, get_hull.m, grid_fibon.m, grid_igloo.m, grid_kron.m, grid_plot.m, grid_polar.m, grid_test.m, grid_trian.m, one_vcell_solidangle.m, repulsion.m, shrewd.m, sphtarea.m, sphtrsubd.m, voitlander.m, voronoisphere.m, zfs_sampling.m, Kernel_utilities, Appendix I: powder grids

Version 2.6, authors: Bruno Luong, Ilya Kuprov