Lines Matching refs:PetscStrcmp
135 PetscCall(PetscStrcmp(petscmatformat, MATAIJCUSPARSE, &isaijcusparse)); in TimedSpMV()
136 PetscCall(PetscStrcmp(petscmatformat, MATAIJHIPSPARSE, &isaijhipsparse)); in TimedSpMV()
137 PetscCall(PetscStrcmp(petscmatformat, MATAIJKOKKOS, &isaijkokkos)); in TimedSpMV()
138 PetscCall(PetscStrcmp(petscmatformat, MATSELLCUDA, &issellcuda)); in TimedSpMV()
139 PetscCall(PetscStrcmp(petscmatformat, MATSELLHIP, &issellhip)); in TimedSpMV()
175 PetscCall(PetscStrcmp(petscmatformat, MATAIJCUSPARSE, &isaijcusparse)); in WarmUpDevice()
176 PetscCall(PetscStrcmp(petscmatformat, MATAIJHIPSPARSE, &isaijhipsparse)); in WarmUpDevice()
177 PetscCall(PetscStrcmp(petscmatformat, MATAIJKOKKOS, &isaijkokkos)); in WarmUpDevice()
178 PetscCall(PetscStrcmp(petscmatformat, MATSELLCUDA, &issellcuda)); in WarmUpDevice()
179 PetscCall(PetscStrcmp(petscmatformat, MATSELLHIP, &issellhip)); in WarmUpDevice()
228 PetscCall(PetscStrcmp(matformat, "csr", &iscsr)); in MapToPetscMatType()
239 PetscCall(PetscStrcmp(matformat, "sell", &issell)); in MapToPetscMatType()
250 PetscCall(PetscStrcmp(matformat, "csrkokkos", &iscsrkokkos)); in MapToPetscMatType()