Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag.c498 PetscBool is_shell, is_aij; in DMCreateMatrix_Stag() local
520 PetscCall(PetscStrcmp(mat_type, MATSHELL, &is_shell)); in DMCreateMatrix_Stag()
566 } else if (is_shell) { in DMCreateMatrix_Stag()