grid_kron.m

From Spinach Documentation Wiki
Jump to: navigation, search

Spherical grid direct product. Tiles one grid using the rotations of the other.

Syntax

    [angles,weights]=grid_kron(angles1,weights1,angles2,weights2)

Parameters

   angles1 - Euler angles (ZYZ active) of the first grid,
             as [alpha beta gamma], radians

  weights1 - weights of the first grid

   angles2 - Euler angles (ZYZ active) of the second grid,
             as [alpha beta gamma], radians

  weights1 - weights of the second grid

Outputs

    angles - Euler angles (ZYZ active) of the product grid,
             as [alpha beta gamma], radians

   weights - weights of the product grid

See also

arclength.m, gaussleg.m, get_hull.m, grid_fibon.m, grid_igloo.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, vcell_solidangle.m, voitlander.m, voronoisphere.m, zfs_sampling.m, Kernel_utilities, Appendix I: powder grids

Version 2.6, authors: Ilya Kuprov