Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Ddlregissnes.c63 PetscCall(PetscLogEventRegister("SNESFunctionEval", SNES_CLASSID, &SNES_FunctionEval)); in SNESInitializePackage()
H A Dsnes.c14 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 Ddmdasnes.c78 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 Dsnesimpl.h301 PETSC_EXTERN PetscLogEvent SNES_FunctionEval; variable