Searched refs:matType (Results 1 – 2 of 2) sorted by relevance
409 MatType matType = MATAIJ; /* default type of cooMat */ in MatHYPRE_CreateCOOMat() local424 matType = MATAIJHIPSPARSE; in MatHYPRE_CreateCOOMat()426 matType = MATAIJCUSPARSE; in MatHYPRE_CreateCOOMat()428 matType = MATAIJKOKKOS; in MatHYPRE_CreateCOOMat()438 PetscCall(MatSetType(hmat->cooMat, matType)); in MatHYPRE_CreateCOOMat()
80 MatType matType; in DMPlexCopy_Internal() local88 PetscCall(DMGetMatType(dmin, &matType)); in DMPlexCopy_Internal()89 PetscCall(DMSetMatType(dmout, matType)); in DMPlexCopy_Internal()