文件名称:A_User_Friendly_Fortran_BVP_Solver
介绍说明--下载内容均来自于网络,请自行研究使用
一个用fortran90写成的BVP(ODE)的求解器,作者是写matlab函数bvp4c的作者。原理差不多。不过这个版本是用f90写的,运算速度更快。本包内含如何运这些程序的论文及算例,很好上手。-In the declarations part of this module, we first define the BVP_SOL type, which represents the numerical solution. We next define the interface BVP_INIT, which is overloaded to provide a number of functions for allowing the user to specify initial information for the computation, the interface BVP_EXTEND, which is overloaded to provide functions for extending the numerical solution to a new domain that are useful in the context of parameter continuation, and the interface BVP_EVAL, which is overloaded to provide a function for retrieving solution information. Next a number of global variables employed throughout the code are defined.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A User-Friendly Fortran BVP Solver
..................................\A User-Friendly Fortran BVP Solver.pdf
..................................\BVP_LA.f
..................................\BVP_M.f90
..................................\econ.f90
..................................\econ.m
..................................\A User-Friendly Fortran BVP Solver.pdf
..................................\BVP_LA.f
..................................\BVP_M.f90
..................................\econ.f90
..................................\econ.m