Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Ddlregissnes.c65 PetscCall(PetscLogEventRegister("SNESNGSEval", SNES_CLASSID, &SNES_NGSEval)); in SNESInitializePackage()
H A Dsnes.c14 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 Dsnesimpl.h303 PETSC_EXTERN PetscLogEvent SNES_NGSEval; variable