Searched refs:petsc_M (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | solgmrpetsc.c | 123 PetscInt petsc_bs, petsc_m, petsc_M,petsc_PA; in SolGMRp() local 200 petsc_M = (PetscInt) nshgt * (PetscInt) nflow; in SolGMRp() 202 ierr = MatCreateBAIJ(PETSC_COMM_WORLD, petsc_bs, petsc_m, petsc_m, petsc_M, petsc_M, in SolGMRp() 303 ierr = VecCreateMPI(PETSC_COMM_WORLD, LocalRow, petsc_M, &resP); in SolGMRp() 304 ierr = VecCreateMPI(PETSC_COMM_WORLD, LocalRow, petsc_M, &DyP); in SolGMRp() 459 PetscInt petsc_bs, petsc_m, petsc_M,petsc_PA; in SolGMRpSclr() local 526 petsc_M = (PetscInt) nshgt; in SolGMRpSclr() 529 ierr = MatCreateAIJ(PETSC_COMM_WORLD, petsc_m, petsc_m, petsc_M, petsc_M, in SolGMRpSclr() 612 ierr = VecCreateMPI(PETSC_COMM_WORLD, LocalRow, petsc_M, &resPs); in SolGMRpSclr() 613 ierr = VecCreateMPI(PETSC_COMM_WORLD, LocalRow, petsc_M, &DyPs); in SolGMRpSclr()
|