Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c691 static PetscErrorCode ComputeLogEmaxResidual(Tao tao, Vec x, Vec res, void *Ctx) in ComputeLogEmaxResidual() function
825 if (fitLog) PetscCall(TaoSetResidualRoutine(tao, r, ComputeLogEmaxResidual, &ctx->emaxCtx)); in MonitorEField()