Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/mt_graph.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 16 06:44:54 2015 UTC (8 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +3 -0 lines
Diff to previous 1.18 (colored)

Check the version to call pari(allocmem,10^8)

Revision 1.18 / (download) - annotate - [select for diffs], Fri Aug 7 02:48:14 2015 UTC (8 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored)

Removed pari(allocmem,10^8) in the startup to avoid a crash of ox_asir->ox_pari.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 31 06:37:13 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.16: +54 -3 lines
Diff to previous 1.16 (colored)

mtg.plot3d and tk_pfn.graph accept the option fit=1.
If it is set to one, (max+min)/2 is moved to the center of the z-axis.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 23 08:08:38 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15 (colored)

tk_pf2.test6n(10) is used to test a new implementation of setGtable (genGtable).
tk_bess2.test1() is used to test functions for Bessel functions of two variables.
tk_pfn.graph has not yet been tested.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 8 02:56:59 2009 UTC (15 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

oxmgraph is searched under $OpenXM_HOME/bin

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 6 05:34:26 2009 UTC (15 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.13: +10 -5 lines
Diff to previous 1.13 (colored)

1. Net is shown in the transculent mode.
2. mtp.test6() (Kein bottle)
(Added by Mitou).

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 30 06:06:13 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.12: +21 -20 lines
Diff to previous 1.12 (colored)

Working files are saved under /tmp.
/usr/local/OpenXM/bin/oxmgraph is supposed to be called.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 30 05:33:06 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.11: +282 -0 lines
Diff to previous 1.11 (colored)

Deleted mt_pplot.rr.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 30 05:29:06 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.10: +45 -19 lines
Diff to previous 1.10 (colored)

Use modules.
Examples.
mtg.test2()  plot3d
mtp.test2()  parametric_plot3d

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 28 10:52:14 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9 (colored)

Output the x and z values standing for $ and @ ( 5 ).

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 28 02:19:54 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.8: +0 -1 lines
Diff to previous 1.8 (colored)

The first version of parametric plot3d.
Examples: test1(), test2(), test3(), test4().

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 27 06:10:42 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.7: +8 -9 lines
Diff to previous 1.7 (colored)

Adaptive mesh refinement system is not used by default.
Default size of the mesh is changed.
If the mesh is like
*-*-*
| | |
*-* |
| | |
*-*-*
then we have a gap. (* is the evaluation point)

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 27 05:42:35 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +80 -8 lines
Diff to previous 1.6 (colored)

Added a code for the table lookup.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 27 04:56:30 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.5: +6 -18 lines
Diff to previous 1.5 (colored)

Fixed a bug of texture mapping.
Use deval to avoid the pari format of floating point numbers.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 25 21:54:07 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.4: +33 -1 lines
Diff to previous 1.4 (colored)

Added data for the texture mapping (by Mt).

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 25 05:26:52 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.3: +27 -6 lines
Diff to previous 1.3 (colored)

Fixed a bug of adaptive mesh refinement, but there are still small gaps due to numerical errors.
A smoothing method should be implemented.  Example: test2()

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 08:17:28 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.2: +55 -8 lines
Diff to previous 1.2 (colored)

Implemented an adaptive mesh refinement. However, it is still buggy.
Example: LevelMax=0; test3();

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 24 06:30:30 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.1: +51 -10 lines
Diff to previous 1.1 (colored)

Auto scaling is installed.
Quote expression is accepted as an argument.
Example: test2();

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 24 02:57:26 2009 UTC (15 years, 4 months ago) by takayama
Branch: MAIN

The initial version of the client for oxmgraph.
Example: test1();

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>