Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c489 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 Dex172.c10 PetscBool different = PETSC_FALSE, skip = PETSC_FALSE; in main() local
/petsc/src/mat/utils/
H A Dmatio.c9 PetscBool skip; in MatView_Binary_BlockSizes() local
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c346 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 Dbddcgraph.c317 PetscBool skip = PETSC_FALSE; in PCBDDCGraphComputeConnectedComponents() local
/petsc/src/dm/impls/plex/
H A Dplexglvis.c1026 PetscBool *skip = NULL; in DMPlexView_GLVis_ASCII() local
H A Dplexsfc.c114 ZCode skip = ZStepOct(z); // optimistically attempt a longer step in ZLayoutCreate() local
H A Dplexpartition.c1615 static PetscErrorCode DMPlexViewDistribution(MPI_Comm comm, PetscInt n, PetscInt skip, PetscInt *vt… in DMPlexViewDistribution()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1725 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 DSNES.pyx1295 def setConvergenceTest(self, converged: SNESConvergedFunction | Literal["skip", "default"],
/petsc/src/dm/interface/
H A Ddm.c1585 PetscErrorCode DMSetMatrixPreallocateSkip(DM dm, PetscBool skip) in DMSetMatrixPreallocateSkip()