Home
last modified time | relevance | path

Searched defs:func (Results 26 – 50 of 91) sorted by relevance

1234

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c191 PETSC_EXTERN void tsgetrhsfunction_(TS *ts, Vec *r, void *func, void **ctx, PetscErrorCode *ierr) in tsgetrhsfunction_()
213 PETSC_EXTERN void tsgetifunction_(TS *ts, Vec *r, void *func, void **ctx, PetscErrorCode *ierr) in tsgetifunction_()
245 PETSC_EXTERN void tsgetijacobian_(TS *ts, Mat *J, Mat *M, int *func, void **ctx, PetscErrorCode *ie… in tsgetijacobian_()
258 PETSC_EXTERN void tsgetijacobianp_(TS *ts, Mat *J, int *func, void **ctx, PetscErrorCode *ierr) in tsgetijacobianp_()
270 PETSC_EXTERN void tsgetrhsjacobianp_(TS *ts, Mat *J, int *func, void **ctx, PetscErrorCode *ierr) in tsgetrhsjacobianp_()
294 PETSC_EXTERN void tsgetrhsjacobian_(TS *ts, Mat *J, Mat *M, int *func, void **ctx, PetscErrorCode *… in tsgetrhsjacobian_()
/petsc/src/dm/interface/
H A Ddmceed.c197 …MCeedCreate_Internal(DM dm, IS cellIS, PetscBool createGeometry, CeedQFunctionUser func, const cha… in DMCeedCreate_Internal()
258 PetscErrorCode DMCeedCreate(DM dm, PetscBool createGeometry, CeedQFunctionUser func, const char *fu… in DMCeedCreate()
325 …M dm, IS faceIS, PetscBool createGeometry, PetscBool createInfo, CeedQFunctionUser func, const cha… in DMCeedCreateFVM_Internal()
384 PetscErrorCode DMCeedCreateFVM(DM dm, PetscBool createGeometry, CeedQFunctionUser func, const char … in DMCeedCreateFVM()
/petsc/src/mat/tests/
H A Dex112.c27 PetscInt func; in main() local
H A Dex237.c14 #define PetscCallMKLSparse(func, args) \ argument
23 #define PetscCallMKLSparse(func, args) \ argument
H A Dex142.c26 PetscInt func = RANDOM; in main() local
H A Dex121.c27 PetscInt func = 0; in main() local
/petsc/include/petsc/private/
H A Dcupmblasinterface.hpp100 #define PETSC_CUPMBLAS_BUILD_BLAS_FUNCTION_ALIAS_MODIFIED(func) PetscConcat(PetscConcat(PETSC_CUPMB… argument
122 #define PETSC_CUPMBLAS_BUILD_BLAS_FUNCTION_ALIAS_IFPTYPE(func) PetscConcat(I, PetscConcat(PETSC_CUP… argument
140 #define PETSC_CUPMBLAS_BUILD_BLAS_FUNCTION_ALIAS_STANDARD(func) PetscConcat(PETSC_CUPMBLAS_FP_TYPE,… argument
/petsc/src/dm/dt/interface/ftn-custom/
H A Dzdsf.c16 …void (*func)(PetscInt *dim, PetscInt *Nf, const PetscReal x[], const PetscReal n[], const PetscSca… in ourriemannsolver() local
/petsc/src/sys/dll/
H A Ddlimpl.c320 PetscErrorCode PetscDLAddr(PetscVoidFn *func, char *name[]) in PetscDLAddr()
/petsc/src/sys/objects/
H A Ddestroy.c316 PetscErrorCode (*func)(void); member
320 PetscErrorCode (*func)(void *); member
H A Dinherit.c264 …PetscFortranCallbackType cbtype, PetscFortranCallbackId *cid, PetscFortranCallbackFn *func, PetscC… in PetscObjectSetFortranCallback()
309 … PetscFortranCallbackType cbtype, PetscFortranCallbackId cid, PetscFortranCallbackFn **func, void … in PetscObjectGetFortranCallback()
/petsc/include/
H A Dpetscdmceed.h36 CeedQFunctionUser func; // Plex Function for this operator member
/petsc/src/sys/objects/device/impls/cupm/
H A Dkernels.hpp21 PETSC_DEVICE_INLINE_DECL static void grid_stride_1D(const SizeType size, T &&func) noexcept in grid_stride_1D()
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx42 #define PETSC_DEVICE_CASE(IMPLS, func, ...) \ argument
76 #define PETSC_DEVICE_CASE_IF_PETSC_DEFINED(IMPLS, func, ...) PetscIfPetscDefined(PetscConcat_(HAVE_… argument
/petsc/src/snes/impls/gs/
H A Dgssecant.c20 SNESFunctionFn *func; in SNESComputeNGSDefaultSecant() local
/petsc/src/dm/tests/
H A Dex27.c31 PetscInt func; in main() local
H A Dex28.c34 PetscInt func, ii; in main() local
/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c129 PetscErrorCode PetscDualSpaceSimpleSetFunctional(PetscDualSpace sp, PetscInt func, PetscQuadrature … in PetscDualSpaceSimpleSetFunctional()
/petsc/src/ts/tests/
H A Dex13.c9 PetscScalar func(PetscInt p, PetscReal t) in func() function
/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h42 MatMFFDFn *func; /* function used for matrix-free */ member
/petsc/src/ts/tutorials/
H A Dex47.c228 PetscSimplePointFn *func[1]; in MonitorError() local
260 PetscSimplePointFn *func[1]; in MyTSMonitorError() local
303 PetscSimplePointFn *func[1]; in main() local
/petsc/src/snes/utils/
H A Ddmsnes.c62 SNESFunctionFn *func; in DMSNESView() member
373 PetscErrorCode DMSNESSetMFFunction(DM dm, SNESFunctionFn *func, PetscCtx ctx) in DMSNESSetMFFunction()
/petsc/src/ts/interface/
H A Dtsrhssplit.c369 PetscErrorCode (*func)(SNES, Vec, Mat, Mat, void *); in TSRHSSplitSetSNES() local
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c228 PETSC_EXTERN void snesgetjacobian_(SNES *snes, Mat *A, Mat *B, int *func, void **ctx, PetscErrorCod… in snesgetjacobian_()
291 PETSC_EXTERN void snessetobjective_(SNES *snes, SNESObjectiveFn func, PetscCtx ctx, PetscErrorCode … in snessetobjective_()
302 PETSC_EXTERN void snessetobjectivenointerface_(SNES *snes, SNESObjectiveFn func, PetscCtx ctx, Pets… in snessetobjectivenointerface_()
330 PETSC_EXTERN void snesgetngs_(SNES *snes, void *func, void **ctx, PetscErrorCode *ierr) in snesgetngs_()
/petsc/src/dm/dt/tests/
H A Dex1.c98 …acobiQuadrature(PetscInt npoints, PetscReal alpha, PetscReal beta, quadratureFunc func, PetscInt n… in CheckJacobiQuadrature()

1234