Searched refs:ld (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex15.cxx | 64 PetscLogDouble ld; in main() local 145 ld = 0.0; in main() 193 (void)ld; in main()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.h | 36 PetscInt *ld; /* number of entries per row left of diagona block */ member
|
| H A D | mpisell.c | 516 PetscCall(PetscFree(sell->ld)); in MatDestroy_MPISELL()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 348 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 D | mpiaij.h | 68 PetscInt *ld; /* number of entries per row left of diagonal block */ member
|
| H A D | mpiaij.c | 35 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 D | plexcgns2.c | 1238 …for (PetscInt ld = 0; ld < ldndof; ld++) vert_has_rank = (fvert2mvert[ldoffset + ld].rank == rank)… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
|
| /petsc/doc/changes/ |
| H A D | 318.md | 56 # define PetscInt64_FMT "ld"
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 778 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()
|