Home
last modified time | relevance | path

Searched refs:degree_max (Results 1 – 2 of 2) sorted by relevance

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A Dparametric_2d.c1047 static int degree_max; in child_nodes_2d() local
1052 } else if (degree > degree_max) { in child_nodes_2d()
1054 MEM_REALLOC(child_nodes, 3*(degree_max+1), 2*(degree+1), REAL_B *); in child_nodes_2d()
1058 if (degree_max < degree) { in child_nodes_2d()
1059 for (d = MAX(degree_max, 1); d <= degree; d++) { in child_nodes_2d()
1079 degree_max = degree; in child_nodes_2d()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dparametric_3d.c1687 static int degree_max; in child_nodes_3d() local
1693 } else if (degree > degree_max) { in child_nodes_3d()
1695 MEM_REALLOC(child_nodes, 3*(degree_max+1), 3*(degree+1), REAL_B *); in child_nodes_3d()
1697 MEM_REALLOC(lagrange_nodes, degree_max+1, degree+1, REAL_B *); in child_nodes_3d()
1700 if (degree_max < degree) { in child_nodes_3d()
1701 for (d = MAX(degree_max, 1); d <= degree; d++) { in child_nodes_3d()
1725 degree_max = degree; in child_nodes_3d()