Searched refs:SNES_NewtonALEval (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | dlregissnes.c | 67 PetscCall(PetscLogEventRegister("SNESNewtonALEval", SNES_CLASSID, &SNES_NewtonALEval)); in SNESInitializePackage()
|
| H A D | snes.c | 14 …ES_FunctionEval, SNES_JacobianEval, SNES_NGSEval, SNES_NGSFuncEval, SNES_NewtonALEval, SNES_NPCSol… variable
|
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 269 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 D | snesimpl.h | 305 PETSC_EXTERN PetscLogEvent SNES_NewtonALEval; variable
|