Next: Arguments of STPNT.
Up: How to Run
Previous: The constants-file r.xxx
The purpose of each of the user-supplied subroutines in
the file xxx.f is described below.
- -
- FUNC :
defines the function f(u,p) in (2.1), (9.1), or (2.3).
- -
- STPNT :
This subroutine is called only if IRS=0
(see Section 6.8.5 for IRS),
which typically is the case for the first run.
It defines a starting solution (u,p) of (2.1) or (9.1).
The starting solution should not be a branch point.
(Demos ab, exp, frc, lor.)
- -
- BCND :
A subroutine BCND that defines the boundary conditions.
(Demo exp, kar.)
- -
- ICND :
A subroutine ICND that defines the integral conditions.
(Demos int, lin.)
- -
- FOPT :
A subroutine FOPT that defines the objective functional.
(Demos opt, ops.)
- -
- PVLS :
A subroutine PVLS for defining ``solution measures''.
(Demo pvl.)
Gabriel Lord
Tue Jan 25 09:54:03 GMT 2000