| /petsc/src/dm/impls/forest/p4est/ |
| H A D | petsc_p4est_package.h | 15 #define PetscCallP4est(func, args) \ argument 25 #define PetscCallP4estReturn(ret, func, args) \ argument 36 #define PetscCallP4est(func, args) \ argument 42 #define PetscCallP4estReturn(ret, func, args) \ argument
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | dmksp.c | 207 PetscErrorCode DMKSPSetComputeOperators(DM dm, KSPComputeOperatorsFn *func, PetscCtx ctx) in DMKSPSetComputeOperators() 235 PetscErrorCode DMKSPGetComputeOperators(DM dm, KSPComputeOperatorsFn **func, PetscCtx ctx) in DMKSPGetComputeOperators() 269 PetscErrorCode DMKSPSetComputeRHS(DM dm, KSPComputeRHSFn *func, PetscCtx ctx) in DMKSPSetComputeRHS() 299 PetscErrorCode DMKSPSetComputeInitialGuess(DM dm, KSPComputeInitialGuessFn *func, PetscCtx ctx) in DMKSPSetComputeInitialGuess() 327 PetscErrorCode DMKSPGetComputeRHS(DM dm, KSPComputeRHSFn **func, PetscCtx ctx) in DMKSPGetComputeRHS() 355 PetscErrorCode DMKSPGetComputeInitialGuess(DM dm, KSPComputeInitialGuessFn **func, PetscCtx ctx) in DMKSPGetComputeInitialGuess()
|
| /petsc/src/snes/linesearch/impls/shell/ |
| H A D | linesearchshell.c | 5 SNESLineSearchShellApplyFn *func; member 48 …Code SNESLineSearchShellSetApply(SNESLineSearch linesearch, SNESLineSearchShellApplyFn *func, Pets… in SNESLineSearchShellSetApply() 80 …Code SNESLineSearchShellGetApply(SNESLineSearch linesearch, SNESLineSearchShellApplyFn **func, Pet… in SNESLineSearchShellGetApply()
|
| /petsc/src/snes/utils/ftn-custom/ |
| H A D | zdmdasnesf.c | 24 void (*func)(DMDALocalInfo *, PetscScalar *, Mat *, Mat *, void *, PetscErrorCode *), *ctx; in sourlj1d() local 36 void (*func)(DMDALocalInfo *, PetscScalar *, Mat *, Mat *, void *, PetscErrorCode *), *ctx; in sourlj2d() local 48 void (*func)(DMDALocalInfo *, PetscScalar *, Mat *, Mat *, void *, PetscErrorCode *), *ctx; in sourlj3d() local 86 void (*func)(DMDALocalInfo *, PetscScalar *, PetscScalar *, void *, PetscErrorCode *), *ctx; in sourlf1d() local 98 void (*func)(DMDALocalInfo *, PetscScalar *, PetscScalar *, void *, PetscErrorCode *), *ctx; in sourlf2d() local 110 void (*func)(DMDALocalInfo *, PetscScalar *, PetscScalar *, void *, PetscErrorCode *), *ctx; in sourlf3d() local
|
| H A D | zdmlocalsnesf.c | 18 void (*func)(DM *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), *ctx; in sourlj() local 41 void (*func)(DM *, Vec *, Vec *, void *, PetscErrorCode *), *ctx; in sourlf() local
|
| H A D | zdmsnesf.c | 18 void (*func)(SNES *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), *ctx; in ourj() local 43 void (*func)(SNES *, Vec *, Vec *, void *, PetscErrorCode *), *ctx; in ourf() local
|
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 374 PetscErrorCode DMTSSetIFunction(DM dm, TSIFunctionFn *func, PetscCtx ctx) in DMTSSetIFunction() 448 PetscErrorCode DMTSGetIFunction(DM dm, TSIFunctionFn **func, PetscCtxRt ctx) in DMTSGetIFunction() 703 PetscErrorCode DMTSSetRHSFunction(DM dm, TSRHSFunctionFn *func, PetscCtx ctx) in DMTSSetRHSFunction() 852 PetscErrorCode DMTSGetSolutionFunction(DM dm, TSSolutionFn **func, PetscCtxRt ctx) in DMTSGetSolutionFunction() 883 PetscErrorCode DMTSSetSolutionFunction(DM dm, TSSolutionFn *func, PetscCtx ctx) in DMTSSetSolutionFunction() 914 PetscErrorCode DMTSSetForcingFunction(DM dm, TSForcingFn *func, PetscCtx ctx) in DMTSSetForcingFunction() 979 PetscErrorCode DMTSGetRHSFunction(DM dm, TSRHSFunctionFn **func, PetscCtxRt ctx) in DMTSGetRHSFunction() 1013 PetscErrorCode DMTSSetIJacobian(DM dm, TSIJacobianFn *func, PetscCtx ctx) in DMTSSetIJacobian() 1096 PetscErrorCode DMTSGetIJacobian(DM dm, TSIJacobianFn **func, PetscCtxRt ctx) in DMTSGetIJacobian() 1133 PetscErrorCode DMTSSetRHSJacobian(DM dm, TSRHSJacobianFn *func, PetscCtx ctx) in DMTSSetRHSJacobian() [all …]
|
| H A D | dmdats.c | 235 PetscErrorCode DMDATSSetRHSFunctionLocal(DM dm, InsertMode imode, DMDATSRHSFunctionLocalFn *func, P… in DMDATSSetRHSFunctionLocal() 266 PetscErrorCode DMDATSSetRHSJacobianLocal(DM dm, DMDATSRHSJacobianLocalFn *func, PetscCtx ctx) in DMDATSSetRHSJacobianLocal() 297 PetscErrorCode DMDATSSetIFunctionLocal(DM dm, InsertMode imode, DMDATSIFunctionLocalFn *func, Petsc… in DMDATSSetIFunctionLocal() 328 PetscErrorCode DMDATSSetIJacobianLocal(DM dm, DMDATSIJacobianLocalFn *func, PetscCtx ctx) in DMDATSSetIJacobianLocal()
|
| /petsc/include/petsc/private/ |
| H A D | viewerhdf5impl.h | 18 #define PetscCallHDF5(func, args) \ argument 27 #define PetscCallHDF5ReturnNoCheck(ret, func, args) \ argument 34 #define PetscCallHDF5Return(ret, func, args) \ argument
|
| /petsc/include/petsc/finclude/ |
| H A D | petscsysbase.h | 151 #define PetscCall(func) call func; CHKERRQ(ierr) argument 152 #define PetscCallMPI(func) call func; CHKERRMPI(ierr) argument 153 #define PetscCallA(func) call func; CHKERRA(ierr) argument 154 #define PetscCallMPIA(func) call func; CHKERRMPIA(ierr) argument
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex18f.F90 | 94 function func(a) function
|
| H A D | ex18.c | 15 PetscScalar func(PetscScalar a) in func() function
|
| /petsc/include/ |
| H A D | petscdmplexegads.h | 19 #define PetscCallEGADS(func, args) \ argument
|
| H A D | petscviewersaws.h | 13 #define PetscCallSAWs(func, args) \ argument
|
| /petsc/src/sys/tests/ |
| H A D | ex65.c | 57 PetscErrorCodeFn *func; in TestPetscFunctionListFind() local 68 PetscErrorCodeFn *func; in TestPetscFunctionListFind() local
|
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 98 static PetscErrorCode SNESNewtonALSetFunction_NEWTONAL(SNES snes, SNESFunctionFn *func, PetscCtx ct… in SNESNewtonALSetFunction_NEWTONAL() 129 PetscErrorCode SNESNewtonALSetFunction(SNES snes, SNESFunctionFn *func, PetscCtx ctx) in SNESNewtonALSetFunction() 137 static PetscErrorCode SNESNewtonALGetFunction_NEWTONAL(SNES snes, SNESFunctionFn **func, PetscCtxRt… in SNESNewtonALGetFunction_NEWTONAL() 161 PetscErrorCode SNESNewtonALGetFunction(SNES snes, SNESFunctionFn **func, PetscCtxRt ctx) in SNESNewtonALGetFunction()
|
| /petsc/src/snes/impls/shell/ftn-custom/ |
| H A D | zsnesshellf.c | 12 void (*func)(SNES *, Vec *, PetscErrorCode *); in oursnesshellsolve() local
|
| /petsc/src/sys/memory/ |
| H A D | mal.c | 30 …scErrorCode PetscMallocAlign(size_t mem, PetscBool clear, int line, const char func[], const char … in PetscMallocAlign() 79 PETSC_EXTERN PetscErrorCode PetscFreeAlign(void *ptr, int line, const char func[], const char file[… in PetscFreeAlign() 109 PETSC_EXTERN PetscErrorCode PetscReallocAlign(size_t mem, int line, const char func[], const char f… in PetscReallocAlign()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemInitialize.m | 16 func = @(x)dfovec_wrap(m,n,x,nprob,1); variable
|
| H A D | ProblemFinalize.m | 22 func = @(x)dfovec_wrap(m,n,x,nprob,0); variable
|
| /petsc/src/snes/linesearch/impls/shell/ftn-custom/ |
| H A D | zlinesearchshellf.c | 27 PETSC_EXTERN void sneslinesearchshellgetapply_(SNESLineSearch *linesearch, void *func, void **ctx, … in sneslinesearchshellgetapply_()
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmthrustutility.hpp | 26 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(thrust::cuda::par_nosync.on(s), __VA_ARGS__) argument
|
| /petsc/config/BuildSystem/config/ |
| H A D | util.py | 62 def __init__(self, func): argument
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 129 static PetscErrorCode MatMFFDSetFunctioniBase_MFFD(Mat mat, FCN1 func) in MatMFFDSetFunctioniBase_MFFD() 532 static PetscErrorCode MatMFFDSetFunction_MFFD(Mat mat, MatMFFDFn *func, void *funcctx) in MatMFFDSetFunction_MFFD() 763 PetscErrorCode MatMFFDSetFunction(Mat mat, MatMFFDFn *func, void *funcctx) in MatMFFDSetFunction() 820 PetscErrorCode MatMFFDSetFunctioniBase(Mat mat, MatMFFDiBaseFn *func) in MatMFFDSetFunctioniBase()
|
| /petsc/src/mat/graphops/partition/impls/pmetis/ |
| H A D | pmetis.c | 21 #define PetscCallPARMETIS(n, func) \ argument 28 #define PetscCallParmetis_(name, func, args) \ argument 36 #define PetscCallParmetis(func, args) PetscCallParmetis_(PetscStringize(func), func, args) argument
|