Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Ddlregissnes.c67 PetscCall(PetscLogEventRegister("SNESNewtonALEval", SNES_CLASSID, &SNES_NewtonALEval)); in SNESInitializePackage()
H A Dsnes.c14 …ES_FunctionEval, SNES_JacobianEval, SNES_NGSEval, SNES_NGSFuncEval, SNES_NewtonALEval, SNES_NPCSol… variable
/petsc/src/snes/impls/al/
H A Dal.c269 PetscCall(PetscLogEventBegin(SNES_NewtonALEval, snes, X, Q, 0)); in SNESNewtonALComputeFunction()
271 PetscCall(PetscLogEventEnd(SNES_NewtonALEval, snes, X, Q, 0)); in SNESNewtonALComputeFunction()
/petsc/include/petsc/private/
H A Dsnesimpl.h305 PETSC_EXTERN PetscLogEvent SNES_NewtonALEval; variable