aboutsummaryrefslogtreecommitdiff
path: root/src/input/d02kef.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/input/d02kef.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/d02kef.input.pamphlet')
-rw-r--r--src/input/d02kef.input.pamphlet50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/input/d02kef.input.pamphlet b/src/input/d02kef.input.pamphlet
new file mode 100644
index 00000000..5b200dd0
--- /dev/null
+++ b/src/input/d02kef.input.pamphlet
@@ -0,0 +1,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}