|
subroutine | steady_solver::steady_shooting |
| Shooting Method. More...
|
|
subroutine | steady_solver::integrate_equations (qp, flag_output, extrap_z, extrap_z_p, extrap_z_mach, extrap_flag, r_p_1, r_p_2, mach) |
| Steady state integration. More...
|
|
subroutine | steady_solver::perturbe_qp (qp) |
| Solution preturbation. More...
|
|
subroutine | steady_solver::advance_dz (qp, dz, check_convergence) |
| Solution advance in space. More...
|
|
subroutine | steady_solver::eval_f (qp_rel, qp_org, dz, coeff_f, right_term, scal_f) |
| Nonlinear function evaluation. More...
|
|
subroutine | steady_solver::eval_jacobian (qp_rel, qp_org, dz, coeff_f, left_matrix) |
| Jacobian evaluation. More...
|
|
subroutine | steady_solver::steady_lnsrch (x_rel_init, x_org, scal_f_old, grad_f, desc_dir, dz, coeff_f, x_rel_new, scal_f, f_nl, stpmax, check, callf) |
| Search the descent stepsize. More...
|
|
subroutine | steady_solver::linear_extrapolation (zeta_old, qp_old, zeta, qp, extrap_z, extrap_z_p, extrap_z_mach, extrap_flag) |
| Linear extrapolation of the solution. More...
|
|