Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 27) sorted by relevance

12

/petsc/src/sys/memory/
H A Dmhbw.c27 static PetscErrorCode PetscHBWMalloc(size_t a, PetscBool clear, int lineno, const char function[], … in PetscHBWMalloc()
49 static PetscErrorCode PetscHBWFree(void *aa, int lineno, const char function[], const char filename… in PetscHBWFree()
59 static PetscErrorCode PetscHBWRealloc(size_t a, int lineno, const char function[], const char filen… in PetscHBWRealloc()
H A Dmtr.c100 PetscErrorCode PetscMallocValidate(int line, const char function[], const char file[]) in PetscMallocValidate()
160 …rCode PetscTrMallocDefault(size_t a, PetscBool clear, int lineno, const char function[], const cha… in PetscTrMallocDefault()
251 static PetscErrorCode PetscTrFreeDefault(void *aa, int lineno, const char function[], const char fi… in PetscTrFreeDefault()
320 static PetscErrorCode PetscTrReallocDefault(size_t len, int lineno, const char function[], const ch… in PetscTrReallocDefault()
H A Dmal.c385 PetscErrorCode PetscMallocA(int n, PetscBool clear, int lineno, const char *function, const char *f… in PetscMallocA()
444 PetscErrorCode PetscFreeA(int n, int lineno, const char *function, const char *filename, void *ptr0… in PetscFreeA()
/petsc/src/sys/memory/hip/
H A Dmhiphost.hip.cxx4 …rorCode PetscHIPHostMalloc(size_t a, PetscBool clear, int lineno, const char function[], const cha… in PetscHIPHostMalloc()
10 PETSC_EXTERN PetscErrorCode PetscHIPHostFree(void *aa, int lineno, const char function[], const cha… in PetscHIPHostFree()
16 PETSC_EXTERN PetscErrorCode PetscHIPHostRealloc(size_t a, int lineno, const char function[], const … in PetscHIPHostRealloc()
/petsc/src/sys/classes/draw/tests/
H A Dex6.c9 Function function; member
22 Function function = ((FunctionCtx *)ctx)->function; in DrawFunction() local
/petsc/src/ts/tutorials/
H A Dex8.py14 def function(self, ts,t,x,xdot,f): member in MyODE
H A Dex8.c17 TSIFunctionFn *function; member
/petsc/src/mat/tests/
H A Dex112.c28 FuncType function = RANDOM; in main() local
H A Dex142.c27 FuncType function = RANDOM; in main() local
H A Dex121.c28 FuncType function = RANDOM; in main() local
/petsc/src/dm/tests/
H A Dex27.c32 FuncType function = TANH; in main() local
H A Dex28.c35 FuncType function = TANH; in main() local
/petsc/config/BuildSystem/config/
H A Dfunctions.py22 def haveFunction(self, function): argument
/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py86 def visit_function(function): argument
/petsc/src/binding/petsc4py/test/
H A Dtest_ts_py.py18 def function(self, ts, t, u, du, F): member in MyODE
/petsc/src/binding/petsc4py/docs/source/
H A Dapidoc.py166 def visit_function(function): argument
/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx138 std::string function{}; member
647 const auto function = petscstack.function[index]; in PetscDeviceContextMarkIntentFromID() local
/petsc/src/ksp/ksp/impls/gcr/
H A Dgcr.c191 static PetscErrorCode KSPFlexibleSetModifyPC_GCR(KSP ksp, KSPFlexibleModifyPCFn *function, PetscCtx… in KSPFlexibleSetModifyPC_GCR()
/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c140 void function() { } in function() function
/petsc/include/
H A Dpetscerror.h571 #define PetscCallBack(function, ...) \ argument
1395 const char *function[PETSCSTACKSIZE]; member
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c660 static PetscErrorCode KSPFlexibleSetModifyPC_PIPEGCR(KSP ksp, KSPFlexibleModifyPCFn *function, Pets… in KSPFlexibleSetModifyPC_PIPEGCR()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c1898 …rCode PCMGRegisterCoarseSpaceConstructor(const char name[], PCMGCoarseSpaceConstructorFn *function) in PCMGRegisterCoarseSpaceConstructor()
1921 …ErrorCode PCMGGetCoarseSpaceConstructor(const char name[], PCMGCoarseSpaceConstructorFn **function) in PCMGGetCoarseSpaceConstructor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx2484 def setPatchComputeFunction(self, function, args=None, kargs=None) -> None: argument
2492 def setPatchComputeFunctionInteriorFacets(self, function, args=None, kargs=None) -> None: argument
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1256 PetscErrorCode TSGLLEAcceptRegister(const char sname[], TSGLLEAcceptFn *function) in TSGLLEAcceptRegister()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c67 PetscFortranCallbackId function; member

12