Searched refs:remaining (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/totalview/ |
| H A D | tv_data_display.c | 55 size_t remaining; in TV_add_row() local 74 remaining = TV_data_buffer_ptr + DATA_FORMAT_BUFFER_SIZE - TV_data_format_buffer; in TV_add_row() 79 out = snprintf(TV_data_buffer_ptr, remaining, "%s\t%s\t%p\n", field_name, type_name, value); in TV_add_row()
|
| /petsc/src/sys/objects/cxx/memory/ |
| H A D | object_pool.cxx | 174 PetscErrorCode PoolAllocator::clear_(size_type *remaining) noexcept in clear_() argument 179 if (remaining) PetscAssertPointer(remaining, 1); in clear_() 192 if (remaining) *remaining = remain; in clear_()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemFinalize.m | 4 % Pad the history if there are remaining evaluations or truncate if too many 37 % Pad the history if there are remaining evaluations or truncate if too many
|
| /petsc/src/dm/impls/da/ |
| H A D | da.c | 941 PetscInt i, totalc = 0, remaining, startc = 0, startf = 0; in DMDARefineOwnershipRanges() local 950 remaining = (!periodic) + ratio * (totalc - (!periodic)); in DMDARefineOwnershipRanges() 952 PetscInt want = remaining / (m - i) + !!(remaining % (m - i)); in DMDARefineOwnershipRanges() 963 …if (want < 0 || want > remaining || ((startf + want) / ratio < nextc - stencil_width) || ((startf … in DMDARefineOwnershipRanges() 969 remaining -= lf[i]; in DMDARefineOwnershipRanges() 982 PetscInt i, totalf, remaining, startc, startf; in DMDACoarsenOwnershipRanges() local 991 remaining = (!periodic) + (totalf - (!periodic)) / ratio; in DMDACoarsenOwnershipRanges() 993 PetscInt want = remaining / (m - i) + !!(remaining % (m - i)); in DMDACoarsenOwnershipRanges() 1003 …if (want < 0 || want > remaining || (nextf / ratio < startc + want - stencil_width) || ((nextf - 1… in DMDACoarsenOwnershipRanges() 1009 remaining -= lc[i]; in DMDACoarsenOwnershipRanges()
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 20 small and simple, while remaining flexible and general. This also allows
|
| H A D | performance.md | 219 remaining processes. The achieved bandwidth of 45 GB/sec is close to the
|
| H A D | tao.md | 1756 `MATLMVM` matrix. The remaining supported preconditioner types are 2862 of the remaining set of *free* variables.
|
| H A D | ksp.md | 1222 and the remaining are empty on that grid. One can, and probably should,
|