1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add port math/octave-forge-odebvp

This is odebvp.

To approximate the solution of the boundary-value problem
  y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta
by the linear finite-diffence method.

The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

PR:             127030
Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
Maho Nakata 2008-09-08 05:13:44 +00:00
parent 585b2adb14
commit 7bdcd6fa1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220243
5 changed files with 34 additions and 0 deletions

View File

@ -211,6 +211,7 @@
SUBDIR += octave-forge-ocs
SUBDIR += octave-forge-octcdf
SUBDIR += octave-forge-octgpr
SUBDIR += octave-forge-odebvp
SUBDIR += octave-forge-parallel
SUBDIR += oleo
SUBDIR += orpie

View File

@ -0,0 +1,17 @@
# New ports collection makefile for: octave-forge
# Date created: 5 May 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-odebvp
PORTVERSION= 1.0.5
CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (octave-forge/odebvp-1.0.5.tar.gz) = fd223bb50fa6379e95d4209952dfa36a
SHA256 (octave-forge/odebvp-1.0.5.tar.gz) = 90aad420c2af1deb3bdd3a737f8c0f42123d945a26888c6ec6b8e67161a1d700
SIZE (octave-forge/odebvp-1.0.5.tar.gz) = 17536

View File

@ -0,0 +1,12 @@
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is odebvp.
To approximate the solution of the boundary-value problem
y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta
by the linear finite-diffence method.
WWW: http://octave.sourceforge.net/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty