gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
titand.f
Go to the documentation of this file.
1  subroutine titand ( tau, gtau, n )
2 
3 c*********************************************************************72
4 c
5 cc TITAND represents a temperature dependent property of titanium.
6 c
7 c from * a practical guide to splines * by c. de boor
8 c these data represent a property of titanium as a function of
9 c temperature. they have been used extensively as an example in spline
10 c approximation with variable knots.
11 c
12  implicit none
13 
14  integer n, i
15  double precision gtau(49),tau(49),gtitan(49)
16  data gtitan /
17  & 0.644d+00, 0.622d+00, 0.638d+00, 0.649d+00, 0.652d+00,
18  & 0.639d+00, 0.646d+00, 0.657d+00, 0.652d+00, 0.655d+00,
19  & 0.644d+00, 0.663d+00, 0.663d+00, 0.668d+00, 0.676d+00,
20  & 0.676d+00, 0.686d+00, 0.679d+00, 0.678d+00, 0.683d+00,
21  & 0.694d+00, 0.699d+00, 0.710d+00, 0.730d+00, 0.763d+00,
22  & 0.812d+00, 0.907d+00, 1.044d+00, 1.336d+00, 1.881d+00,
23  & 2.169d+00, 2.075d+00, 1.598d+00, 1.211d+00, 0.916d+00,
24  & 0.746d+00, 0.672d+00, 0.627d+00, 0.615d+00, 0.607d+00,
25  & 0.606d+00, 0.609d+00, 0.603d+00, 0.601d+00, 0.603d+00,
26  & 0.601d+00, 0.611d+00, 0.601d+00, 0.608d+00 /
27  n = 49
28  do 10 i=1,n
29  tau(i) = 585.0d+00 + 10.0d+00*dble(i)
30  10 gtau(i) = gtitan(i)
31  return
32  end
subroutine titand(tau, gtau, n)
Definition: titand.f:2
gtkIOStream: /tmp/gtkiostream/src/deBoor/titand.f Source File
GTK+ IOStream  Beta