Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dpost-solver.cpp62 FaceConstraint(double coeff_area, double coeff_normal, double coeff_flow, double coeff_orth, in FaceConstraint()
66 coeff_flow(coeff_flow), in FaceConstraint()
99 r[3 * k + 1] = coeff_flow * degree_edge; in operator ()()
115 static ceres::CostFunction* create(double coeff_area, double coeff_normal, double coeff_flow, in create()
119 coeff_area, coeff_normal, coeff_flow, coeff_orth, length, normal, Q0, Q1)); in create()
124 double coeff_flow; member
157 double coeff_normal, double coeff_flow, double coeff_orth) { in solve() argument
162 printf(" coeff_flow: %.4f\n", coeff_flow); in solve()
184 coeff_area, coeff_normal, coeff_flow, coeff_orth, reference_length, normal, Q0, Q1); in solve()
319 double coeff_flow; in main() local
[all …]