Searched defs:skip (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 489 PetscErrorCode PetscViewerBinarySetSkipInfo(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipInfo() 498 static PetscErrorCode PetscViewerBinarySetSkipInfo_Binary(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipInfo_Binary() 526 PetscErrorCode PetscViewerBinaryGetSkipInfo(PetscViewer viewer, PetscBool *skip) in PetscViewerBinaryGetSkipInfo() 535 static PetscErrorCode PetscViewerBinaryGetSkipInfo_Binary(PetscViewer viewer, PetscBool *skip) in PetscViewerBinaryGetSkipInfo_Binary() 564 PetscErrorCode PetscViewerBinarySetSkipOptions(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipOptions() 573 static PetscErrorCode PetscViewerBinarySetSkipOptions_Binary(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipOptions_Binary() 601 PetscErrorCode PetscViewerBinaryGetSkipOptions(PetscViewer viewer, PetscBool *skip) in PetscViewerBinaryGetSkipOptions() 610 static PetscErrorCode PetscViewerBinaryGetSkipOptions_Binary(PetscViewer viewer, PetscBool *skip) in PetscViewerBinaryGetSkipOptions_Binary() 641 PetscErrorCode PetscViewerBinarySetSkipHeader(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipHeader() 650 static PetscErrorCode PetscViewerBinarySetSkipHeader_Binary(PetscViewer viewer, PetscBool skip) in PetscViewerBinarySetSkipHeader_Binary() [all …]
|
| /petsc/src/mat/tests/ |
| H A D | ex172.c | 10 PetscBool different = PETSC_FALSE, skip = PETSC_FALSE; in main() local
|
| /petsc/src/mat/utils/ |
| H A D | matio.c | 9 PetscBool skip; in MatView_Binary_BlockSizes() local
|
| /petsc/src/sys/classes/viewer/impls/socket/ |
| H A D | send.c | 346 static PetscErrorCode PetscViewerBinaryGetSkipHeader_Socket(PetscViewer viewer, PetscBool *skip) 355 static PetscErrorCode PetscViewerBinarySetSkipHeader_Socket(PetscViewer viewer, PetscBool skip)
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 317 PetscBool skip = PETSC_FALSE; in PCBDDCGraphComputeConnectedComponents() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 1026 PetscBool *skip = NULL; in DMPlexView_GLVis_ASCII() local
|
| H A D | plexsfc.c | 114 ZCode skip = ZStepOct(z); // optimistically attempt a longer step in ZLayoutCreate() local
|
| H A D | plexpartition.c | 1615 static PetscErrorCode DMPlexViewDistribution(MPI_Comm comm, PetscInt n, PetscInt skip, PetscInt *vt… 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 1750 const auto skip = au < this->ignore_max_ || ay < this->ignore_max_; in operator ()() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SNES.pyx | 1295 def setConvergenceTest(self, converged: SNESConvergedFunction | Literal["skip", "default"],
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 1585 PetscErrorCode DMSetMatrixPreallocateSkip(DM dm, PetscBool skip) in DMSetMatrixPreallocateSkip()
|