Home
last modified time | relevance | path

Searched refs:outtype (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
420 *outtype = MATAIJ; 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
28 *outtype = MATAIJ; in ConvertToAIJ()
32 *outtype = intype; in ConvertToAIJ()