Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex68.c19 PetscErrorCode ComputeFunctionLinear(SNES snes, Vec x, Vec f, PetscCtx ctx) in ComputeFunctionLinear() function
161 PetscCall(SNESSetFunction(snes, r, ComputeFunctionLinear, A)); in main()