Searched refs:cits (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1486 char *cits, filename[PETSC_MAX_PATH_LEN]; in PetscFinalize() local 1491 PetscCall(PetscSegBufferGet(PetscCitationsList, 1, &cits)); in PetscFinalize() 1492 cits[0] = 0; in PetscFinalize() 1493 PetscCall(PetscSegBufferExtractAlloc(PetscCitationsList, &cits)); in PetscFinalize() 1496 PetscCall(PetscFPrintf(PETSC_COMM_WORLD, fd, "%s", cits)); in PetscFinalize() 1499 PetscCall(PetscFree(cits)); in PetscFinalize()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TAO.pyx | 1418 cdef PetscInt cits = 0 1423 CHKERR(TaoGetSolutionStatus(self.tao, &cits, &cf, &cres, &ccnorm, &cstep, NULL)) 1425 cits = asInt(its) 1434 CHKERR(TaoMonitor(self.tao, cits, cf, cres, ccnorm, cstep))
|
| H A D | Mat.pyx | 3980 cdef PetscInt cits = asInt(its) 3982 CHKERR(MatSOR(self.mat, b.vec, comega, csortype, cshift, cits, clits, x.vec))
|
| /petsc/doc/ |
| H A D | petsc.bib | 16062 @Misc{ cits:web, 16065 note = {Stanford University, see \url{http://www.stanford.edu/group/cits}}
|