numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_prob_collect::ode Namespace Reference

Namespace of ordinary differential equation problems. More...

Classes

class  autonomous_external_force_vibration_problem
 Class of test problem of vibration with external force (autonomous version). More...
 
class  changing_mass_exponential_problem
 Class of test problem to calculate exponential function. More...
 
class  changing_mass_quadratic_problem
 Class of a test problem. More...
 
class  exponential_problem
 Class of test problem to calculate exponential function. More...
 
class  external_exponential_problem
 Class of test problem to calculate exponential function using external time-dependent term.. More...
 
class  external_force_vibration_problem
 Class of test problem of vibration with external force. More...
 
class  free_fall_in_resistance_problem
 Class of test problem of free fall in air resistance. More...
 
class  implicit_exponential_problem
 Class of test problem to calculate exponential function. More...
 
class  implicit_kaps_problem
 Class of Kaps' problem [15]. More...
 
class  kaps_problem
 Class of Kaps' problem [15]. More...
 
class  no_jacobian_implicit_kaps_problem
 Class of Kaps' problem [15] without Jacobian matrix. More...
 
class  pendulum_movement_problem
 Class of test problem to pendulum movement. More...
 
class  spring_movement_problem
 Class of test problem to spring movement. More...
 
struct  string_wave_1d_parameters
 Struct of parameters in string_wave_1d_problem. More...
 
class  string_wave_1d_problem
 Class of ODE problem to solve 1D wave equation of strings discretized using finite difference. More...
 
class  string_wave_1d_solution
 Class to calculate exact solution of string_wave_1d_problem. More...
 

Detailed Description

Namespace of ordinary differential equation problems.