Home
last modified time | relevance | path

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

/petsc/src/mat/interface/ !
H A Ddlregismat.c9 const char *const MatStructures[] = {"DIFFERENT", "SUBSET", "SAME", "UNKNOWN", "MatStr… variable
/petsc/doc/changes/ !
H A D317.md135 - Change `MatStructures` enumeration to avoid spaces and match capitalization of other enumerations
/petsc/src/ksp/pc/impls/hpddm/ !
H A Dpchpddm.cxx2298 …ptionsGetEnum(((PetscObject)pc)->options, prefix, "-st_matstructure", MatStructures, (PetscEnum *)… in PCSetUp_HPDDM()
2301 PetscCall(PetscOptionsSetValue(((PetscObject)pc)->options, prefix, MatStructures[structure])); in PCSetUp_HPDDM()
2310 …els_1_st_matstructure %s (!= %s)\n", pcpre ? pcpre : "", MatStructures[structure], MatStructures[S… in PCSetUp_HPDDM()
/petsc/include/ !
H A Dpetscmat.h409 PETSC_EXTERN const char *const MatStructures[]; variable