| /petsc/src/sys/fileio/ftn-custom/ |
| H A D | zsysiof.c | 48 PETSC_EXTERN void petscbinarywriteint_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ier… in petscbinarywriteint_() 53 PETSC_EXTERN void petscbinarywritereal_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ie… in petscbinarywritereal_() 58 PETSC_EXTERN void petscbinarywritecomplex_(int *fd, void *p, PetscInt *n, PetscDataType *type, int … in petscbinarywritecomplex_() 63 PETSC_EXTERN void petscbinarywriteint1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ie… in petscbinarywriteint1_() 68 PETSC_EXTERN void petscbinarywritereal1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *i… in petscbinarywritereal1_() 73 PETSC_EXTERN void petscbinarywritecomplex1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int… in petscbinarywritecomplex1_() 78 …binaryreadint_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDataType *type, int *ierr) in petscbinaryreadint_() 85 …inaryreadreal_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDataType *type, int *ierr) in petscbinaryreadreal_() 92 …ryreadcomplex_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDataType *type, int *ierr) in petscbinaryreadcomplex_() 99 …inaryreadint1_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDataType *type, int *ierr) in petscbinaryreadint1_() [all …]
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 102 PetscErrorCode PetscDeviceCreate(PetscDeviceType type, PetscInt devid, PetscDevice *device) in PetscDeviceCreate() 280 PetscErrorCode PetscDeviceGetType(PetscDevice device, PetscDeviceType *type) in PetscDeviceGetType() 322 PetscDeviceType type = PETSC_DEVICE_HARDWARE_DEFAULT_TYPE; member 369 PetscErrorCode PetscDeviceSetDefaultDeviceType(PetscDeviceType type) in PetscDeviceSetDefaultDeviceType() 390 PetscErrorCode PetscDeviceInitializeDefaultDevice_Internal(PetscDeviceType type, PetscInt defaultDe… in PetscDeviceInitializeDefaultDevice_Internal() 425 PetscErrorCode PetscDeviceInitialize(PetscDeviceType type) in PetscDeviceInitialize() 453 PetscBool PetscDeviceInitialized(PetscDeviceType type) in PetscDeviceInitialized() 459 PetscErrorCode PetscDeviceGetDefaultForType_Internal(PetscDeviceType type, PetscDevice *device) in PetscDeviceGetDefaultForType_Internal() 503 PetscErrorCode PetscDeviceInitializeTypeFromOptions_Private(MPI_Comm comm, PetscDeviceType type, Pe… in PetscDeviceInitializeTypeFromOptions_Private()
|
| H A D | global_dcontext.cxx | 10 PetscErrorCode PetscDeviceContextSetRootDeviceType_Internal(PetscDeviceType type) in PetscDeviceContextSetRootDeviceType_Internal() 18 PetscErrorCode PetscDeviceContextSetRootStreamType_Internal(PetscStreamType type) in PetscDeviceContextSetRootStreamType_Internal()
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | hpddm.h | 11 PetscErrorCode KSPHPDDMSetType(PETSC_UNUSED KSP ksp,PETSC_UNUSED KSPHPDDMType type){PetscHPDDMError… in KSPHPDDMSetType() 12 PetscErrorCode KSPHPDDMGetType(PETSC_UNUSED KSP ksp,PETSC_UNUSED KSPHPDDMType *type){PetscHPDDMErro… in KSPHPDDMGetType() 18 …ode PCHPDDMSetCoarseCorrectionType(PETSC_UNUSED PC pc,PETSC_UNUSED PCHPDDMCoarseCorrectionType typ… in PCHPDDMSetCoarseCorrectionType() 19 …de PCHPDDMGetCoarseCorrectionType(PETSC_UNUSED PC pc,PETSC_UNUSED PCHPDDMCoarseCorrectionType *typ… in PCHPDDMGetCoarseCorrectionType()
|
| H A D | tao.h | 25 PetscErrorCode TaoBNCGSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType type) {PetscTaoError;} in TaoBNCGSetType() 26 PetscErrorCode TaoBNCGGetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType *type) {PetscTaoError;} in TaoBNCGGetType() 30 PetscErrorCode TaoALMMGetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoALMMType *type) {PetscTaoError;} in TaoALMMGetType() 31 PetscErrorCode TaoALMMSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoALMMType type) {PetscTaoError;} in TaoALMMSetType()
|
| H A D | regressor.h | 15 …sorLinearSetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED PetscRegressorLinearType type)… in PetscRegressorLinearSetType() 16 …sorLinearGetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED PetscRegressorLinearType *type… in PetscRegressorLinearGetType()
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 6 PetscErrorCode PetscDeviceCreate(PETSC_UNUSED PetscDeviceType type, PETSC_UNUSED PetscInt devid, Pe… in PetscDeviceCreate() 35 PetscErrorCode PetscDeviceGetType(PETSC_UNUSED PetscDevice device, PetscDeviceType *type) in PetscDeviceGetType() 56 PetscErrorCode PetscDeviceSetDefaultDeviceType(PetscDeviceType type) in PetscDeviceSetDefaultDeviceType() 63 PetscErrorCode PetscDeviceInitialize(PETSC_UNUSED PetscDeviceType type) in PetscDeviceInitialize() 69 PetscBool PetscDeviceInitialized(PetscDeviceType type) in PetscDeviceInitialized() 90 …DeviceContextSetStreamType(PETSC_UNUSED PetscDeviceContext dctx, PETSC_UNUSED PetscStreamType type) in PetscDeviceContextSetStreamType() 96 …orCode PetscDeviceContextGetStreamType(PETSC_UNUSED PetscDeviceContext dctx, PetscStreamType *type) in PetscDeviceContextGetStreamType() 118 …orCode PetscDeviceContextGetDeviceType(PETSC_UNUSED PetscDeviceContext dctx, PetscDeviceType *type) in PetscDeviceContextGetDeviceType() 263 PetscErrorCode PetscDeviceGetDefaultForType_Internal(PETSC_UNUSED PetscDeviceType type, PetscDevice… in PetscDeviceGetDefaultForType_Internal()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcset.c | 46 PetscErrorCode PCSetType(PC pc, PCType type) in PCSetType() 93 PetscErrorCode PCGetType(PC pc, PCType *type) in PCGetType() 127 char type[256]; in PCSetFromOptions() local
|
| /petsc/src/sys/tests/ |
| H A D | ex67.c | 5 #define PETSC_TEST_ASSERT_POINTER_GENERICS_SINGLE(type, PETSC_TYPE, string) \ argument 17 #define PETSC_TEST_ASSERT_POINTER_GENERICS(type, PETSC_TYPE) \ argument
|
| H A D | ex47-prefix.yaml | 5 type: richardson key 16 type: lu key
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | comm.c | 65 PetscInt type, dest; in PCTFS_giop() local 142 PetscInt type, dest; in PCTFS_grop() local 218 PetscInt type, dest; in PCTFS_grop_hc() local 280 PetscInt edge, type, dest, mask; in PCTFS_ssgl_radd() local 331 PetscInt type, dest; in PCTFS_giop_hc() local
|
| /petsc/src/ts/interface/ |
| H A D | tsreg.c | 40 PetscErrorCode TSSetType(TS ts, TSType type) in TSSetType() 80 PetscErrorCode TSGetType(TS ts, TSType *type) in TSGetType()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex87.c | 28 PCType type; in main() local 124 VecType type; in main() local 152 PetscMemType type[2]; in main() local
|
| /petsc/src/sys/classes/random/interface/ |
| H A D | randreg.c | 26 PetscErrorCode PetscRandomSetType(PetscRandom rnd, PetscRandomType type) in PetscRandomSetType() 64 PetscErrorCode PetscRandomGetType(PetscRandom rnd, PetscRandomType *type) in PetscRandomGetType()
|
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 113 PetscRegressorType type; in PetscRegressorView() local 182 char type[256]; in PetscRegressorSetFromOptions() local 390 PetscErrorCode PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type) in PetscRegressorSetType() 439 PetscErrorCode PetscRegressorGetType(PetscRegressor regressor, PetscRegressorType *type) in PetscRegressorGetType()
|
| /petsc/src/tao/constrained/impls/almm/ |
| H A D | almmutils.c | 19 PetscErrorCode TaoALMMGetType(Tao tao, TaoALMMType *type) in TaoALMMGetType() 28 PetscErrorCode TaoALMMGetType_Private(Tao tao, TaoALMMType *type) in TaoALMMGetType_Private() 48 PetscErrorCode TaoALMMSetType(Tao tao, TaoALMMType type) in TaoALMMSetType() 56 PetscErrorCode TaoALMMSetType_Private(Tao tao, TaoALMMType type) in TaoALMMSetType_Private()
|
| /petsc/src/ksp/pc/impls/jacobi/ |
| H A D | jacobi.c | 60 PCJacobiType type; member 68 static PetscErrorCode PCJacobiSetType_Jacobi(PC pc, PCJacobiType type) in PCJacobiSetType_Jacobi() 99 static PetscErrorCode PCJacobiGetType_Jacobi(PC pc, PCJacobiType *type) in PCJacobiGetType_Jacobi() 433 PCJacobiType deflt, type; in PCSetFromOptions_Jacobi() local 455 PCJacobiType type; in PCView_Jacobi() local 759 PetscErrorCode PCJacobiSetType(PC pc, PCJacobiType type) in PCJacobiSetType() 782 PetscErrorCode PCJacobiGetType(PC pc, PCJacobiType *type) in PCJacobiGetType()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex76.c | 18 char dir[PETSC_MAX_PATH_LEN], name[PETSC_MAX_PATH_LEN], type[256]; in main() local 164 KSPType type; in main() local 185 KSPHPDDMType type; in main() local
|
| /petsc/src/sys/classes/bm/interfaces/ |
| H A D | bm.c | 182 char type[256]; in PetscBenchSetFromOptions() local 366 PetscErrorCode PetscBenchSetType(PetscBench bm, PetscBenchType type) in PetscBenchSetType() 410 PetscErrorCode PetscBenchGetType(PetscBench bm, PetscBenchType *type) in PetscBenchGetType()
|
| /petsc/src/dm/impls/swarm/ftn-custom/ |
| H A D | zswarmf90.c | 14 PETSC_EXTERN void dmswarmgetfield_(DM *dm, char *name, PetscInt *blocksize, PetscDataType *type, F9… in dmswarmgetfield_() 29 PETSC_EXTERN void dmswarmrestorefield_(DM *dm, char *name, PetscInt *blocksize, PetscDataType *type… in dmswarmrestorefield_()
|
| /petsc/src/ksp/pc/impls/composite/ |
| H A D | composite.c | 16 PCCompositeType type; member 317 static PetscErrorCode PCCompositeSetType_Composite(PC pc, PCCompositeType type) in PCCompositeSetType_Composite() 336 static PetscErrorCode PCCompositeGetType_Composite(PC pc, PCCompositeType *type) in PCCompositeGetType_Composite() 380 static PetscErrorCode PCCompositeAddPCType_Composite(PC pc, PCType type) in PCCompositeAddPCType_Composite() 444 PetscErrorCode PCCompositeSetType(PC pc, PCCompositeType type) in PCCompositeSetType() 469 PetscErrorCode PCCompositeGetType(PC pc, PCCompositeType *type) in PCCompositeGetType() 522 PetscErrorCode PCCompositeAddPCType(PC pc, PCType type) in PCCompositeAddPCType()
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex13.c | 11 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt type, PetscInt n, PetscInt first, PetscInt s… in CreateIS() 42 PetscInt i, j = 0, type; in main() local
|
| /petsc/src/ksp/ksp/impls/hpddm/ |
| H A D | hpddm.cxx | 349 PetscMemType type[2]; in KSPSolve_HPDDM() local 516 PetscMemType type[2]; in KSPMatSolve_HPDDM() local 568 PetscErrorCode KSPHPDDMSetType(KSP ksp, KSPHPDDMType type) in KSPHPDDMSetType() 590 PetscErrorCode KSPHPDDMGetType(KSP ksp, KSPHPDDMType *type) in KSPHPDDMGetType() 601 static PetscErrorCode KSPHPDDMSetType_HPDDM(KSP ksp, KSPHPDDMType type) in KSPHPDDMSetType_HPDDM() 618 static PetscErrorCode KSPHPDDMGetType_HPDDM(KSP ksp, KSPHPDDMType *type) in KSPHPDDMGetType_HPDDM()
|
| /petsc/src/mat/graphops/order/ |
| H A D | sorder.c | 11 PETSC_INTERN PetscErrorCode MatGetOrdering_Natural(Mat mat, MatOrderingType type, IS *irow, IS *ico… in MatGetOrdering_Natural() 49 PETSC_INTERN PetscErrorCode MatGetOrdering_RowLength(Mat mat, MatOrderingType type, IS *irow, IS *i… in MatGetOrdering_RowLength() 149 PetscErrorCode MatGetOrdering(Mat mat, MatOrderingType type, IS *rperm, IS *cperm) in MatGetOrdering()
|
| /petsc/include/petsc/private/cpp/ |
| H A D | functional.hpp | 38 using type = util::tuple_element_t<ix, std::tuple<Args...>>; typedef 49 using type = util::tuple_element_t<ix, std::tuple<Args...>>; typedef 59 using type = util::tuple_element_t<ix, std::tuple<Args...>>; typedef
|