Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsfregi.c16 PetscFunctionList PetscSFList; variable
82 PetscCall(PetscFunctionListAdd(&PetscSFList, name, create)); in PetscSFRegister()
H A Ddlregissf.c92 PetscCall(PetscFunctionListDestroy(&PetscSFList)); in PetscSFFinalizePackage()
H A Dsf.c182 PetscCall(PetscFunctionListFind(PetscSFList, type, &r)); in PetscSFSetType()
354 …ionsFList("-sf_type", "PetscSF implementation type", "PetscSFSetType", PetscSFList, deft, type, si… in PetscSFSetFromOptions()
/petsc/include/
H A Dpetscsf.h115 PETSC_EXTERN PetscFunctionList PetscSFList; variable