Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 91) sorted by relevance

1234

/petsc/src/dm/impls/forest/p4est/
H A Dpetsc_p4est_package.h15 #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 Ddmksp.c207 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 Dlinesearchshell.c5 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 Dzdmdasnesf.c24 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 Dzdmlocalsnesf.c18 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 Dzdmsnesf.c18 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 Ddmts.c374 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 Ddmdats.c235 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 Dviewerhdf5impl.h18 #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 Dpetscsysbase.h151 #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 Dex18f.F9094 function func(a) function
H A Dex18.c15 PetscScalar func(PetscScalar a) in func() function
/petsc/include/
H A Dpetscdmplexegads.h19 #define PetscCallEGADS(func, args) \ argument
H A Dpetscviewersaws.h13 #define PetscCallSAWs(func, args) \ argument
/petsc/src/sys/tests/
H A Dex65.c57 PetscErrorCodeFn *func; in TestPetscFunctionListFind() local
68 PetscErrorCodeFn *func; in TestPetscFunctionListFind() local
/petsc/src/snes/impls/al/
H A Dal.c98 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 Dzsnesshellf.c12 void (*func)(SNES *, Vec *, PetscErrorCode *); in oursnesshellsolve() local
/petsc/src/sys/memory/
H A Dmal.c30 …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 DProblemInitialize.m16 func = @(x)dfovec_wrap(m,n,x,nprob,1); variable
H A DProblemFinalize.m22 func = @(x)dfovec_wrap(m,n,x,nprob,0); variable
/petsc/src/snes/linesearch/impls/shell/ftn-custom/
H A Dzlinesearchshellf.c27 PETSC_EXTERN void sneslinesearchshellgetapply_(SNESLineSearch *linesearch, void *func, void **ctx, … in sneslinesearchshellgetapply_()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmthrustutility.hpp26 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(thrust::cuda::par_nosync.on(s), __VA_ARGS__) argument
/petsc/config/BuildSystem/config/
H A Dutil.py62 def __init__(self, func): argument
/petsc/src/mat/impls/mffd/
H A Dmffd.c129 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 Dpmetis.c21 #define PetscCallPARMETIS(n, func) \ argument
28 #define PetscCallParmetis_(name, func, args) \ argument
36 #define PetscCallParmetis(func, args) PetscCallParmetis_(PetscStringize(func), func, args) argument

1234