| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | cdf.c | 142 static PetscErrorCode CDFUtilInverseEstimate(const CDFStats *stats, PetscReal cdfTarget, PetscReal … in CDFUtilInverseEstimate() argument 147 min = stats->min; in CDFUtilInverseEstimate() 148 max = stats->max; in CDFUtilInverseEstimate() 178 CDFStats stats[3]; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local 183 stats[i].min = m ? val : PETSC_MAX_REAL; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 184 stats[i].max = m ? val : PETSC_MIN_REAL; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 185 stats[i].moment[0] = m; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 186 stats[i].moment[1] = m * val; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 187 stats[i].moment[2] = m * val * val; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 189 stats[2].min = PETSC_MAX_REAL; in VecTaggerComputeBox_CDF_SortedArray_Iterative() [all …]
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | ex1.c | 75 …PetscLogDouble locTotalTime, stats[6], maxstats[6], minstats[6], sumstats[6], avetime, ksptime; in PetscLogView_VecScatter() local 120 stats[COUNT] = eventInfo.count; in PetscLogView_VecScatter() 121 stats[TIME] = eventInfo.time; in PetscLogView_VecScatter() 122 stats[NUMMESS] = eventInfo.numMessages; in PetscLogView_VecScatter() 123 stats[MESSLEN] = eventInfo.messageLength; in PetscLogView_VecScatter() 124 stats[REDUCT] = eventInfo.numReductions; in PetscLogView_VecScatter() 125 stats[FLOPS] = eventInfo.flops; in PetscLogView_VecScatter() 126 … PetscCallMPI(MPIU_Allreduce(stats, maxstats, 6, MPIU_PETSCLOGDOUBLE, MPI_MAX, PETSC_COMM_WORLD)); in PetscLogView_VecScatter() 127 … PetscCallMPI(MPIU_Allreduce(stats, minstats, 6, MPIU_PETSCLOGDOUBLE, MPI_MIN, PETSC_COMM_WORLD)); in PetscLogView_VecScatter() 128 … PetscCallMPI(MPIU_Allreduce(stats, sumstats, 6, MPIU_PETSCLOGDOUBLE, MPI_SUM, PETSC_COMM_WORLD)); in PetscLogView_VecScatter()
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex59_bddc_fetidp_ml_eqlimit.out | 1 ---------------------BDDC stats------------------------------- 5 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_1.out | 1 ---------------------BDDC stats------------------------------- 5 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_3.out | 1 ---------------------BDDC stats------------------------------- 5 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_2.out | 1 ---------------------BDDC stats------------------------------- 5 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_4.out | 1 ---------------------BDDC stats------------------------------- 5 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_approximate.out | 1 ---------------------BDDC stats-------------------------------
|
| H A D | ex59_bddc_fetidp_ml_3.out | 160 ---------------------BDDC stats------------------------------- 164 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_ml_2.out | 279 ---------------------BDDC stats------------------------------- 283 ------------------FETI-DP stats-------------------------------
|
| H A D | ex59_bddc_fetidp_ml_1.out | 268 ---------------------BDDC stats------------------------------- 272 ------------------FETI-DP stats-------------------------------
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | HeadersDiff.css | 49 .stats, .stats td, .stats th { background-color: #EEE; padding: 2px 0; }
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 279 for stat in body.stats:
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9919 cell_stats_t stats, globalStats; in DMPlexCheckCellShape() local 9928 stats.min = PETSC_MAX_REAL; in DMPlexCheckCellShape() 9929 stats.max = PETSC_MIN_REAL; in DMPlexCheckCellShape() 9930 stats.sum = stats.squaresum = 0.; in DMPlexCheckCellShape() 9931 stats.count = 0; in DMPlexCheckCellShape() 9952 stats.min = PetscMin(stats.min, cond); in DMPlexCheckCellShape() 9953 stats.max = PetscMax(stats.max, cond); in DMPlexCheckCellShape() 9954 stats.sum += cond; in DMPlexCheckCellShape() 9955 stats.squaresum += cond2; in DMPlexCheckCellShape() 9956 stats.count++; in DMPlexCheckCellShape() [all …]
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 673 nsys profile -t nvtx,cuda -o file --stats=true --force-overwrite true ./a.out 695 mpiexec -n 1 nsys profile -t nvtx,cuda -o file_name --stats=true --force-overwrite true ./a.out : -…
|