Searched refs:petsc_n (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | solgmrpetsc.c | 124 PetscInt petsc_n; in SolGMRp() local 286 petsc_n = (PetscInt) nshg * (PetscInt) nflow; in SolGMRp() 287 ierr = ISCreateGeneral(PETSC_COMM_SELF, petsc_n, indexsetary, in SolGMRp() 308 ierr = VecCreateSeq(PETSC_COMM_SELF, petsc_n, &DyPLocal); in SolGMRp() 460 PetscInt petsc_n; in SolGMRpSclr() local 601 petsc_n = (PetscInt) nshg; in SolGMRpSclr() 602 ierr = ISCreateGeneral(PETSC_COMM_SELF, petsc_n, indexsetarys, in SolGMRpSclr() 617 ierr = VecCreateSeq(PETSC_COMM_SELF, petsc_n, &DyPLocals); in SolGMRpSclr()
|