Home
last modified time | relevance | path

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

/phasta/phSolver/compressible/
H A Dsolgmrpetsc.c568 PetscInt* indexsetarys = malloc(sizeof(PetscInt)*nshg); in SolGMRpSclr() local
588 indexsetarys[k] = nodetoinsert; in SolGMRpSclr()
595 indexsetarys[k] = nodetoinsert; in SolGMRpSclr()
602 ierr = ISCreateGeneral(PETSC_COMM_SELF, petsc_n, indexsetarys, in SolGMRpSclr()
604 free(indexsetarys); in SolGMRpSclr()