Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 9 of 9) sorted by relevance

/petsc/src/sys/tests/
H A Dex15.cxx64 PetscLogDouble ld; in main() local
145 ld = 0.0; in main()
193 (void)ld; in main()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.h36 PetscInt *ld; /* number of entries per row left of diagona block */ member
H A Dmpisell.c516 PetscCall(PetscFree(sell->ld)); in MatDestroy_MPISELL()
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py348 ld = cc
351 ldcmd = split_quoted(ld) + split_quoted(ldflags)
388 PLD_FLAGS = get_flags(ld) + ' ' + self['PCC_LINKER_FLAGS']
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.h68 PetscInt *ld; /* number of entries per row left of diagonal block */ member
H A Dmpiaij.c35 PetscCall(PetscFree(aij->ld)); in MatReset_MPIAIJ()
3868 PetscInt m, cstart, cend, j, nnz, i, d, *ld; in MatMPIAIJSetPreallocationCSR_MPIAIJ() local
3920 PetscCall(PetscFree(Aij->ld)); in MatMPIAIJSetPreallocationCSR_MPIAIJ()
3921 PetscCall(PetscCalloc1(m, &ld)); in MatMPIAIJSetPreallocationCSR_MPIAIJ()
3922 Aij->ld = ld; in MatMPIAIJSetPreallocationCSR_MPIAIJ()
3927 ld[i] = j; in MatMPIAIJSetPreallocationCSR_MPIAIJ()
4234 PetscInt *ld = Aij->ld; in MatUpdateMPIAIJWithArrays() local
4254 ldi = ld[i]; in MatUpdateMPIAIJWithArrays()
4304 PetscInt *ld = Aij->ld; in MatUpdateMPIAIJWithArray() local
4314 ldi = ld[i]; in MatUpdateMPIAIJWithArray()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1238 …for (PetscInt ld = 0; ld < ldndof; ld++) vert_has_rank = (fvert2mvert[ldoffset + ld].rank == rank)… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
/petsc/doc/changes/
H A D318.md56 # define PetscInt64_FMT "ld"
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx778 PetscInt N, ld[2]; in PCHPDDMDeflate_Private() local
784 PetscCall(MatDenseGetLDA(X, ld)); in PCHPDDMDeflate_Private()
785 PetscCall(MatDenseGetLDA(Y, ld + 1)); in PCHPDDMDeflate_Private()
786 …PetscCheck(ld[0] == ld[1], PetscObjectComm((PetscObject)pc), PETSC_ERR_SUP, "Leading dimension of … in PCHPDDMDeflate_Private()