Searched refs:SNES_FunctionEval (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | dlregissnes.c | 63 PetscCall(PetscLogEventRegister("SNESFunctionEval", SNES_CLASSID, &SNES_FunctionEval)); in SNESInitializePackage()
|
| H A D | snes.c | 14 PetscLogEvent SNES_Solve, SNES_SetUp, SNES_FunctionEval, SNES_JacobianEval, SNES_NGSEval, SNES_NGSF… variable 2482 …SNESObjectiveComputeFunctionDefaultFD) PetscCall(PetscLogEventBegin(SNES_FunctionEval, snes, x, f,… in SNESComputeFunction() 2493 …= SNESObjectiveComputeFunctionDefaultFD) PetscCall(PetscLogEventEnd(SNES_FunctionEval, snes, x, f,… in SNESComputeFunction() 2546 PetscCall(PetscLogEventBegin(SNES_FunctionEval, snes, x, y, 0)); in SNESComputeMFFunction() 2552 PetscCall(PetscLogEventEnd(SNES_FunctionEval, snes, x, y, 0)); in SNESComputeMFFunction()
|
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 78 PetscCall(PetscLogEventBegin(SNES_FunctionEval, snes, X, F, 0)); in SNESComputeFunction_DMDA() 87 PetscCall(PetscLogEventEnd(SNES_FunctionEval, snes, X, F, 0)); in SNESComputeFunction_DMDA() 93 PetscCall(PetscLogEventBegin(SNES_FunctionEval, snes, X, F, 0)); in SNESComputeFunction_DMDA() 102 PetscCall(PetscLogEventEnd(SNES_FunctionEval, snes, X, F, 0)); in SNESComputeFunction_DMDA()
|
| /petsc/include/petsc/private/ |
| H A D | snesimpl.h | 301 PETSC_EXTERN PetscLogEvent SNES_FunctionEval; variable
|