Searched refs:Last (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresorthog.c | 23 PetscMPIInt First, Last, rank, size; in KSPAGMRESRoddecInitNeighboor() local 30 PetscCallMPI(MPIU_Allreduce(&rank, &Last, 1, MPI_INT, MPI_MAX, comm)); in KSPAGMRESRoddecInitNeighboor() 32 if ((rank != Last) && (rank == 0)) { in KSPAGMRESRoddecInitNeighboor() 36 if (rank == Last) { in KSPAGMRESRoddecInitNeighboor() 41 agmres->Ileft = Last; in KSPAGMRESRoddecInitNeighboor() 49 agmres->Last = Last; in KSPAGMRESRoddecInitNeighboor() 122 PetscMPIInt Last = agmres->Last; in KSPAGMRESRoddec() local 187 …if (rank != Last) PetscCallMPI(MPI_Send(&wbufptr[d], len, MPIU_SCALAR, rank + 1, agmres->tag, comm… in KSPAGMRESRoddec() 202 if (rank == Last) { in KSPAGMRESRoddec() 209 if (rank == Last) { in KSPAGMRESRoddec() [all …]
|
| H A D | agmresimpl.h | 24 PetscMPIInt First, Last, Ileft, Iright; /* Create a ring of processors for RODDEC */ member
|
| /petsc/src/ts/event/tests/output/ |
| H A D | ex3span_fin.out | 13 Last dt = 0.
|
| H A D | ex3span_2.out | 15 Last dt = 1.
|
| H A D | ex3span_3none.out | 15 Last dt = 0.11
|
| H A D | ex3span_1.out | 135 Last dt = 0.06
|
| H A D | ex3span_1single.out | 143 Last dt = 0.0600004
|
| H A D | ex3span_adaptmonitor.out | 133 Last dt = 0.099
|
| /petsc/doc/install/ |
| H A D | download.md | 87 - Last week of every month (or first week on next month - if delayed)
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 291 …This should be small, and as the mesh is refined it should approach zero. Last, PETSc uses a Taylo…
|