Searched refs:MyFunction (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex218.c | 30 static PetscErrorCode MyFunction(PetscCtx ctx, Vec x, Vec y) in MyFunction() function 61 PetscCall(MatShellTestMult(S, MyFunction, base, user, NULL)); in main() 62 PetscCall(MatShellTestMultTranspose(S, MyFunction, base, user, NULL)); in main()
|
| /petsc/doc/developers/ |
| H A D | style.md | 129 PETSC_EXTERN PetscErrorCode MyFunction(PetscInt); // Correct 130 PETSC_EXTERN PetscErrorCode MyFunction(PetscInt myvalue); // Incorrect 193 PetscCall(MyFunction(...)); // Correct 194 PetscErrorCode ierr = MyFunction(...);PetscCall(ierr); // Incorrect
|