Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/tutorials/
H A Dex20.c125 PetscInt idx, idx0, idx1, idx2, idx3; in pic_insert_DMPLEX_with_cell_list() local
128 idx0 = idx; in pic_insert_DMPLEX_with_cell_list()
129 idx1 = idx0 + 1; in pic_insert_DMPLEX_with_cell_list()
131 idx3 = idx0 + nx[0]; in pic_insert_DMPLEX_with_cell_list()
133 tricells[3 * cnt + 0] = idx0; in pic_insert_DMPLEX_with_cell_list()
138 tricells[3 * cnt + 0] = idx0; in pic_insert_DMPLEX_with_cell_list()
/petsc/src/mat/tests/
H A Dex23.c587 PetscInt *idx0, *idx1, n0, n1; in main() local
622 PetscCall(PetscMalloc1(n0, &idx0)); in main()
624 for (i = 0; i < n0; i++) idx0[i] = ren - i - 1; in main()
626 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, n0, idx0, PETSC_OWN_POINTER, &Ais[0])); in main()
628 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, n0, idx0, PETSC_COPY_VALUES, &Bis[0])); in main()
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx373 …const int idx0 = bid_coo_sz_batch + coo_elem_offsets[glb_elem_idx] + fieldA * fullNb2 + fullNb * c… in landau_mat_assemble() local
374 for (int q = 0, idx2 = idx0; q < nr; q++) { in landau_mat_assemble()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c522 …const PetscInt idx0 = b_id * coo_elem_offsets[elem_offset[num_grids]] + coo_elem_offsets[glb_elem_… in LandauFormJacobian_Internal() local
523 for (PetscInt q = 0, idx2 = idx0; q < nr; q++) { in LandauFormJacobian_Internal()
1673 …const PetscInt idx0 = b_id * coo_elem_offsets[ncellsTot] + coo_elem_offsets[glb_elem_idx] + fieldA… in CreateStaticData() local
1674 for (PetscInt q = 0, idx = idx0; q < nr; q++) { in CreateStaticData()