Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 141) sorted by relevance

123456

/petsc/src/dm/impls/da/
H A Ddagtol.c7 PetscErrorCode DMGlobalToLocalBegin_DA(DM da, Vec g, InsertMode mode, Vec l) in DMGlobalToLocalBegin_DA()
19 PetscErrorCode DMGlobalToLocalEnd_DA(DM da, Vec g, InsertMode mode, Vec l) in DMGlobalToLocalEnd_DA()
31 PetscErrorCode DMLocalToGlobalBegin_DA(DM da, Vec l, InsertMode mode, Vec g) in DMLocalToGlobalBegin_DA()
50 PetscErrorCode DMLocalToGlobalEnd_DA(DM da, Vec l, InsertMode mode, Vec g) in DMLocalToGlobalEnd_DA()
137 PetscErrorCode DMDAGlobalToNaturalBegin(DM da, Vec g, InsertMode mode, Vec n) in DMDAGlobalToNaturalBegin()
178 PetscErrorCode DMDAGlobalToNaturalEnd(DM da, Vec g, InsertMode mode, Vec n) in DMDAGlobalToNaturalEnd()
216 PetscErrorCode DMDANaturalToGlobalBegin(DM da, Vec n, InsertMode mode, Vec g) in DMDANaturalToGlobalBegin()
257 PetscErrorCode DMDANaturalToGlobalEnd(DM da, Vec n, InsertMode mode, Vec g) in DMDANaturalToGlobalEnd()
H A Ddaltol.c65 PetscErrorCode DMLocalToLocalBegin_DA(DM da, Vec g, InsertMode mode, Vec l) in DMLocalToLocalBegin_DA()
76 PetscErrorCode DMLocalToLocalEnd_DA(DM da, Vec g, InsertMode mode, Vec l) in DMLocalToLocalEnd_DA()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdef.pxi41 cdef inline PetscInsertMode insertmode(object mode) \
48 cdef inline PetscScatterMode scattermode(object mode) \
H A Dpetscdmshell.pxi115 PetscInsertMode mode,
131 PetscInsertMode mode,
147 PetscInsertMode mode,
163 PetscInsertMode mode,
179 PetscInsertMode mode,
195 PetscInsertMode mode,
H A Dpetscvwr.pxi150 cdef inline PetscFileMode filemode(object mode) except <PetscFileMode>(-1):
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h34 #define MatLMVMResetClearsBases(mode) ((mode) & MAT_LMVM_RESET_BASES) argument
35 #define MatLMVMResetClearsJ0(mode) ((mode) & MAT_LMVM_RESET_J0) argument
36 #define MatLMVMResetClearsVecs(mode) ((mode) & MAT_LMVM_RESET_VECS) argument
37 #define MatLMVMResetClearsAll(mode) ((mode) == MAT_LMVM_RESET_ALL) argument
77 #define LMVMModeMap(a, mode) ((a) ^ (PetscInt)(mode)) argument
78 #define MatLMVMApplyJ0Mode(mode) ((mode) == MATLMVM_MODE_PRIMAL ? MatLMVMApplyJ0F… argument
79 #define MatLMVMApplyJ0HermitianTransposeMode(mode) ((mode) == MATLMVM_MODE_PRIMAL ? MatLMVMApplyJ0H… argument
/petsc/src/binding/petsc4py/test/
H A Dtest_dmshell.py126 def begin(dm, ivec, mode, ovec): argument
132 def end(dm, ivec, mode, ovec): argument
149 def begin(dm, ivec, mode, ovec): argument
155 def end(dm, ivec, mode, ovec): argument
172 def begin(dm, ivec, mode, ovec): argument
178 def end(dm, ivec, mode, ovec): argument
/petsc/src/sys/fileio/
H A Dftest.c24 static PetscErrorCode PetscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int… in PetscTestOwnership()
50 static PetscErrorCode PetscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int… in PetscTestOwnership()
161 PetscErrorCode PetscTestFile(const char fname[], char mode, PetscBool *flg) in PetscTestFile()
201 PetscErrorCode PetscTestDirectory(const char dirname[], char mode, PetscBool *flg) in PetscTestDirectory()
H A Dmpiuopen.c31 PetscErrorCode PetscFOpen(MPI_Comm comm, const char name[], const char mode[], FILE **fp) in PetscFOpen()
156 …PetscPOpen(MPI_Comm comm, const char machine[], const char program[], const char mode[], FILE **fp) in PetscPOpen()
/petsc/src/vec/is/is/utils/ftn-custom/
H A Dziscoloringf90.c12 PETSC_EXTERN void iscoloringgetis_(ISColoring *iscoloring, PetscCopyMode *mode, PetscInt *n, F90Arr… in iscoloringgetis_()
21 PETSC_EXTERN void iscoloringrestoreis_(ISColoring *iscoloring, PetscCopyMode *mode, F90Array1d *ptr… in iscoloringrestoreis_()
/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbadbrdn.c60 static PetscErrorCode BadBroydenKernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, Pe… in BadBroydenKernel_Recursive_Inner()
92 static PetscErrorCode BadBroydenRecursiveBasisUpdate(Mat B, MatLMVMMode mode) in BadBroydenRecursiveBasisUpdate()
148 PETSC_INTERN PetscErrorCode BadBroydenKernel_Recursive(Mat B, MatLMVMMode mode, Vec X, Vec Y) in BadBroydenKernel_Recursive()
173 static PetscErrorCode BadBroydenKernelHermitianTranspose_Recursive_Inner(Mat B, MatLMVMMode mode, P… in BadBroydenKernelHermitianTranspose_Recursive_Inner()
203 PETSC_INTERN PetscErrorCode BadBroydenKernelHermitianTranspose_Recursive(Mat B, MatLMVMMode mode, V… in BadBroydenKernelHermitianTranspose_Recursive()
234 static PetscErrorCode BadBroydenCompactProductsUpdate(Mat B, MatLMVMMode mode) in BadBroydenCompactProductsUpdate()
281 PETSC_INTERN PetscErrorCode BadBroydenKernel_CompactDense(Mat B, MatLMVMMode mode, Vec X, Vec BX) in BadBroydenKernel_CompactDense()
319 PETSC_INTERN PetscErrorCode BadBroydenKernelHermitianTranspose_CompactDense(Mat B, MatLMVMMode mode in BadBroydenKernelHermitianTranspose_CompactDense()
H A Dbrdn.c47 PETSC_INTERN PetscErrorCode BroydenKernel_Recursive(Mat B, MatLMVMMode mode, Vec X, Vec BX) in BroydenKernel_Recursive()
107 PETSC_INTERN PetscErrorCode BroydenKernelHermitianTranspose_Recursive(Mat B, MatLMVMMode mode, Vec … in BroydenKernelHermitianTranspose_Recursive()
153 PETSC_INTERN PetscErrorCode BroydenKernel_CompactDense(Mat B, MatLMVMMode mode, Vec X, Vec BX) in BroydenKernel_CompactDense()
184 PETSC_INTERN PetscErrorCode BroydenKernelHermitianTranspose_CompactDense(Mat B, MatLMVMMode mode, V… in BroydenKernelHermitianTranspose_CompactDense()
219 PETSC_INTERN PetscErrorCode BroydenKernel_Dense(Mat B, MatLMVMMode mode, Vec X, Vec BX) in BroydenKernel_Dense()
264 PETSC_INTERN PetscErrorCode BroydenKernelHermitianTranspose_Dense(Mat B, MatLMVMMode mode, Vec X, V… in BroydenKernelHermitianTranspose_Dense()
392 static PetscErrorCode MatReset_LMVMBrdn(Mat B, MatLMVMResetMode mode) in MatReset_LMVMBrdn()
/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Dsparse.cxx147 PetscErrorCode RecoverJacobian(Mat A, InsertMode mode, PetscInt m, PetscInt p, PetscScalar **R, Pet… in RecoverJacobian()
177 PetscErrorCode RecoverJacobianLocal(Mat A, InsertMode mode, PetscInt m, PetscInt p, PetscScalar **R… in RecoverJacobianLocal()
205 PetscErrorCode RecoverDiagonal(Vec diag, InsertMode mode, PetscInt m, PetscScalar *R, PetscScalar *… in RecoverDiagonal()
229 PetscErrorCode RecoverDiagonalLocal(Vec diag, InsertMode mode, PetscInt m, PetscScalar *R, PetscSca… in RecoverDiagonalLocal()
/petsc/include/
H A Dpetscdmda.h63 …egin()", ) static inline PetscErrorCode DMDALocalToLocalBegin(DM dm, Vec g, InsertMode mode, Vec l) in DMDALocalToLocalBegin()
67 …calEnd()", ) static inline PetscErrorCode DMDALocalToLocalEnd(DM dm, Vec g, InsertMode mode, Vec l) in DMDALocalToLocalEnd()
/petsc/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c55 static PetscErrorCode ourglobaltolocalbegin(DM dm, Vec g, InsertMode mode, Vec l) in ourglobaltolocalbegin()
60 static PetscErrorCode ourglobaltolocalend(DM dm, Vec g, InsertMode mode, Vec l) in ourglobaltolocalend()
65 static PetscErrorCode ourlocaltoglobalbegin(DM dm, Vec l, InsertMode mode, Vec g) in ourlocaltoglobalbegin()
70 static PetscErrorCode ourlocaltoglobalend(DM dm, Vec l, InsertMode mode, Vec g) in ourlocaltoglobalend()
75 static PetscErrorCode ourlocaltolocalbegin(DM dm, Vec g, InsertMode mode, Vec l) in ourlocaltolocalbegin()
80 static PetscErrorCode ourlocaltolocalend(DM dm, Vec g, InsertMode mode, Vec l) in ourlocaltolocalend()
/petsc/src/sys/tests/
H A Dex82f.F906 character(len=1) :: mode variable
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c45 static PetscErrorCode SR1Kernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, PetscInt … in SR1Kernel_Recursive_Inner()
66 static PetscErrorCode SR1RecursiveBasisUpdate(Mat B, MatLMVMMode mode) in SR1RecursiveBasisUpdate()
126 static PetscErrorCode SR1Kernel_Recursive(Mat B, MatLMVMMode mode, Vec X, Vec BX) in SR1Kernel_Recursive()
152 static PetscErrorCode SR1CompactProductsUpdate(Mat B, MatLMVMMode mode) in SR1CompactProductsUpdate()
203 static PetscErrorCode SR1Kernel_CompactDense(Mat B, MatLMVMMode mode, Vec X, Vec BX) in SR1Kernel_CompactDense()
368 static PetscErrorCode MatReset_LMVMSR1(Mat B, MatLMVMResetMode mode) in MatReset_LMVMSR1()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c15 static PetscErrorCode BFGSKernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, PetscInt… in BFGSKernel_Recursive_Inner()
45 static PetscErrorCode BFGSRecursiveBasisUpdate(Mat B, MatLMVMMode mode) in BFGSRecursiveBasisUpdate()
99 PETSC_INTERN PetscErrorCode BFGSKernel_Recursive(Mat B, MatLMVMMode mode, Vec X, Vec Y) in BFGSKernel_Recursive()
113 static PetscErrorCode BFGSCompactDenseProductsUpdate(Mat B, MatLMVMMode mode) in BFGSCompactDenseProductsUpdate()
173 PETSC_INTERN PetscErrorCode BFGSKernel_CompactDense(Mat B, MatLMVMMode mode, Vec X, Vec BX) in BFGSKernel_CompactDense()
/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx254 PetscMemoryAccessMode mode{PETSC_MEMORY_ACCESS_READ}; member
431 const auto mode = PetscMemoryAccessModeToString(mapit->second.mode); in PetscDeviceContextSyncClearMap_Internal() local
500 …apped_type &marked, PetscDeviceContext dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscSt… in MarkFromID_CompatibleModes()
529 …apped_type &marked, PetscDeviceContext dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscSt… in MarkFromID_IncompatibleModes_UpdateLastWrite()
573 …apped_type &marked, PetscDeviceContext dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscSt… in MarkFromID_IncompatibleModes()
594 …ntentFromID_Private(PetscDeviceContext dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscSt… in PetscDeviceContextMarkIntentFromID_Private()
642 …extMarkIntentFromID(PetscDeviceContext dctx, PetscObjectId id, PetscMemoryAccessMode mode, const c… in PetscDeviceContextMarkIntentFromID()
/petsc/src/sys/classes/viewer/tests/
H A Dex6.c6 static PetscErrorCode TestOpen(PetscFileMode mode, PetscViewer *viewer) in TestOpen()
119 PetscFileMode mode; in TestClose() local
/petsc/src/vec/vec/utils/tagger/impls/
H A Dandor.h7 PetscCopyMode mode; member
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c160 static PetscErrorCode PetscViewerMathematicaParseLinkMode(char *modename, LinkMode *mode) in PetscViewerMathematicaParseLinkMode()
224 LinkMode mode; in PetscViewerMathematicaSetFromOptions() local
290 PetscErrorCode PetscViewerMathematicaSetLinkMode(PetscViewer v, LinkMode mode) in PetscViewerMathematicaSetLinkMode()
338 …iewerMathematicaOpen(MPI_Comm comm, int port, const char machine[], const char mode[], PetscViewer… in PetscViewerMathematicaOpen()
/petsc/src/sys/dll/
H A Ddemangle.c36 int mode = 0; in PetscDemangleSymbol() local
/petsc/src/dm/impls/stag/
H A Dstag.c666 static PetscErrorCode DMLocalToGlobalBegin_Stag(DM dm, Vec l, InsertMode mode, Vec g) in DMLocalToGlobalBegin_Stag()
683 static PetscErrorCode DMLocalToGlobalEnd_Stag(DM dm, Vec l, InsertMode mode, Vec g) in DMLocalToGlobalEnd_Stag()
700 static PetscErrorCode DMGlobalToLocalBegin_Stag(DM dm, Vec g, InsertMode mode, Vec l) in DMGlobalToLocalBegin_Stag()
709 static PetscErrorCode DMGlobalToLocalEnd_Stag(DM dm, Vec g, InsertMode mode, Vec l) in DMGlobalToLocalEnd_Stag()
718 static PetscErrorCode DMLocalToLocalBegin_Stag(DM dm, Vec g, InsertMode mode, Vec l) in DMLocalToLocalBegin_Stag()
744 static PetscErrorCode DMLocalToLocalEnd_Stag(DM dm, Vec g, InsertMode mode, Vec l) in DMLocalToLocalEnd_Stag()
/petsc/src/dm/label/ftn-custom/
H A Dzdmlabel.c11 …stratum, PetscInt *size, PetscInt *minOrient, PetscInt *maxOrient, PetscCopyMode *mode, PetscInt *… in petscsectionsymlabelsetstratum_()

123456