Searched refs:fitLog (Results 1 – 1 of 1) sorted by relevance
818 PetscBool fitLog = PETSC_TRUE, debug = PETSC_FALSE; in MonitorEField() local825 if (fitLog) PetscCall(TaoSetResidualRoutine(tao, r, ComputeLogEmaxResidual, &ctx->emaxCtx)); in MonitorEField()829 …if (fitLog) PetscCall(TaoSetJacobianResidualRoutine(tao, J, J, ComputeLogEmaxJacobian, &ctx->emaxC… in MonitorEField()