Searched refs:SNES_NGSEval (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | dlregissnes.c | 65 PetscCall(PetscLogEventRegister("SNESNGSEval", SNES_CLASSID, &SNES_NGSEval)); in SNESInitializePackage()
|
| H A D | snes.c | 14 PetscLogEvent SNES_Solve, SNES_SetUp, SNES_FunctionEval, SNES_JacobianEval, SNES_NGSEval, SNES_NGSF… variable 2596 PetscCall(PetscLogEventBegin(SNES_NGSEval, snes, x, b, 0)); in SNESComputeNGS() 2603 PetscCall(PetscLogEventEnd(SNES_NGSEval, snes, x, b, 0)); in SNESComputeNGS()
|
| /petsc/include/petsc/private/ |
| H A D | snesimpl.h | 303 PETSC_EXTERN PetscLogEvent SNES_NGSEval; variable
|