| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | CAPI.pyx | 19 cdef api object PyPetscComm_New(MPI_Comm arg): 24 cdef api MPI_Comm PyPetscComm_Get(object arg) except? MPI_COMM_NULL: 30 cdef api MPI_Comm* PyPetscComm_GetPtr(object arg) except NULL: 38 cdef api object PyPetscObject_New(PetscObject arg): 43 cdef api PetscObject PyPetscObject_Get(object arg) except ? NULL: 49 cdef api PetscObject* PyPetscObject_GetPtr(object arg) except NULL: 57 cdef api object PyPetscViewer_New(PetscViewer arg): 62 cdef api PetscViewer PyPetscViewer_Get(object arg) except ? NULL: 70 cdef api object PyPetscRandom_New(PetscRandom arg): 75 cdef api PetscRandom PyPetscRandom_Get(object arg) except ? NULL: [all …]
|
| /petsc/include/petsc/private/cpp/ |
| H A D | functional.hpp | 37 struct arg { struct 38 using type = util::tuple_element_t<ix, std::tuple<Args...>>; 48 struct arg { struct 49 using type = util::tuple_element_t<ix, std::tuple<Args...>>; 58 struct arg { struct 59 using type = util::tuple_element_t<ix, std::tuple<Args...>>;
|
| /petsc/include/petsc/private/ |
| H A D | petscimpl.h | 431 #define PetscValidHeaderSpecificType(h, ck, arg, t) \ argument 439 #define PetscAssertPointer_Internal(ptr, arg, ptype, ptrtype) \ argument 445 #define PetscValidHeaderSpecific(h, ck, arg) \ argument 454 #define PetscValidHeader(h, arg) \ argument 566 …#define PetscAssertPointer(h, arg) PetscAssertPointer_Internal(h, arg, PetscAssertPointer_PetscDat… argument 567 …#define PetscValidFunction(f, arg) PetscCheck((f), PETSC_COMM_SELF, PETSC_ERR_ARG_NULL, "Null Func… argument 569 #define PetscValidHeaderSpecific(h, ck, arg) \ argument 573 #define PetscValidHeaderSpecificType(h, ck, arg, t) \ argument 577 #define PetscValidHeader(h, arg) \ argument 581 #define PetscAssertPointer(h, arg) \ argument [all …]
|
| H A D | matimpl.h | 286 #define MatCheckPreallocated(A, arg) \ argument 292 #define MatCheckProduct(A, arg) \ argument 297 #define MatCheckProduct(A, arg) \ argument
|
| /petsc/src/sys/tests/ |
| H A D | ex30.c | 32 PETSC_EXTERN void *ps_tool_timer_start(void *arg) in ps_tool_timer_start() 41 PETSC_EXTERN void *ps_tool_timer_stop(void *arg) in ps_tool_timer_stop()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 53 def _fmt_arg(self, arg): argument 80 def _fmt_star_arg(self, arg): argument
|
| /petsc/src/sys/classes/viewer/impls/mathematica/ |
| H A D | runtime.c | 71 int arg; in processPacket() local
|
| /petsc/include/ |
| H A D | petscvec.h | 640 static inline PetscErrorCode VecSetErrorIfLocked(Vec x, PetscInt arg) in VecSetErrorIfLocked() 668 #define VecLocked(x, arg) VecSetErrorIfLocked(x, arg) PETSC_DEPRECATED_MACRO(3, 11, 0, "VecSetError… argument
|
| H A D | petscstring.h | 34 #define PetscAssertPointer_Private(ptr, arg) PetscAssert((ptr), PETSC_COMM_SELF, PETSC_ERR_ARG_NULL… argument
|
| /petsc/config/BuildSystem/ |
| H A D | nargs.py | 38 def parseValue(arg): argument 70 def parseArgument(arg, ignoreDouble = 0): argument
|
| H A D | RDict.py | 317 def insertArg(self, key, value, arg): argument
|
| /petsc/src/sys/tests/linter/ |
| H A D | testValidFunctionDocStrings.c | 381 PetscErrorCode testPredeclarationCursorIgnored(int arg, int *another_arg) in testPredeclarationCursorIgnored()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | example100.py | 13 def LOG(arg): argument
|
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/ |
| H A D | blas_cyclic.c | 11 #define VecCheckAllEntriesFirstRank(a, arg) PetscCheck((a)->map->range[1] == (a)->map->N, PetscObje… argument 12 #define MatCheckAllEntriesFirstRank(a, arg) \ argument
|
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 260 PetscReal arg = 0.0; in Gaussian() local
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 18 …#define PetscSFCheckGraphSet(sf, arg) PetscCheck((sf)->graphset, PETSC_COMM_SELF, PETSC_ERR_ARG_WR… argument 20 #define PetscSFCheckGraphSet(sf, arg) \ argument
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 18 #define PetscERROR(comm,FUNCT,n,t,msg,arg) \ argument
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 208 def addArgumentSubstitution(self, name, arg): argument
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 159 #define MPIUNI_ARG(arg) (MPIUNI_TMP = (void *)(MPI_Aint)(arg)) argument
|