Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 60) sorted by relevance

123

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscopt.pxi67 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):
/petsc/include/
H A Dpetscoptions.h444 …#define PetscOptionsEnum(opt, text, man, list, currentvalue, value, set) PetscOptionsEnum… argument
489 …#define PetscOptionsInt(opt, text, man, currentvalue, value, set) PetscOptionsInt_… argument
534 …#define PetscOptionsMPIInt(opt, text, man, currentvalue, value, set) PetscOptionsMPII… argument
583 …#define PetscOptionsBoundedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_… argument
633 …#define PetscOptionsRangeInt(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsInt_… argument
678 …#define PetscOptionsReal(opt, text, man, currentvalue, value, set) PetscOptionsReal… argument
727 …#define PetscOptionsBoundedReal(opt, text, man, currentvalue, value, set, lb) PetscOptionsReal… argument
777 …#define PetscOptionsRangeReal(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsReal… argument
822 …#define PetscOptionsScalar(opt, text, man, currentvalue, value, set) PetscOptionsScal… argument
855 …#define PetscOptionsName(opt, text, man, set) PetscOptionsName… argument
[all …]
/petsc/src/dm/interface/
H A Ddlregisdmdm.c50 PetscBool opt, pkg; in DMInitializePackage() local
240 PetscBool opt, pkg; in PetscFEInitializePackage() local
313 PetscBool opt, pkg; in PetscFVInitializePackage() local
379 PetscBool opt, pkg; in PetscDSInitializePackage() local
/petsc/src/sys/objects/
H A Daoptions.c81 … PetscOptionItemCreate_Private(PetscOptionItems PetscOptionsObject, const char opt[], const char t… in PetscOptionItemCreate_Private()
641 PetscErrorCode PetscOptionsEnum_Private(PetscOptionItems PetscOptionsObject, const char opt[], cons… in PetscOptionsEnum_Private()
660 PetscErrorCode PetscOptionsEnumArray_Private(PetscOptionItems PetscOptionsObject, const char opt[],… in PetscOptionsEnumArray_Private()
688 PetscErrorCode PetscOptionsInt_Private(PetscOptionItems PetscOptionsObject, const char opt[], const… in PetscOptionsInt_Private()
720 PetscErrorCode PetscOptionsMPIInt_Private(PetscOptionItems PetscOptionsObject, const char opt[], co… in PetscOptionsMPIInt_Private()
750 PetscErrorCode PetscOptionsString_Private(PetscOptionItems PetscOptionsObject, const char opt[], co… in PetscOptionsString_Private()
772 PetscErrorCode PetscOptionsReal_Private(PetscOptionItems PetscOptionsObject, const char opt[], cons… in PetscOptionsReal_Private()
804 PetscErrorCode PetscOptionsScalar_Private(PetscOptionItems PetscOptionsObject, const char opt[], co… in PetscOptionsScalar_Private()
815 PetscErrorCode PetscOptionsName_Private(PetscOptionItems PetscOptionsObject, const char opt[], cons… in PetscOptionsName_Private()
835 PetscErrorCode PetscOptionsFList_Private(PetscOptionItems PetscOptionsObject, const char opt[], con… in PetscOptionsFList_Private()
[all …]
/petsc/src/sys/objects/ftn-src/
H A Doptionenum.F908 subroutine PetscOptionsGetEnum(po, pre, name, FArray, opt, set, ierr) argument
48 subroutine PetscOptionsEnum(opt, text, man, Flist, curr, ivalue, set, ierr) argument
53 character(*) opt, text, man local
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c89 PETSC_EXTERN void petscoptionsbool_(char *opt, char *text, char *man, PetscBool *currentvalue, Pets… in petscoptionsbool_()
108 PETSC_EXTERN void petscoptionsbool3_(char *opt, char *text, char *man, PetscBool3 *currentvalue, Pe… in petscoptionsbool3_()
127 PETSC_EXTERN void petscoptionsboolarray_(char *opt, char *text, char *man, PetscBool *dvalue, Petsc… in petscoptionsboolarray_()
148 PETSC_EXTERN void petscoptionsenumprivate_(char *opt, char *text, char *man, const char *const *lis… in petscoptionsenumprivate_()
169 PETSC_EXTERN void petscoptionsint_(char *opt, char *text, char *man, PetscInt *currentvalue, PetscI… in petscoptionsint_()
188 PETSC_EXTERN void petscoptionsintarray_(char *opt, char *text, char *man, PetscInt *currentvalue, P… in petscoptionsintarray_()
207 PETSC_EXTERN void petscoptionsreal_(char *opt, char *text, char *man, PetscReal *currentvalue, Pets… in petscoptionsreal_()
226 PETSC_EXTERN void petscoptionsrealarray_(char *opt, char *text, char *man, PetscReal *currentvalue,… in petscoptionsrealarray_()
245 PETSC_EXTERN void petscoptionsscalar_(char *opt, char *text, char *man, PetscScalar *currentvalue, … in petscoptionsscalar_()
264 PETSC_EXTERN void petscoptionsscalararray_(char *opt, char *text, char *man, PetscScalar *currentva… in petscoptionsscalararray_()
[all …]
/petsc/src/vec/vec/tutorials/
H A Dex42.m16 opt = ' '; variable
/petsc/share/petsc/matlab/
H A Dlaunch.m18 opt = ''; variable
/petsc/src/dm/tests/
H A Dex12.m19 opt = ' '; variable
/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c49 PetscBool opt, pkg; in PCInitializePackage() local
157 PetscBool opt, pkg, cls; in KSPInitializePackage() local
/petsc/src/ksp/ksp/tutorials/
H A Dex41.m17 opt = ' '; variable
/petsc/src/sys/classes/random/interface/
H A Ddlregisrand.c34 PetscBool opt, pkg; in PetscRandomInitializePackage() local
/petsc/src/sys/classes/viewer/interface/
H A Ddlregispetsc.c38 PetscBool opt, pkg; in PetscSysInitializePackage() local
/petsc/src/ts/characteristic/interface/
H A Dslregis.c34 PetscBool opt, pkg; in CharacteristicInitializePackage() local
/petsc/src/mat/tutorials/
H A Dex20f.F9013 subroutine MatDuplicate_F(F, opt, M, ierr) argument
/petsc/src/tao/interface/
H A Ddlregistao.c37 PetscBool opt, pkg; in TaoInitializePackage() local
/petsc/src/snes/interface/
H A Ddlregissnes.c41 PetscBool opt, pkg, cls; in SNESInitializePackage() local
/petsc/src/ts/interface/
H A Ddlregists.c37 PetscBool opt, pkg, cls; in TSInitializePackage() local
/petsc/src/vec/vec/interface/
H A Ddlregisvec.c44 PetscBool opt, pkg; in ISInitializePackage() local
170 PetscBool opt, pkg; in VecInitializePackage() local
/petsc/src/dm/partitioner/interface/
H A Dpartitionerreg.c111 PetscBool opt, pkg; in PetscPartitionerInitializePackage() local
/petsc/src/mat/interface/
H A Ddlregismat.c153 PetscBool opt, pkg; in MatInitializePackage() local
/petsc/src/vec/is/sf/interface/
H A Ddlregissf.c34 PetscBool opt, pkg; in PetscSFInitializePackage() local
/petsc/src/vec/is/ao/interface/
H A Daoreg.c35 PetscBool opt, pkg; in AOInitializePackage() local
/petsc/src/dm/partitioner/tests/
H A Dex33.c56 PetscBool opt, pkg; in main() local
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp20 PETSC_NODISCARD static PETSC_DEVICE_INLINE_DECL PetscInt MapTidToIndex(const PetscInt *opt, PetscIn… in MapTidToIndex()
57 …CL static void d_Pack(PetscInt bs, PetscInt count, PetscInt start, const PetscInt *opt, const Pets… in d_Pack()
70 …ic void d_UnpackAndOp(PetscInt bs, PetscInt count, PetscInt start, const PetscInt *opt, const Pets… in d_UnpackAndOp()
276 …terface<T>::Pack(PetscSFLink link, PetscInt count, PetscInt start, PetscSFPackOpt opt, const Petsc… in Pack()
292 …<T>::UnpackAndOp(PetscSFLink link, PetscInt count, PetscInt start, PetscSFPackOpt opt, const Petsc… in UnpackAndOp()
308 …e<T>::FetchAndOp(PetscSFLink link, PetscInt count, PetscInt start, PetscSFPackOpt opt, const Petsc… in FetchAndOp()

123