Newton-Raphson Method Module/
Syntax: |
b_jacob = Binormal_Jacobian(coefficients, ntype, n, v, sign_aux) |
Description: |
Analytical expression of the binormal vector Jacobian. |
EVALUATION_GEOMETRIC_CONSTRAINTS | |
Syntax: |
[Phi, Phi_q, n_OP, n_OQ, v_OQ, t_OQ, b_OQ] = EVALUATION_GEOMETRIC_CONSTRAINTS
(Qi_canon_coeff, Qj_canon_coeff, ntype_i, ntype_j, r_Oalpha, r_Obeta, A_Oalpha, A_Obeta,
r_alphai, r_betaj, A_alphai, A_betaj, qk) |
Description: |
System of geometric constraints that express the common normal concept. |
Syntax: |
H = Householder_Matrix(v) |
Description: |
Householder matrix of a given non-null vector. |
Syntax: |
[v, sign_aux] = Householder_Vector(n) |
Description: |
Auxiliary vector that the defines the hyperplane of the desired reflection operation. |
Implicit_Canonical_Function | |
Syntax: |
F = Implicit_Canonical_Function(coefficients, Point) |
Description: |
Implicit quadric surface expression. |
NEWTON_RAPHSON_INITIALIZATION_DATA | |
Syntax: |
NEWTON_RAPHSON_INITIALIZATION_DATA |
Description: |
Script that reads both the approximate initial solution (local vector) and solution precision (tolerance).
If no approximate solution is provided, an estimate based on the surface dimensions and centroid locations
is calculated.
|
Syntax: |
n = Normal_Function(ntype, coefficients, Point) |
Description: |
Normal vector of a quadric surface. |
RESOLUTION_SYSTEM_NONLINEAR_EQUATIONS | |
Syntax: |
[d, qk, q_G, n_OP, n_OQ, t_OQ, b_OQ, number_iterations] = RESOLUTION_SYSTEM_NONLINEAR_EQUATIONS
(Qi_canon_coeff, Qj_canon_coeff, ntype_i, ntype_j, r_Oalpha, r_Obeta, A_Oalpha, A_Obeta, r_alphai, r_betaj,
A_alphai, A_betaj, qk, tolerance) |
Description: |
Newton-Raphson method to solve the system of geometric constraints. |
Syntax: |
t_jacob = Tangent_Jacobian(coefficients, ntype, n, v, sign_aux) |
Description: |
Analytical expression of the tangent vector Jacobian. |
|