Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c6 PetscFunctionList MatCoarsenList = NULL; variable
33 PetscCall(PetscFunctionListAdd(&MatCoarsenList, sname, function)); in MatCoarsenRegister()
280 PetscCall(PetscFunctionListFind(MatCoarsenList, type, &r)); in MatCoarsenSetType()
376 …List("-mat_coarsen_type", "Type of aggregator", "MatCoarsenSetType", MatCoarsenList, def, type, 25… in MatCoarsenSetFromOptions()
/petsc/include/
H A Dpetscmatcoarsen.h7 PETSC_EXTERN PetscFunctionList MatCoarsenList; variable
/petsc/src/mat/interface/
H A Ddlregismat.c45 PetscCall(PetscFunctionListDestroy(&MatCoarsenList)); in MatFinalizePackage()