Searched refs:fcount (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/interface/noise/ |
| H A D | snesnoise.c | 87 PetscInt fcount; in SNESDiffParameterCompute_More() local 108 fcount = neP->function_count; in SNESDiffParameterCompute_More() 200 fcount = neP->function_count - fcount; in SNESDiffParameterCompute_More() 201 … ", fct_cum = %" PetscInt_FMT ", rerrf=%g, sqrt(noise)=%g, h_more=%g\n", fcount, neP->function_cou… in SNESDiffParameterCompute_More()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 888 PetscInt cStart, cEnd, c, fcount, f, num; in MonitorFunctionals() local 893 fcount = user->numMonitorFuncs; in MonitorFunctionals() 894 PetscCall(PetscMalloc4(fcount, &fmin, fcount, &fmax, fcount, &fint, fcount, &ftmp)); in MonitorFunctionals() 895 PetscCall(PetscMalloc3(fcount, &fdm, fcount, &fv, fcount, &fx)); in MonitorFunctionals() 896 for (f = 0; f < fcount; ++f) { in MonitorFunctionals() 936 for (f = 0; f < fcount; ++f) { in MonitorFunctionals() 944 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fmin, (PetscMPIInt)fcount, MPIU_REAL, MPIU_MIN, PetscObj… in MonitorFunctionals() 945 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fmax, (PetscMPIInt)fcount, MPIU_REAL, MPIU_MAX, PetscObj… in MonitorFunctionals() 946 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fint, (PetscMPIInt)fcount, MPIU_REAL, MPIU_SUM, PetscObj… in MonitorFunctionals() 948 ftablealloc = fcount * 100; in MonitorFunctionals()
|
| H A D | ex11.c | 969 PetscInt c, cStart, cEnd, fcount, i; in MonitorVTK() local 978 fcount = mod->maxComputed + 1; in MonitorVTK() 979 PetscCall(PetscMalloc4(fcount, &fmin, fcount, &fmax, fcount, &fintegral, fcount, &ftmp)); in MonitorVTK() 980 for (i = 0; i < fcount; i++) { in MonitorVTK() 1005 for (i = 0; i < fcount; i++) { in MonitorVTK() 1014 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fmin, (PetscMPIInt)fcount, MPIU_REAL, MPIU_MIN, PetscObj… in MonitorVTK() 1015 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fmax, (PetscMPIInt)fcount, MPIU_REAL, MPIU_MAX, PetscObj… in MonitorVTK() 1016 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, fintegral, (PetscMPIInt)fcount, MPIU_REAL, MPIU_SUM, Pet… in MonitorVTK() 1018 ftablealloc = fcount * 100; in MonitorVTK()
|