Lines Matching refs:cnt
97 PetscInt ii, jj, cnt; in pic_insert_DMPLEX_with_cell_list() local
110 cnt = 0; in pic_insert_DMPLEX_with_cell_list()
115 trivert[2 * cnt + 0] = 0.0 + ii * dx; in pic_insert_DMPLEX_with_cell_list()
116 trivert[2 * cnt + 1] = 0.0 + jj * dy; in pic_insert_DMPLEX_with_cell_list()
117 cnt++; in pic_insert_DMPLEX_with_cell_list()
122 cnt = 0; in pic_insert_DMPLEX_with_cell_list()
133 tricells[3 * cnt + 0] = idx0; in pic_insert_DMPLEX_with_cell_list()
134 tricells[3 * cnt + 1] = idx1; in pic_insert_DMPLEX_with_cell_list()
135 tricells[3 * cnt + 2] = idx2; in pic_insert_DMPLEX_with_cell_list()
136 cnt++; in pic_insert_DMPLEX_with_cell_list()
138 tricells[3 * cnt + 0] = idx0; in pic_insert_DMPLEX_with_cell_list()
139 tricells[3 * cnt + 1] = idx2; in pic_insert_DMPLEX_with_cell_list()
140 tricells[3 * cnt + 2] = idx3; in pic_insert_DMPLEX_with_cell_list()
141 cnt++; in pic_insert_DMPLEX_with_cell_list()