![]() |
v0.15.0 |
Go to the source code of this file.
Functions | |
| void | comp_next (int n, int k, int a[], int *more, int *h, int *t) |
| double * | monomial_value (int dim_num, int point_num, int expon[], double x[]) |
| void | r8vec_copy (int n, double a1[], double a2[]) |
| double | r8vec_dot_product (int n, double a1[], double a2[]) |
| void | subcomp_next (int n, int k, int a[], int *more, int *h, int *t) |
| void | timestamp () |
| double | triangle_unit_monomial (int expon[2]) |
| void | triangle_unit_o01 (double w[], double xy[]) |
| void | triangle_unit_o03 (double w[], double xy[]) |
| void | triangle_unit_o03b (double w[], double xy[]) |
| void | triangle_unit_o06 (double w[], double xy[]) |
| void | triangle_unit_o06b (double w[], double xy[]) |
| void | triangle_unit_o07 (double w[], double xy[]) |
| void | triangle_unit_o12 (double w[], double xy[]) |
| double | triangle_unit_volume () |
| void comp_next | ( | int | n, |
| int | k, | ||
| int | a[], | ||
| int * | more, | ||
| int * | h, | ||
| int * | t | ||
| ) |
Definition at line 153 of file triangle_felippa_rule.c.
Definition at line 220 of file triangle_felippa_rule.c.
| void subcomp_next | ( | int | n, |
| int | k, | ||
| int | a[], | ||
| int * | more, | ||
| int * | h, | ||
| int * | t | ||
| ) |
Definition at line 304 of file triangle_felippa_rule.c.
| void timestamp | ( | ) |
Definition at line 1268 of file gm_rule.c.
| double triangle_unit_monomial | ( | int | expon[2] | ) |
Definition at line 453 of file triangle_felippa_rule.c.
Definition at line 534 of file triangle_felippa_rule.c.
Definition at line 592 of file triangle_felippa_rule.c.
Definition at line 654 of file triangle_felippa_rule.c.
Definition at line 716 of file triangle_felippa_rule.c.
Definition at line 784 of file triangle_felippa_rule.c.
Definition at line 852 of file triangle_felippa_rule.c.
Definition at line 922 of file triangle_felippa_rule.c.
| double triangle_unit_volume | ( | ) |
Definition at line 1002 of file triangle_felippa_rule.c.