Searched refs:TestFunction (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex18f90.F90 | 50 public :: TestFunction 52 subroutine TestFunction(snes, xx, r, ctx, ierr) subroutine 59 end subroutine TestFunction 75 subroutine SNESSetFunctionNoInterface(snes_base, x, TestFunction, base, ierr) 79 external TestFunction 110 PetscCallA(SNESSetFunctionNoInterface(snes_base, x, TestFunction, base, ierr)) 117 PetscCallA(SNESSetFunctionNoInterface(snes_extended, x, TestFunction, extended, ierr))
|