/[ascend]/trunk/models/plotbvp.a4s
ViewVC logotype

Contents of /trunk/models/plotbvp.a4s

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Fri Oct 29 20:54:12 2004 UTC (19 years, 10 months ago) by aw0a
File size: 1448 byte(s)
Setting up web subdirectory in repository
1 # This file is part of the ASCEND Modeling Library and is released
2 # under the GNU Public License as described at the end of this file.
3 #
4 # This file demonstrates the use of plotbvp.a4c
5
6 DELETE TYPES;
7 READ FILE "plotbvp.a4c";
8
9 COMPILE pbd OF plot_bvp_demo1;
10 RUN pbd.reset;
11 SOLVE pbd
12 PLOT {pbd.Plot_Y};
13 SHOW LAST;
14
15 ########## plotbvp.a4s ends here ##########
16 #
17 # plotbvp.a4s
18 # by Ben Allan
19 # May 1998
20 # Part of the ASCEND Library
21 # $Date: 1998/06/17 20:08:40 $
22 # $Revision: 1.2 $
23 # $Author: mthomas $
24 # $Source: /afs/cs.cmu.edu/project/ascend/Repository/models/plotbvp.a4s,v $
25 #
26 # This file is part of the ASCEND Modeling Library.
27 #
28 # Copyright (C) 1998 Carnegie Mellon University
29 #
30 # The ASCEND Modeling Library is free software. You can redistribute
31 # it and/or modify it under the terms of the GNU General Public
32 # License as published by the Free Software Foundation---either
33 # version 2 of the License, or (at your option) any later version.
34 #
35 # The ASCEND Modeling Library is distributed in hope that it
36 # will be useful, but WITHOUT ANY WARRANTY--without even the implied
37 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
38 # See the GNU General Public License for more details.
39 #
40 # You should have received a copy of the GNU General Public License
41 # along with the program. If not, write to the Free Software
42 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check
43 # the file named COPYING.

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22