Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/ !
H A Dhtool.cxx4 const char *const MatHtoolCompressorTypes[] = {"sympartialACA", "fullACA", "SVD"}; variable
328 … PetscCall(PetscViewerASCIIPrintf(pv, "compressor: %s\n", MatHtoolCompressorTypes[a->compressor])); in MatView_Htool()
399 …"MatHtoolCompressorType", MatHtoolCompressorTypes, PETSC_STATIC_ARRAY_LENGTH(MatHtoolCompressorTyp… in MatSetFromOptions_Htool()