Menu

Tree [2e0af4] master /
 History

HTTPS access


File Date Author Commit
 Doc 2017-10-11 Michael E Henderson Michael E Henderson [7be135] Clean up
 Examples 2025-03-15 mhender@us.ibm.com [f6e688] Added pointer to a data block
 ExpCmpSrc 2025-04-29 mhender@us.ibm.com [40b95f] Fixed how the number of registers in the deriva...
 Utilities 2024-11-23 Michael E. Henderson Michael E. Henderson [c20a32] Added curve plotting
 Visualization 2024-11-24 Michael E. Henderson Michael E. Henderson [52bcb2] More animation debugging
 auto2000 2022-10-02 Michael E Henderson Michael E Henderson [389164] Added sys/time.h include
 bin 2022-11-04 Michael E Henderson Michael E Henderson [9fe518] Remove binaries added by mistake
 data 2024-09-10 Michael E Henderson Michael E Henderson [dd842c] Add point cloud continuation
 include 2025-04-09 mhender@us.ibm.com [e47369] Renamed CR3BP to PCR3BP (which it is)
 lib 2022-09-24 Michael E Henderson Michael E Henderson [a434f5] Added lib directory
 m4 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 shSrc 2024-11-19 Michael E. Henderson Michael E. Henderson [690869] Adding support for png output
 src 2025-05-12 mhender@us.ibm.com [2e0af4] Fixed size of X0
 .gitignore 2023-01-04 Michael E Henderson Michael E Henderson [40afba] Removed binaries from git consideration
 AUTHORS 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 COPYING 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 ChangeLog 2017-06-06 Michael E. Henderson Michael E. Henderson [44bbe5] Update
 Cube.view 2024-11-24 Michael E. Henderson Michael E. Henderson [52bcb2] More animation debugging
 Cusp.view 2017-10-05 Michael E Henderson Michael E Henderson [f287d7] Permissions changed
 INSTALL 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 LICENSE 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 Makefile.am 2024-11-19 Michael E. Henderson Michael E. Henderson [964f83] Added shputpng to the sh library
 NEWS 2024-11-23 Michael E. Henderson Michael E. Henderson [902abe] Updated NEWS and README
 Plane.view 2024-11-24 Michael E. Henderson Michael E. Henderson [5ecc58] Fixing visualization issues
 README 2024-11-23 Michael E. Henderson Michael E. Henderson [cc6c99] Added instructions on debugging using libtool a...
 Sphere.view 2017-10-05 Michael E Henderson Michael E Henderson [f287d7] Permissions changed
 Torus.view 2024-11-23 Michael E. Henderson Michael E. Henderson [902abe] Updated NEWS and README
 aminclude.am 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 bootstrap 2017-10-10 Michael E Henderson Michael E Henderson [994a27] Removed set -x
 config.guess 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 config.sub 2017-06-06 Michael E. Henderson Michael E. Henderson [5c2add] Initial commit
 configure.ac 2024-11-19 Michael E. Henderson Michael E. Henderson [690869] Adding support for png output
 depcomp 2022-09-24 Michael E Henderson Michael E Henderson [ca57d1] Removed objs dir from automake
 install-sh 2022-10-02 Michael E Henderson Michael E Henderson [a099c3] Regenerated (permissions wrong?)
 missing 2022-09-24 Michael E Henderson Michael E Henderson [ca57d1] Removed objs dir from automake

Read Me

Where did LOCA interface go?


This is the subroutine library "multifario", for multiparameter continuation and
invariant manifolds. It is a preliminary release.

Download

    Compressed source code:

	http://sourceforge.net/project/showfiles.php?group_id=182074

    CVS:

	From the SourceForge documentation (http://sourceforge.net/docman/display_doc.php?docid=29894&group_id=1)

	The following configuration settings are used to access a SourceForge.net-hosted CVS repository:

		* Hostname: multifario.cvs.sourceforge.net
		* Port: 2401 (anonymous :pserver: authentication) or 22 (developer :ext: authentication via SSH)
		* Protocol: :pserver: for anonymous CVS, or :ext: for developers (with SSH for external authentication;
			export CVS_RSH=ssh)
		* Repository Path: /cvsroot/multifario
		* Username: 'anonymous' for anonymous CVS access or your SourceForge.net username for developer CVS access.
		* Password: There is no password for anonymous CVS access (just hit the enter key when prompted for one).
			You must generate a SSH key for developer authentication.
		
	Firewalls and proxy servers may present a problem in using CVS. Workaround may be possible using this alternate
			configuration for developer access; contact your ISP or network administrator for assistance if
			these workarounds do not function for your environment:
		
		* Hostname: multifario.cvs.sourceforge.net
		* Port: 443


To install multifario:

   extract the files. For example:

          tar -zxf multifario.v0.9k.tar.gz

   run the bootstrap script for automake

          ./bootstrap

   run configure

	  ./configure --with-lapack=dirname1 --with-blas=dirname2

   where dirname1 is the directory in which lib/libpack.a and dirname2 where lib/libblas.a can be found 
   make the libraries and example programs.

	make

   if you want to install the libraries, includes and binaries somewhere else, you can use something like

        ./configure --prefix=/usr/local

   and then

        make install

   will copy them there. "./configure --help" explains all this. Or just copy the things yourself.

Debugging:
	
	https://www.gnu.org/software/libtool/manual/html_node/Debugging-executables.html

	e.g. libtool --mode=execute gdb bin/ComputeSphere

Documentation:

	Web Site:

		http://multifario.sourceforge.net/

	Users Guide:

	        TeX Source: Doc/MF.tex
        	PostScript: Doc/MF.ps
        	PDF:        Doc/MF.pdf

        Reference:

		doxygen: Doc/html/index.html

		Henderson, M. E., "Multiparameter Continuation: Computing Implicitly Defined Surfaces",
			International Journal of Bifurcation and Chaos, 12(3), 2002, 451--476.

		Henderson, M. E., "Computing Invariant Manifolds by Integrating Fat Trajectories",
			SIAM J. Appl. Dyn. Sys. 4(4), 2005, 832--882.

Support:
	mailing lists

		http://lists.sourceforge.net/mailman/listinfo/multifario-announcements

		multifario-announcements-request@lists.sourceforge.net
	
		http://lists.sourceforge.net/mailman/listinfo/multifario-general

		multifario-general-request@lists.sourceforge.net

	SoureForge Fora and Bug tracking:
	
		Help:		 http://sourceforge.net/forum/forum.php?forum_id=633230

		Open Discussion: http://sourceforge.net/forum/forum.php?forum_id=633229

Multifario is distributed under the "Common Public License", or CPL

	(http://www.opensource.org/licenses/cpl.html).


Contact: mhender@us.ibm.com
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.