Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex18f90.F9050 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))