Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py245 d_i for d_i in deltas if not any(
246 d_j.is_deletion_superset_of(d_i) for d_j in deltas if d_j is not d_i
/petsc/doc/manual/
H A Dsection.md97 Denote each array entry $(p_i, f_i, d_i)$ for $p_i$ being the ith point, $f_i$ being the ith field,…
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx2811 PetscInt *d_i = c->i; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE() local
2816 if (ciscompressed) d_i = c->compressedrow.i; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2817 …PetscCallHIP(hipMemcpy(d_i, ii.data().get(), Ccsr->row_offsets->size() * sizeof(PetscInt), hipMemc… in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2820 PetscInt *d_i = c->i; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE() local
2821 if (ciscompressed) d_i = c->compressedrow.i; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2822 …PetscCallHIP(hipMemcpy(d_i, Ccsr->row_offsets->data().get(), Ccsr->row_offsets->size() * sizeof(Pe… in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu3338 PetscInt *d_i = c->i; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE() local
3343 if (ciscompressed) d_i = c->compressedrow.i; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3344 …PetscCallCUDA(cudaMemcpy(d_i, ii.data().get(), Ccsr->row_offsets->size() * sizeof(PetscInt), cudaM… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3347 PetscInt *d_i = c->i; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE() local
3348 if (ciscompressed) d_i = c->compressedrow.i; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3349 …PetscCallCUDA(cudaMemcpy(d_i, Ccsr->row_offsets->data().get(), Ccsr->row_offsets->size() * sizeof(… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()