| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubgen.py | 136 skip = { 216 if name in skip: 275 leftovers = [name for name in keys if name not in done and name not in skip] 286 skip = { 308 name not in done and name not in skip, 323 if name in done or name in skip: 338 k not in done and k not in skip, 360 if name in done or name in skip: 369 leftovers = [name for name in keys if name not in done and name not in skip]
|
| /petsc/src/mat/utils/ |
| H A D | matio.c | 9 PetscBool skip; in MatView_Binary_BlockSizes() local 12 PetscCall(PetscViewerBinaryGetSkipInfo(viewer, &skip)); in MatView_Binary_BlockSizes() 13 if (skip) PetscFunctionReturn(PETSC_SUCCESS); in MatView_Binary_BlockSizes()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 489 PetscErrorCode PetscViewerBinarySetSkipInfo(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipInfo() argument 493 PetscValidLogicalCollectiveBool(viewer, skip, 2); in PetscViewerBinarySetSkipInfo() 494 …PetscTryMethod(viewer, "PetscViewerBinarySetSkipInfo_C", (PetscViewer, PetscBool), (viewer, skip)); in PetscViewerBinarySetSkipInfo() 498 static PetscErrorCode PetscViewerBinarySetSkipInfo_Binary(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipInfo_Binary() argument 503 vbinary->skipinfo = skip; in PetscViewerBinarySetSkipInfo_Binary() 526 PetscErrorCode PetscViewerBinaryGetSkipInfo(PetscViewer viewer, PetscBool *skip) in PetscViewerBinaryGetSkipInfo() argument 530 PetscAssertPointer(skip, 2); in PetscViewerBinaryGetSkipInfo() 531 …tscUseMethod(viewer, "PetscViewerBinaryGetSkipInfo_C", (PetscViewer, PetscBool *), (viewer, skip)); in PetscViewerBinaryGetSkipInfo() 535 static PetscErrorCode PetscViewerBinaryGetSkipInfo_Binary(PetscViewer viewer, PetscBool *skip) in PetscViewerBinaryGetSkipInfo_Binary() argument 540 *skip = vbinary->skipinfo; in PetscViewerBinaryGetSkipInfo_Binary() [all …]
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex1_lsqr_0_ksp_convergence_test-skip.out | 4 convergence test: skip 13 convergence test: skip
|
| H A D | ex1_lsqr_1_ksp_convergence_test-skip.out | 4 convergence test: skip 13 convergence test: skip
|
| /petsc/src/mat/tests/ |
| H A D | ex172.c | 10 PetscBool different = PETSC_FALSE, skip = PETSC_FALSE; in main() local 16 PetscCall(PetscOptionsGetBool(NULL, NULL, "-skip", &skip, NULL)); in main() 45 if (!skip) PetscCall(MatAXPY(C, 1.0, A, SUBSET_NONZERO_PATTERN)); in main()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 216 skip = { 272 if name in skip: 329 leftovers = [name for name in keys if name not in done and name not in skip] 338 skip = { 361 name not in done and name not in skip, 369 if name in done or name in skip: 386 if name in done or name in skip: 403 k not in done and k not in skip, 425 if name in done or name in skip: 434 leftovers = [name for name in keys if name not in done and name not in skip]
|
| /petsc/src/sys/classes/viewer/impls/socket/ |
| H A D | send.c | 346 static PetscErrorCode PetscViewerBinaryGetSkipHeader_Socket(PetscViewer viewer, PetscBool *skip) argument 351 *skip = vsocket->skipheader; 355 static PetscErrorCode PetscViewerBinarySetSkipHeader_Socket(PetscViewer viewer, PetscBool skip) argument 360 vsocket->skipheader = skip;
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 476 skip = False 481 if skip: 482 skip = False 492 skip = True
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 287 if test ${skip} -gt 0; then 288 printf "skip %s\n" "$skip" >> "$logfile"
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 1026 PetscBool *skip = NULL; in DMPlexView_GLVis_ASCII() local 1031 PetscCall(PetscMalloc1(maxsupp, &skip)); in DMPlexView_GLVis_ASCII() 1063 PetscCall(PetscArrayzero(skip, maxsupp)); in DMPlexView_GLVis_ASCII() 1072 skip[i] = PETSC_TRUE; in DMPlexView_GLVis_ASCII() 1089 skip[k] = PETSC_TRUE; in DMPlexView_GLVis_ASCII() 1096 if (!skip[i]) { in DMPlexView_GLVis_ASCII() 1113 PetscCall(PetscFree(skip)); in DMPlexView_GLVis_ASCII()
|
| H A D | plexsfc.c | 114 ZCode skip = ZStepOct(z); // optimistically attempt a longer step in ZLayoutCreate() local 115 for (ZCode s = skip;; s >>= 3) { in ZLayoutCreate() 124 z += skip; in ZLayoutCreate()
|
| H A D | plexpartition.c | 1615 static PetscErrorCode DMPlexViewDistribution(MPI_Comm comm, PetscInt n, PetscInt skip, PetscInt *vt… in DMPlexViewDistribution() argument 1625 if (part) distribution[part[i]] += vtxwgt[skip * i]; in DMPlexViewDistribution() 1626 else distribution[rank] += vtxwgt[skip * i]; in DMPlexViewDistribution()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1725 const auto skip = au < this->ignore_max_ || ay < this->ignore_max_; in operator ()() local 1726 const auto tola = skip ? 0.0 : PetscRealPart(thrust::get<2>(x)); in operator ()() 1727 const auto tolr = skip ? 0.0 : PetscRealPart(thrust::get<3>(x)) * PetscMax(au, ay); in operator ()() 1750 const auto skip = au < this->ignore_max_ || ay < this->ignore_max_; in operator ()() local 1751 const auto tola = skip ? 0.0 : PetscRealPart(thrust::get<3>(x)); in operator ()() 1752 const auto tolr = skip ? 0.0 : PetscRealPart(thrust::get<4>(x)) * PetscMax(au, ay); in operator ()()
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 292 skip = -1 294 if skip == 1: 295 skip = 0 297 skip = 0 301 skip = 1 304 if remove_ahead is False and skip == 0: # append last flag
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 317 PetscBool skip = PETSC_FALSE; in PCBDDCGraphComputeConnectedComponents() local 320 skip = (PetscBool)(skip || c == PETSC_MAX_REAL); in PCBDDCGraphComputeConnectedComponents() 323 if (skip) PetscCall(PetscBTSet(excluded, j)); in PCBDDCGraphComputeConnectedComponents()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 135 - Add `-ts_monitor_solution_skip_initial` to skip first call to the solution monitor
|
| H A D | 300.md | 146 "-snes_convergence_test skip".
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SF.pyx | 237 `True` to sort, `False` to skip sorting.
|
| H A D | SNES.pyx | 1295 def setConvergenceTest(self, converged: SNESConvergedFunction | Literal["skip", "default"], argument 1316 if converged == "skip":
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 153 …<now default : formerly default> Convergence test (choose one of) default skip lsqr (KSPSetConverg…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 652 (shell/skip-creation? #f) 1997 (dpm/dpm-vof/skip-mom-ap? #t) 2810 (solver/krylov/skip 1) 5592 (s2s/skip-encapsulation? #t) 6286 (mesh/bad/repair-grad/hinv/skip-rg? #f) 6537 (narrow-gaps/interpolation/skip-data-update? #f) 6538 (narrow-gaps/interpolation/skip-dead-to-solve-cells? #t) 6634 (dynamesh/contact/skip-face-orientation? #f) 6646 (dynamesh/contact/skip-negative-volume? #f) 6896 (dynamesh/smooth/rbf/skip-bl? #f) [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 212 cat > "${TMP}"/skip.list << EOF 342 …[[ ${p} = lapack || ${p} = qlapack || ${p} = hlapack ]] && grep -q "${base}".o "${TMP}"/skip.list …
|
| /petsc/doc/developers/ |
| H A D | testing.md | 491 - In addition, `TODO` is available to allow you to skip the build
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 1585 PetscErrorCode DMSetMatrixPreallocateSkip(DM dm, PetscBool skip) in DMSetMatrixPreallocateSkip() argument 1589 dm->prealloc_skip = skip; in DMSetMatrixPreallocateSkip()
|