File: pp_shoot.h

package info (click to toggle)
xppaut 6.11b%2B1.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 13,480 kB
  • ctags: 8,198
  • sloc: ansic: 91,694; makefile: 167
file content (22 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _pp_shoot_h_
#define _pp_shoot_h_

#include <stdio.h>


void do_bc(double *y__0, double t0, double *y__1, double t1, double *f, int n);
void compile_bvp(void);
void reset_bvp(void);
void init_shoot_range(char *s);
void dump_shoot_range(FILE *fp, int f);
void bad_shoot(int iret);
void do_sh_range(double *ystart, double *yend);
int set_up_homoclinic(void);
int set_up_periodic(int *ipar, int *ivar, double *sect, int *ishow);
void find_bvp_com(int com);
void last_shot(int flag);
int set_up_sh_range(void);
void bvshoot(double *y, double *yend, double err, double eps, int maxit, int *iret, int n, int ishow, int iper, int ipar, int ivar, double sect);


#endif