Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 19 of 19) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DCAPI.pyx19 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 Dfunctional.hpp37 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 Dpetscimpl.h431 #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 Dmatimpl.h286 #define MatCheckPreallocated(A, arg) \ argument
292 #define MatCheckProduct(A, arg) \ argument
297 #define MatCheckProduct(A, arg) \ argument
/petsc/src/sys/tests/
H A Dex30.c32 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 Dcyautodoc.py53 def _fmt_arg(self, arg): argument
80 def _fmt_star_arg(self, arg): argument
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Druntime.c71 int arg; in processPacket() local
/petsc/include/
H A Dpetscvec.h640 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 Dpetscstring.h34 #define PetscAssertPointer_Private(ptr, arg) PetscAssert((ptr), PETSC_COMM_SELF, PETSC_ERR_ARG_NULL… argument
/petsc/config/BuildSystem/
H A Dnargs.py38 def parseValue(arg): argument
70 def parseArgument(arg, ignoreDouble = 0): argument
H A DRDict.py317 def insertArg(self, key, value, arg): argument
/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c381 PetscErrorCode testPredeclarationCursorIgnored(int arg, int *another_arg) in testPredeclarationCursorIgnored()
/petsc/src/ksp/ksp/tutorials/
H A Dexample100.py13 def LOG(arg): argument
/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/
H A Dblas_cyclic.c11 #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 Dex27.c260 PetscReal arg = 0.0; in Gaussian() local
/petsc/src/vec/is/sf/interface/
H A Dsf.c18 …#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 Dcustom.h18 #define PetscERROR(comm,FUNCT,n,t,msg,arg) \ argument
/petsc/config/BuildSystem/config/
H A Dbase.py208 def addArgumentSubstitution(self, name, arg): argument
/petsc/include/petsc/mpiuni/
H A Dmpi.h159 #define MPIUNI_ARG(arg) (MPIUNI_TMP = (void *)(MPI_Aint)(arg)) argument