Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/interface/
H A Daoreg.c17 PetscCall(PetscFunctionListDestroy(&AOList)); in AOFinalizePackage()
97 PetscCall(PetscFunctionListFind(AOList, method, &r)); in AOSetType()
131 PetscFunctionList AOList = NULL; variable
150 PetscCall(PetscFunctionListAdd(&AOList, sname, function)); in AORegister()
H A Dao.c428 PetscCall(PetscOptionsFList("-ao_type", "AO type", "AOSetType", AOList, def, type, 256, &flg)); in AOSetFromOptions()
/petsc/src/vec/is/ao/
H A Daoimpl.h11 PETSC_INTERN PetscFunctionList AOList; variable