| /petsc/src/sys/memory/ |
| H A D | mhbw.c | 27 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 D | mtr.c | 100 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 D | mal.c | 385 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 D | mhiphost.hip.cxx | 4 …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 D | ex6.c | 9 Function function; member 22 Function function = ((FunctionCtx *)ctx)->function; in DrawFunction() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex8.py | 14 def function(self, ts,t,x,xdot,f): member in MyODE
|
| H A D | ex8.c | 17 TSIFunctionFn *function; member
|
| /petsc/src/mat/tests/ |
| H A D | ex112.c | 28 FuncType function = RANDOM; in main() local
|
| H A D | ex142.c | 27 FuncType function = RANDOM; in main() local
|
| H A D | ex121.c | 28 FuncType function = RANDOM; in main() local
|
| /petsc/src/dm/tests/ |
| H A D | ex27.c | 32 FuncType function = TANH; in main() local
|
| H A D | ex28.c | 35 FuncType function = TANH; in main() local
|
| /petsc/config/BuildSystem/config/ |
| H A D | functions.py | 22 def haveFunction(self, function): argument
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubgen.py | 86 def visit_function(function): argument
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ts_py.py | 18 def function(self, ts, t, u, du, F): member in MyODE
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 166 def visit_function(function): argument
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 138 std::string function{}; member 647 const auto function = petscstack.function[index]; in PetscDeviceContextMarkIntentFromID() local
|
| /petsc/src/ksp/ksp/impls/gcr/ |
| H A D | gcr.c | 191 static PetscErrorCode KSPFlexibleSetModifyPC_GCR(KSP ksp, KSPFlexibleModifyPCFn *function, PetscCtx… in KSPFlexibleSetModifyPC_GCR()
|
| /petsc/src/sys/tests/linter/ |
| H A D | testValidFunctionDocStrings.c | 140 void function() { } in function() function
|
| /petsc/include/ |
| H A D | petscerror.h | 571 #define PetscCallBack(function, ...) \ argument 1395 const char *function[PETSCSTACKSIZE]; member
|
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcr.c | 660 static PetscErrorCode KSPFlexibleSetModifyPC_PIPEGCR(KSP ksp, KSPFlexibleModifyPCFn *function, Pets… in KSPFlexibleSetModifyPC_PIPEGCR()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 1898 …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 D | PC.pyx | 2484 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 D | glle.c | 1256 PetscErrorCode TSGLLEAcceptRegister(const char sname[], TSGLLEAcceptFn *function) in TSGLLEAcceptRegister()
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 67 PetscFortranCallbackId function; member
|