Searched refs:f_i (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | chwirut2.c | 116 PetscReal f_i = 0.0; in EvaluateFunction() local 124 …PetscCallMPI(MPI_Recv(&f_i, 1, MPIU_REAL, MPI_ANY_SOURCE, MPI_ANY_TAG, PETSC_COMM_WORLD, &status)); in EvaluateFunction() 129 f[tag] = (PetscReal)f_i; in EvaluateFunction()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1218 for (PetscInt f = fownedStart, f_i = 0; f < fownedEnd; f++, f_i++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1246 …, PETSC_ERR_PLIB, "Rank containing CGNS face %" PetscInt_FMT " could not be found", face_ids[f_i]); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1266 ownedFaceRemotes_buffer[n] = (PetscSFNode){.rank = myrank, .index = f_i}; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1407 for (PetscInt f = fdistStart, f_i = 0; f < fdistEnd; f++, f_i++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1429 (*plexFaces)[f_i] = face_point; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1437 if ((*plexFaces)[f_i] != -1) PetscCall(PetscBTSet(plex_face_found, f_i)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|
| /petsc/doc/manual/ |
| H A D | section.md | 97 Denote each array entry $(p_i, f_i, d_i)$ for $p_i$ being the ith point, $f_i$ being the ith field,…
|