applu_protos.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. void blts(int);
  2. void buts(int, double *);
  3. void erhs();
  4. void error();
  5. void exact(int, int, int, double *);
  6. void exchange_1(double *, int, int);
  7. void exchange_3(double *, int);
  8. void exchange_4(double *, double *, int, int, int, int);
  9. void exchange_5(double *, int, int);
  10. void exchange_6(double *, int, int);
  11. void init_comm(int *, char ***);
  12. void jacld(int);
  13. void jacu(int);
  14. void l2norm(int, int, int, double *, double *);
  15. void neighbors();
  16. void pintgr();
  17. void print_results(char *, char *, int *, int *, int *, int *,
  18. int *, int *, double *, double *, char *,
  19. int *, char *, char *, char *, char *, char *,
  20. char *, char *, char *);
  21. void proc_grid();
  22. void bcast_inputs();
  23. void read_input();
  24. void rhs();
  25. void setbv();
  26. void setcoeff();
  27. void setiv();
  28. void ssor(int);
  29. void subdomain();
  30. void timer_clear(int *);
  31. void timer_start(int *);
  32. void timer_stop(int *);
  33. void verify(double *, double *, double *, char *);
  34. int nodedim();
  35. double timer_read(int *);
  36. double test_rsd();