Searched refs:PetscFunctionListGet (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex65.c | 118 PetscCall(PetscFunctionListGet(fl, &array, &n)); in TestPetscFunctionListGet() 122 PetscCall(PetscFunctionListGet(fl_dup, &array, &n)); in TestPetscFunctionListGet()
|
| /petsc/src/sys/dll/ |
| H A D | reg.c | 519 PetscErrorCode PetscFunctionListGet(PetscFunctionList list, const char ***array, int *n) in PetscFunctionListGet() function
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 226 PetscCall(PetscFunctionListGet(next->flist, (const char ***)&next->edata, &ntext)); in PetscOptionsSAWsInput()
|
| /petsc/include/ |
| H A D | petscsys.h | 1661 PETSC_EXTERN PetscErrorCode PetscFunctionListGet(PetscFunctionList, const char ***, int *);
|