|
Program microrenorm version 0.0.3
Program microrenorm version 0.0.3
Initial revision 2004-01-10; Last revision 2004-06-05
1 Download
2 File readme
3 Usage and options summary
4 Description
5 Project revision history
6 License
1 Download
Sources: src/microrenorm-0.0.3.tgz [52 Kb ]
2 File readme
microrenorm --- compute fixed point of microrenormalization
for circle homeomorphism
with a unique (non-integer) singularity
SUPPORTED ENVIRONMENTS
http://www.gnu.org GNU/Linux
http://www.mingw.org MinGW --- Minimalist GNU For Windows
COMPILATION
Enter make (or gmake) in the directory where sources reside
BRIEF INSTRUCTION
License conditions are described in file LICENSE.txt
3 Usage and options summary
user@computer$ ./microrenorm --help
Usage: microrenorm [OPTION]... [FILE]
Output file: FILE.template
Mandatory arguments to long options are mandatory for short options too.
Default values for arguments are given in square brackets
-e, --exponent=ALPHA the singularity has order ALPHA [3.0]
-f, --fraction-steps=F locate renormalization fixed point in F steps [10]
-k, --k=K compute microrenormalization of order K [1]
--k1=K1 compute microrenormalization [1]
--k1=K2 for K in the range K1..K2 [1]
-r, --renorm-factor=R the way to renormalize (see manual) [2
--display-k=B display k [0
--eigenvalues-find=B find eigenvals at fixed point [1
--display-init-trajectory display initial trajectory [0]
-q, --quiet do not send any messages to stderr
-h, --help display this help and exit
-m, --man display complete description
-v, --version display version and exit
4 Description
user@computer$ ./microrenorm --man
<Usage information from the previous section is omitted>
RENORMALIZATION
Depending on --renorm-factor=R, the renormalization of the trajectory is
done by multiplying it with
R=0: 1/x1bar
R=1: 1/x1
R=2: 1/(x2-x1)
EXIT CODES
The program exits with code 0 only in the case it has done
what it was meant to do. In all other cases the exit code
is non-zero. For example, --help option exits with non-zero code
ERROR_HELP. The errors related to any interaction with the operating
system have codes >=16. In future versions more exit codes
can be added, but the current exit codes will remain as they are.
THE TABLE OF EXIT CODES:
5 Project revision history
Files of the project were modified on the following dates:
2004-01-10
2004-05-24
2004-06-05
6 License
microrenorm
Available at http://www.math.toronto.edu/dkhmelev/PROGS/
Author:
Dmitry V. Khmelev
dkhmelev((at))math.toronto.edu
[change ((at)) to @ in order to get proper address - antispam]
University of Toronto,
Department of Mathematics,
100 St George Street,
M5S 3G3 ON,
Canada
LICENSING TERMS
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. You should obtain GNU GPL with
file COPYING in this distribution.
Scientific results produced using the software provided shall
acknowledge the use of this software. The proper reference is:
D. Khmelev,
http://www.math.toronto.edu/dkhmelev/PROGS/
Moreover shall the author of the software be informed about
the publication.
By using this program you agree to the licensing terms.
NO WARRANTY
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
PARTIES PROVIDE THE PROGRAM ÄS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
OF THE POSSIBILITY OF SUCH DAMAGES.
1 Download
2 File readme
3 Usage and options summary
4 Description
5 Project revision history
6 License
|