Searched defs:cmat (Results 1 – 7 of 7) sorted by relevance
208 cdef PetscErrorCode DMSHELL_CreateMatrix(261 cdef PetscErrorCode DMSHELL_CreateInterpolation(289 cdef PetscErrorCode DMSHELL_CreateInjection(308 cdef PetscErrorCode DMSHELL_CreateRestriction(
29 Mat cmat; /* matrix representation of a given subset of columns */ member
326 Mat P, cmat; in main() local
11 Mat *sA_IG, *sGf, cmat, lA; in PCMGGDSWSetUp() local
1072 if (auto &cmat = mimpl->cmat) { in BindToCPU() local1134 if (const auto cmat = mimpl->cmat) PetscCall(MatBindToCPU(cmat, to_host)); in BindToCPU() local1839 auto &cmat = mimpl->cmat; in GetSubMatrix() local1876 const auto cmat = mimpl->cmat; in RestoreSubMatrix() local
34 Mat cmat, mat[20], fmat; in main() local
750 Mat cmat; /* matrix representation of a given subset of columns */ member