Home
last modified time | relevance | path

Searched defs:PetscConcat (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dseqhashmatsetvalues.h9 static PetscErrorCode PetscConcat(MatSetValues_Seq_Hash, TYPE_BS)(Mat A, PetscInt m, const PetscInt… in PetscConcat() function
/petsc/include/
H A Dpetscmacros.h847 #define PetscConcat(x, y) PetscConcat_(x, y) macro