Searched refs:fmax (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 887 PetscReal *fmin, *fmax, *fint, *ftmp, t; in MonitorFunctionals() local 894 PetscCall(PetscMalloc4(fcount, &fmin, fcount, &fmax, fcount, &fint, fcount, &ftmp)); in MonitorFunctionals() 901 fmax[f] = PETSC_MIN_REAL; in MonitorFunctionals() 938 fmax[f] = PetscMax(fmax[f], ftmp[f]); in MonitorFunctionals() 945 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fmax, (PetscMPIInt)fcount, MPIU_REAL, MPIU_MAX, PetscObj… in MonitorFunctionals() 968 …6g,%12.6g] int %12.6g", &countused, func->name, (double)fmin[id], (double)fmax[id], (double)fint[i… in MonitorFunctionals() 995 PetscCall(PetscFree4(fmin, fmax, fint, ftmp)); in MonitorFunctionals()
|
| H A D | ex11.c | 974 PetscReal *fmin, *fmax, *fintegral, *ftmp; in MonitorVTK() local 979 PetscCall(PetscMalloc4(fcount, &fmin, fcount, &fmax, fcount, &fintegral, fcount, &ftmp)); in MonitorVTK() 982 fmax[i] = PETSC_MIN_REAL; in MonitorVTK() 1007 fmax[i] = PetscMax(fmax[i], ftmp[i]); in MonitorVTK() 1015 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fmax, (PetscMPIInt)fcount, MPIU_REAL, MPIU_MAX, PetscObj… in MonitorVTK() 1036 …g,%10.7g] int %10.7g", &countused, flink->name, (double)fmin[id], (double)fmax[id], (double)finteg… in MonitorVTK() 1051 PetscCall(PetscFree4(fmin, fmax, fintegral, ftmp)); in MonitorVTK()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 266 (wall/secondary-gradient-limiter-fmax 0.9) 269 (energy/wall/secondary-gradient-limiter-fmax 0.9) 273 (uds/wall/secondary-gradient-limiter-fmax 0.9) 3339 (prepdf/flamelet-auto-refine/fmax 0.99)
|