Home
last modified time | relevance | path

Searched refs:funcname (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/
H A Dcython.h3 const char *funcname, in Cython_ImportFunction() argument
10 capsule = PyDict_GetItemString(capi, (char *)funcname); in Cython_ImportFunction()
14 PyModule_GetName(module), funcname); in Cython_ImportFunction()
29 PyModule_GetName(module), funcname, signature, desc); in Cython_ImportFunction()
42 PyModule_GetName(module), funcname, signature, desc); in Cython_ImportFunction()
/petsc/lib/petsc/bin/maint/
H A DPetscStaticFunctionCandidates.py60 for funcname in function_dict.keys():
61 …if line.find(' ' + funcname + '(') >= 0 or line.find("=" + funcname + '(') >= 0: #Note: Might n…
62 function_calling_dict[funcname].add(file);
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c1063 char funcname[PETSC_MAX_PATH_LEN]; in DMSwarmComputeLocalSizeFromOptions() local
1078 …ine particle coordinates", "DMSwarmSetCoordinateFunction", funcname, funcname, sizeof(funcname), &… in DMSwarmComputeLocalSizeFromOptions()
1084 PetscCall(PetscDLSym(NULL, funcname, (void **)&coordFunc)); in DMSwarmComputeLocalSizeFromOptions()
1085 …, PetscObjectComm((PetscObject)sw), PETSC_ERR_ARG_WRONG, "Could not locate function %s", funcname); in DMSwarmComputeLocalSizeFromOptions()
1279 char funcname[PETSC_MAX_PATH_LEN]; in DMSwarmInitializeVelocitiesFromOptions() local
1284 …ermine particle velocities", "DMSwarmSetVelocityFunction", funcname, funcname, sizeof(funcname), &… in DMSwarmInitializeVelocitiesFromOptions()
1289 PetscCall(PetscDLSym(NULL, funcname, (void **)&velFunc)); in DMSwarmInitializeVelocitiesFromOptions()
1290 …, PetscObjectComm((PetscObject)sw), PETSC_ERR_ARG_WRONG, "Could not locate function %s", funcname); in DMSwarmInitializeVelocitiesFromOptions()
/petsc/src/snes/impls/vi/rs/
H A Dvirs.c622 char *funcname; member
650 prhs[3] = mxCreateString(sctx->funcname); in SNESVIRedundancyCheck_Matlab()
669 PetscCall(PetscStrallocpy(func, &sctx->funcname)); in SNESVISetRedundancyCheckMatlab()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c494 char funcname[PETSC_MAX_PATH_LEN]; in DMAdaptorSetFromOptions() local
508 …etup the mixed problem", "DMAdaptorSetMixedSetupFunction", funcname, funcname, sizeof(funcname), &… in DMAdaptorSetFromOptions()
512 PetscCall(PetscDLSym(NULL, funcname, (void **)&setupFunc)); in DMAdaptorSetFromOptions()
513 …scObjectComm((PetscObject)adaptor), PETSC_ERR_ARG_WRONG, "Could not locate function %s", funcname); in DMAdaptorSetFromOptions()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c43 char funcname[PETSC_MAX_PATH_LEN]; in DMPlexTransformSetFromOptions_Extrude() local
64 …ormal vector", "DMPlexTransformExtrudeSetNormalFunction", NULL, funcname, sizeof(funcname), &flg)); in DMPlexTransformSetFromOptions_Extrude()
68 PetscCall(PetscDLSym(NULL, funcname, (void **)&normalFunc)); in DMPlexTransformSetFromOptions_Extrude()