Searched refs:mint (Results 1 – 2 of 2) sorted by relevance
| /petsc/share/petsc/matlab/ |
| H A D | laplacian.m | 168 mint = round(m); variable 169 if mint ~= m || mint > maxeigs 174 m = mint;
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 1279 …PetscLogDouble minf, maxf, totf, ratf, mint, maxt, tott, ratt, ratC, totm, totml, totr, m… in PetscLogHandlerView_Default_Info() local 1609 … PetscCallMPI(MPIU_Allreduce(&event_info->time, &mint, 1, MPIU_PETSCLOGDOUBLE, MPI_MIN, comm)); in PetscLogHandlerView_Default_Info() 1632 if (mint < 0.0) { in PetscLogHandlerView_Default_Info() 1633 …es cannot handle too rapid calls.!\n artificially changing minimum to zero.\n", mint, event_name)); in PetscLogHandlerView_Default_Info() 1634 mint = 0; in PetscLogHandlerView_Default_Info() 1642 memcpy(&mint, &nas, sizeof(PetscLogDouble)); in PetscLogHandlerView_Default_Info() 1654 if (mint != 0.0) ratt = maxt / mint; in PetscLogHandlerView_Default_Info()
|