Home
last modified time | relevance | path

Searched refs:Last (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmresorthog.c23 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 Dagmresimpl.h24 PetscMPIInt First, Last, Ileft, Iright; /* Create a ring of processors for RODDEC */ member
/petsc/src/ts/event/tests/output/
H A Dex3span_fin.out13 Last dt = 0.
H A Dex3span_2.out15 Last dt = 1.
H A Dex3span_3none.out15 Last dt = 0.11
H A Dex3span_1.out135 Last dt = 0.06
H A Dex3span_1single.out143 Last dt = 0.0600004
H A Dex3span_adaptmonitor.out133 Last dt = 0.099
/petsc/doc/install/
H A Ddownload.md87 - Last week of every month (or first week on next month - if delayed)
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md291 …This should be small, and as the mesh is refined it should approach zero. Last, PETSc uses a Taylo…