Lines Matching refs:num
820 PetscInt *num, *map, **reduce; in PCTFS_gs_gop_local_out() local
824 num = gs->num_gop_local_reduce; in PCTFS_gs_gop_local_out()
828 if (*num == 2) { in PCTFS_gs_gop_local_out()
829 num++; in PCTFS_gs_gop_local_out()
831 } else if (*num == 3) { /* corner shared by three elements */ in PCTFS_gs_gop_local_out()
832 num++; in PCTFS_gs_gop_local_out()
834 } else if (*num == 4) { /* corner shared by four elements */ in PCTFS_gs_gop_local_out()
835 num++; in PCTFS_gs_gop_local_out()
838 num++; in PCTFS_gs_gop_local_out()
849 PetscInt *num, *map, **reduce; in PCTFS_gs_gop_local_plus() local
853 num = gs->num_local_reduce; in PCTFS_gs_gop_local_plus()
857 if (*num == 2) { in PCTFS_gs_gop_local_plus()
858 num++; in PCTFS_gs_gop_local_plus()
861 } else if (*num == 3) { /* corner shared by three elements */ in PCTFS_gs_gop_local_plus()
862 num++; in PCTFS_gs_gop_local_plus()
865 } else if (*num == 4) { /* corner shared by four elements */ in PCTFS_gs_gop_local_plus()
866 num++; in PCTFS_gs_gop_local_plus()
870 num++; in PCTFS_gs_gop_local_plus()
884 PetscInt *num, *map, **reduce; in PCTFS_gs_gop_local_in_plus() local
888 num = gs->num_gop_local_reduce; in PCTFS_gs_gop_local_in_plus()
892 if (*num == 2) { in PCTFS_gs_gop_local_in_plus()
893 num++; in PCTFS_gs_gop_local_in_plus()
895 } else if (*num == 3) { /* corner shared by three elements */ in PCTFS_gs_gop_local_in_plus()
896 num++; in PCTFS_gs_gop_local_in_plus()
898 } else if (*num == 4) { /* corner shared by four elements */ in PCTFS_gs_gop_local_in_plus()
899 num++; in PCTFS_gs_gop_local_in_plus()
902 num++; in PCTFS_gs_gop_local_in_plus()
1020 PetscInt *num, *map, **reduce; in PCTFS_gs_gop_vec_local_plus() local
1024 num = gs->num_local_reduce; in PCTFS_gs_gop_vec_local_plus()
1030 if (*num == 2) { in PCTFS_gs_gop_vec_local_plus()
1031 num++; in PCTFS_gs_gop_vec_local_plus()
1035 } else if (*num == 3) { /* corner shared by three elements */ in PCTFS_gs_gop_vec_local_plus()
1036 num++; in PCTFS_gs_gop_vec_local_plus()
1042 } else if (*num == 4) { /* corner shared by four elements */ in PCTFS_gs_gop_vec_local_plus()
1043 num++; in PCTFS_gs_gop_vec_local_plus()
1052 num++; in PCTFS_gs_gop_vec_local_plus()
1067 PetscInt *num, *map, **reduce; in PCTFS_gs_gop_vec_local_in_plus() local
1071 num = gs->num_gop_local_reduce; in PCTFS_gs_gop_vec_local_in_plus()
1077 if (*num == 2) { in PCTFS_gs_gop_vec_local_in_plus()
1078 num++; in PCTFS_gs_gop_vec_local_in_plus()
1080 } else if (*num == 3) { /* corner shared by three elements */ in PCTFS_gs_gop_vec_local_in_plus()
1081 num++; in PCTFS_gs_gop_vec_local_in_plus()
1084 } else if (*num == 4) { /* corner shared by four elements */ in PCTFS_gs_gop_vec_local_in_plus()
1085 num++; in PCTFS_gs_gop_vec_local_in_plus()
1090 num++; in PCTFS_gs_gop_vec_local_in_plus()
1100 PetscInt *num, *map, **reduce; in PCTFS_gs_gop_vec_local_out() local
1104 num = gs->num_gop_local_reduce; in PCTFS_gs_gop_vec_local_out()
1110 if (*num == 2) { in PCTFS_gs_gop_vec_local_out()
1111 num++; in PCTFS_gs_gop_vec_local_out()
1113 } else if (*num == 3) { /* corner shared by three elements */ in PCTFS_gs_gop_vec_local_out()
1114 num++; in PCTFS_gs_gop_vec_local_out()
1117 } else if (*num == 4) { /* corner shared by four elements */ in PCTFS_gs_gop_vec_local_out()
1118 num++; in PCTFS_gs_gop_vec_local_out()
1123 num++; in PCTFS_gs_gop_vec_local_out()