Searched refs:limits (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex12.c | 15 PetscReal limits[2] = {0, 0.55}; in main() local 31 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-limits", limits, &nlimits, &setlimits)); in main() 43 if (setlimits) PetscCall(PetscDrawBarSetLimits(bar, limits[0], limits[1])); in main()
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 19 limits = rangeStr.split('-') 20 for rank in range(int(limits[0]), int(limits[1])+1):
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 825 double limits[4]; in DMPlexGeomPrintModel_Internal() local 829 … PetscCall(EGlite_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexGeomPrintModel_Internal() 832 … PetscCall(EG_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexGeomPrintModel_Internal() 836 …COMM_SELF, " (x, y, z) = (%lf, %lf, %lf) \n", limits[0], limits[1], limits[2])); in DMPlexGeomPrintModel_Internal() 1011 double limits[4]; in DMPlexCreateGeom_Internal() local 1015 … PetscCall(EGlite_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexCreateGeom_Internal() 1018 … PetscCall(EG_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexCreateGeom_Internal() 1022 coords[(id - 1) * cdim + 0] = limits[0]; in DMPlexCreateGeom_Internal() 1023 coords[(id - 1) * cdim + 1] = limits[1]; in DMPlexCreateGeom_Internal() 1024 coords[(id - 1) * cdim + 2] = limits[2]; in DMPlexCreateGeom_Internal() [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PETSc.pyx | 19 #pragma GCC diagnostic ignored "-Wtype-limits"
|
| /petsc/doc/manual/ |
| H A D | streams.md | 48 Binding the thread or process to a hardware unit prevents or limits the migration.
|
| H A D | tao.md | 1191 This trust-region radius simultaneously limits the size of the step
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 1019 …PetscInt type, limits[5] = {(grid == 0) ? ctx->numRERefine : 0, (grid == 0) ? ctx->nZRefine1 : 0, … in adapt() local 1021 for (adaptIter = 0; adaptIter < limits[type]; adaptIter++) { in adapt()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 271 (energy/wall/modify-orthogonality-limits? #f) 275 (uds/wall/modify-orthogonality-limits? #f) 6247 (pmn/limits-offset 0.01) 6255 (pmn/mark-primary-limits? #t) 7056 (ost/recon/limits-use-principal-donor? #f)
|
| /petsc/doc/ |
| H A D | petsc.bib | 116 title = {Time-step limits for stable solutions of the ice-sheet equation},
|