uxarray.grid.area.calculate_spherical_triangle_jacobian_barycentric

uxarray.grid.area.calculate_spherical_triangle_jacobian_barycentric#

uxarray.grid.area.calculate_spherical_triangle_jacobian_barycentric(node1, node2, node3, dA, dB)#

Calculate Jacobian of a spherical triangle. This is a helper function for calculating face area.

Parameters:
  • node1 (list, required) – First node of the triangle

  • node2 (list, required) – Second node of the triangle

  • node3 (list, required) – Third node of the triangle

  • dA (float, required) – first component of barycentric coordinates of quadrature point

  • dB (float, required) – second component of barycentric coordinates of quadrature point

Returns:

jacobian

Return type:

float