Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 101) sorted by relevance

12345

/petsc/src/dm/tests/
H A Dex46.c88 PetscBool compatible, set; in main() local
96 PetscBool compatible, set; in main() local
111 PetscBool compatible, set; in main() local
121 PetscBool compatible, set; in main() local
132 PetscBool compatible, set; in main() local
146 PetscBool compatible, set; in main() local
159 PetscBool compatible, set; in main() local
178 PetscBool compatible, set; in main() local
/petsc/include/
H A Dpetscoptions.h118 PetscBool set; /* the user has changed this value in the GUI */ member
444 …#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
[all …]
/petsc/src/dm/impls/stag/tests/
H A Dex3.c30 PetscBool compatible, set; in main() local
37 PetscBool compatible, set; in main() local
44 PetscBool compatible, set; in main() local
/petsc/src/sys/tests/
H A Dex63.c14 PetscErrorCode Prime(PetscInt64 **set, PetscInt64 n) in Prime()
47 PetscErrorCode PrintSet(MPI_Comm comm, PetscInt64 *set) in PrintSet()
64 PetscErrorCode AssertSetsEqual(PetscInt64 *set, PetscInt64 *true_set) in AssertSetsEqual()
H A Dex62.c23 PetscErrorCode Fibonnaci(PetscInt64 **set, PetscInt n) in Fibonnaci()
39 PetscErrorCode Square(PetscInt64 **set, PetscInt n) in Square()
51 PetscErrorCode Cube(PetscInt64 **set, PetscInt n) in Cube()
63 PetscErrorCode Sixth(PetscInt64 **set, PetscInt n) in Sixth()
75 PetscErrorCode PrintSet(PetscInt64 *set) in PrintSet()
90 PetscErrorCode AssertSetsEqual(PetscInt64 *set, PetscInt64 *true_set) in AssertSetsEqual()
H A Dex5.c9 PetscBool set; in main() local
H A Dex61.c23 PetscBool set, equal; in main() local
/petsc/src/sys/objects/
H A Daoptions.c641 …onst char man[], const char *const *list, PetscEnum currentvalue, PetscEnum *value, PetscBool *set) in PetscOptionsEnum_Private()
660 … text[], const char man[], const char *const *list, PetscEnum value[], PetscInt *n, PetscBool *set) in PetscOptionsEnumArray_Private()
688 …ar text[], const char man[], PetscInt currentvalue, PetscInt *value, PetscBool *set, PetscInt lb, … in PetscOptionsInt_Private()
720 …t[], const char man[], PetscMPIInt currentvalue, PetscMPIInt *value, PetscBool *set, PetscMPIInt l… in PetscOptionsMPIInt_Private()
750 …char text[], const char man[], const char currentvalue[], char value[], size_t len, PetscBool *set) in PetscOptionsString_Private()
772 … text[], const char man[], PetscReal currentvalue, PetscReal *value, PetscBool *set, PetscReal lb,… in PetscOptionsReal_Private()
804 … const char text[], const char man[], PetscScalar currentvalue, PetscScalar *value, PetscBool *set) in PetscOptionsScalar_Private()
835 …man[], PetscFunctionList list, const char currentvalue[], char value[], size_t len, PetscBool *set) in PetscOptionsFList_Private()
862 …onst char *const *list, PetscInt ntext, const char currentvalue[], PetscInt *value, PetscBool *set) in PetscOptionsEList_Private()
964 …opt[], const char text[], const char man[], PetscBool currentvalue, PetscBool *flg, PetscBool *set) in PetscOptionsBool_Private()
[all …]
H A Doptions.c720 …olIfSet_Private(enum PetscPrecedentOption opt, const char *val[], const PetscBool set[], PetscBool… in PetscOptionsStringToBoolIfSet_Private()
737 PetscBool *set, unneeded; in PetscOptionsProcessPrecedentFlags() local
1491 …air(PetscOptions options, const char pre[], const char name[], const char *value[], PetscBool *set) in PetscOptionsFindPair()
1592 …ns, const char pre[], const char name[], const char *option[], const char *value[], PetscBool *set) in PetscOptionsFindPairPrefix_Private()
1720 PetscErrorCode PetscOptionsHasHelp(PetscOptions options, PetscBool *set) in PetscOptionsHasHelp()
1729 PetscErrorCode PetscOptionsHasHelpIntro_Internal(PetscOptions options, PetscBool *set) in PetscOptionsHasHelpIntro_Internal()
1764 …Code PetscOptionsHasName(PetscOptions options, const char pre[], const char name[], PetscBool *set) in PetscOptionsHasName()
2404 …tBool(PetscOptions options, const char pre[], const char name[], PetscBool *ivalue, PetscBool *set) in PetscOptionsGetBool()
2458 …ool3(PetscOptions options, const char pre[], const char name[], PetscBool3 *ivalue, PetscBool *set) in PetscOptionsGetBool3()
2516 …pre[], const char opt[], const char *const list[], PetscInt ntext, PetscInt *value, PetscBool *set) in PetscOptionsGetEList()
[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
/petsc/src/dm/impls/forest/p4est/
H A Dpetsc_p4est_package.c80 PetscBool set; in PetscP4estInitialize() local
98 PetscBool set; in PetscP4estInitialize() local
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c89 …t, char *text, char *man, PetscBool *currentvalue, PetscBool *value, PetscBool *set, PetscErrorCod… in petscoptionsbool_()
108 … char *text, char *man, PetscBool3 *currentvalue, PetscBool3 *value, PetscBool *set, PetscErrorCod… in petscoptionsbool3_()
169 …opt, char *text, char *man, PetscInt *currentvalue, PetscInt *value, PetscBool *set, PetscErrorCod… in petscoptionsint_()
188 …ar *opt, char *text, char *man, PetscInt *currentvalue, PetscInt *n, PetscBool *set, PetscErrorCod… in petscoptionsintarray_()
207 …t, char *text, char *man, PetscReal *currentvalue, PetscReal *value, PetscBool *set, PetscErrorCod… in petscoptionsreal_()
226 …r *opt, char *text, char *man, PetscReal *currentvalue, PetscInt *n, PetscBool *set, PetscErrorCod… in petscoptionsrealarray_()
245 …har *text, char *man, PetscScalar *currentvalue, PetscScalar *value, PetscBool *set, PetscErrorCod… in petscoptionsscalar_()
264 …*opt, char *text, char *man, PetscScalar *currentvalue, PetscInt *n, PetscBool *set, PetscErrorCod… in petscoptionsscalararray_()
/petsc/src/vec/is/is/tutorials/
H A Dex2.c14 IS set; in main() local
H A Dex3.c10 IS set; in main() local
/petsc/src/tao/pde_constrained/impls/lcl/
H A Dlcl.c180 PetscBool set, pset, flag, pflag, symmetric; in TaoSolve_LCL() local
615 PetscBool set, pset, flag, pflag, symmetric; in LCLComputeLagrangianAndGradient() local
663 PetscBool flag, pflag, set, pset, symmetric; in LCLComputeAugmentedLagrangianAndGradient() local
/petsc/src/sys/utils/
H A Dmemc.c74 hwloc_bitmap_t set; in PetscProcessPlacementView() local
/petsc/src/mat/utils/
H A Dmatio.c27 PetscBool set; in MatLoad_Binary_BlockSizes() local
/petsc/src/ksp/pc/impls/eisens/
H A Deisen.c61 PetscBool hasop, set, sym; in PCApplyTranspose_Eisenstat() local
153 PetscBool set, flg; in PCSetFromOptions_Eisenstat() local
187 PetscBool set, sym; in PCSetUp_Eisenstat() local
/petsc/src/sys/webclient/
H A Dglobus.c176 PetscBool set; in PetscGlobusGetTransfers() local
229 PetscBool set; in PetscGlobusUpload() local
/petsc/src/ksp/ksp/interface/
H A Ditcl.c340 PetscBool flg, flag, reuse, set; in KSPSetFromOptions() local
625 PetscBool set; in KSPSetFromOptions() local
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c307 …PetscInt *n_max_p, PetscViewer viewer[], PetscViewerFormat format[], PetscBool *set, const char fu… in PetscOptionsCreateViewers_Internal()
444 …onst char pre[], const char name[], PetscViewer *viewer, PetscViewerFormat *format, PetscBool *set) in PetscOptionsCreateViewer()
488 …t char name[], PetscInt *n_max, PetscViewer viewers[], PetscViewerFormat formats[], PetscBool *set) in PetscOptionsCreateViewers()
/petsc/include/petsc/private/
H A Dpetschypre.h98 PetscBool set = PETSC_FALSE; in PetscHYPREInitialize() local
/petsc/src/vec/vec/utils/tagger/impls/
H A Dsimple.c20 PetscBool set; in VecTaggerSetFromOptions_Simple() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex16.c102 PetscBool set; in main() local
/petsc/src/vec/is/sf/tests/
H A Dex4k.kokkos.cxx45 PetscBool set; in main() local

12345