ProblemDefinition(num_ODE, num_parameters, ...) |
Defines a boundary value problem. |
Solution(mesh, solution[, parameters, work, ...]) |
Stores the results of a solve operation and provides a mechanism to evaluate valid results. |
solve(bvp_problem, solution_guess[, ...]) |
Attempts to solve the supplied boundary value problem starting from the user supplied guess for the solution using BVP_SOLVER. |
get_template(num_ODE, num_parameters, ...[, ...]) |
Generates code for solving a boundary value problem using bvp_solver. |