aboutsummaryrefslogtreecommitdiff
path: root/src/input/d02kef.input.pamphlet
blob: 5b200dd0b4464222358c4e5f26fa7684b8908f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input d02kef.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
)clear all
showArrayValues true
showScalarValues true

xpoint:Matrix SF:=
 [[0.0 ,0.1 ,4**(1/3) ,30.0 ,30.0 ]]
m:=5
k:=11
tol:SF:=0.0001
maxfun:=0
match:=0
elam:=14
delam:=1
hmax:Matrix SF:=
 [[0.0 ,0.0 ],[0.0 ,0.0 ],_
  [ 0.0 ,0.0 ],[0.0 ,0.0 ],[0.0 ,0.0 ]]
maxit:= 0
vef:Vector Expression Float:=
 [1.0 ,ELAM-X-2.0/(X*X) ,1.0 ]
coeffn:Asp10(COEFFN):=retract vef
mef:Matrix Expression Float:=
 [[XL ,2.0 ],[1.0 ,-sqrt(XR-ELAM) ]]
bdyval:Asp80(BDYVAL):=retract mef
result:=d02kef(xpoint,m,k,tol,maxfun,match,elam,delam,hmax,maxit,-1,coeffn,bdyval)
-- the following are the default Asps used.
outputAsFortran()$Asp12(MONIT)
outputAsFortran()$Asp33(REPORT)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}