Searched refs:AOList (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/ao/interface/ |
| H A D | aoreg.c | 17 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 D | ao.c | 428 PetscCall(PetscOptionsFList("-ao_type", "AO type", "AOSetType", AOList, def, type, 256, &flg)); in AOSetFromOptions()
|
| /petsc/src/vec/is/ao/ |
| H A D | aoimpl.h | 11 PETSC_INTERN PetscFunctionList AOList; variable
|