Searched defs:deft (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscopt.pxi | 67 cdef getopt_Bool(PetscOptions opt, const char *pre, const char *name, object deft): 75 cdef getopt_BoolArray(PetscOptions opt, const char *pre, const char *name, object deft): 91 cdef getopt_Int(PetscOptions opt, const char *pre, const char *name, object deft): 99 cdef getopt_IntArray(PetscOptions opt, const char *pre, const char *name, object deft): 114 cdef getopt_Real(PetscOptions opt, const char *pre, const char *name, object deft): 122 cdef getopt_RealArray(PetscOptions opt, const char *pre, const char *name, object deft): 137 cdef getopt_Scalar(PetscOptions opt, const char *pre, const char *name, object deft): 145 cdef getopt_ScalarArray(PetscOptions opt, const char *pre, const char *name, object deft): 160 cdef getopt_String(PetscOptions opt, const char *pre, const char *name, object deft): 196 cdef getopt(PetscOptions opt, PetscOptType otype, prefix, name, deft): argument
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex77.c | 17 const char *deft = MATAIJ; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex62.c | 38 const char *deft = MATAIJ; in main() local
|
| H A D | ex70.c | 207 const char *deft = MATAIJ; in main() local
|
| /petsc/src/mat/graphops/color/interface/ |
| H A D | matcoloring.c | 187 MatColoringType deft = MATCOLORINGGREEDY; in MatColoringSetFromOptions() local
|
| /petsc/src/vec/vec/utils/tagger/interface/ |
| H A D | tagger.c | 192 VecTaggerType deft; in VecTaggerSetFromOptions() local
|
| /petsc/src/mat/utils/ |
| H A D | gcreate.c | 279 const char *deft = MATAIJ; in MatSetFromOptions() local
|
| /petsc/src/snes/linesearch/interface/ |
| H A D | linesearch.c | 821 const char *deft = SNESLINESEARCHBASIC; in SNESLineSearchSetFromOptions() local
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 346 PetscSFType deft; in PetscSFSetFromOptions() local
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 963 const char *deft = SNESNEWTONLS; in SNESSetFromOptions() local
|