Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag.c413 static PetscErrorCode ConvertToAIJ(MatType intype, MatType *outtype) in ConvertToAIJ() argument
422 PetscCall(PetscStrbeginswith(intype, types[i], &flg)); in ConvertToAIJ()
424 *outtype = intype; in ConvertToAIJ()
/petsc/src/dm/impls/da/
H A Ddainterp.c21 static PetscErrorCode ConvertToAIJ(MatType intype, MatType *outtype) in ConvertToAIJ() argument
30 PetscCall(PetscStrbeginswith(intype, types[i], &flg)); in ConvertToAIJ()
32 *outtype = intype; in ConvertToAIJ()