applu_protos.h.svn-base 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 RCCE_allreduce_d(double *, double *, int, int);
  12. void init_comm(int *, char ***);
  13. void jacld(int);
  14. void jacu(int);
  15. void l2norm(int, int, int, double *, double *);
  16. void neighbors();
  17. void pintgr();
  18. void print_results(char *, char *, int *, int *, int *, int *,
  19. int *, int *, double *, double *, char *,
  20. int *, char *, char *, char *, char *, char *,
  21. char *, char *, char *, char *);
  22. void proc_grid();
  23. void bcast_inputs();
  24. void read_input();
  25. void rhs();
  26. void setbv();
  27. void setcoeff();
  28. void setiv();
  29. void ssor(int);
  30. void subdomain();
  31. void timer_clear(int *);
  32. void timer_start(int *);
  33. void timer_stop(int *);
  34. void verify(double *, double *, double *, char *);
  35. int nodedim();
  36. double timer_read(int *);
  37. double test_rsd();