Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/sys/utils/
H A Dstr.c151 PetscErrorCode PetscStrArrayallocpy(const char *const *list, char ***t) in PetscStrArrayallocpy()
175 PetscErrorCode PetscStrArrayDestroy(char ***list) in PetscStrArrayDestroy()
208 PetscErrorCode PetscStrNArrayallocpy(PetscInt n, const char *const *list, char ***t) in PetscStrNArrayallocpy()
229 PetscErrorCode PetscStrNArrayDestroy(PetscInt n, char ***list) in PetscStrNArrayDestroy()
482 PetscErrorCode PetscStrInList(const char str[], const char list[], char sep, PetscBool *found) in PetscStrInList()
696 PetscErrorCode PetscEListFind(PetscInt n, const char *const *list, const char *str, PetscInt *value… in PetscEListFind()
/petsc/src/sys/dll/
H A Ddl.c218 PetscDLLibrary list = NULL, nlist, prev; in PetscDLLibrarySym() local
316 PetscDLLibrary list, prev; in PetscDLLibraryAppend() local
399 PetscDLLibrary list, prev; in PetscDLLibraryPrepend() local
482 PetscErrorCode PetscDLLibraryClose(PetscDLLibrary list) in PetscDLLibraryClose()
H A Dreg.c468 PetscErrorCode PetscFunctionListView(PetscFunctionList list, PetscViewer viewer) in PetscFunctionListView()
519 PetscErrorCode PetscFunctionListGet(PetscFunctionList list, const char ***array, int *n) in PetscFunctionListGet()
558 …refix[], const char name[], const char text[], const char man[], PetscFunctionList list, const cha… in PetscFunctionListPrintTypes()
/petsc/share/petsc/saws/js/
H A DpopulateLists.js1 function populateList(type, endtag, list) argument
/petsc/src/dm/dt/tests/
H A Dex17.c9 PetscDualSpace h_1, h_div, list[2], joint; in main() local
/petsc/src/sys/classes/bag/ftn-custom/
H A Dzbagf.c10 PETSC_EXTERN void petscbagregisterenumprivate_(PetscBag *bag, void *addr, const char *const *list, … in petscbagregisterenumprivate_()
/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.c29 PetscInt *list, *work, clique, *seq, *coloring, n; in MatColoringApply_SL() local
129 PetscInt *list, *work, *seq, *coloring, n; in MatColoringApply_LF() local
232 PetscInt *list, *work, clique, *seq, *coloring, n; in MatColoringApply_ID() local
H A Dseq.c5 …onst PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *list, PetscInt *ngr… in MINPACKseq()
H A Dslo.c5 …pntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *list, PetscInt *max… in MINPACKslo()
H A Dido.c7 …pntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *list, PetscInt *max… in MINPACKido()
/petsc/src/mat/graphops/order/
H A Dqmdupd.c32 …st PetscInt *xadj, const PetscInt *adjncy, const PetscInt *nlist, const PetscInt *list, PetscInt *… in SPARSEPACKqmdupd()
H A Dsorder.c235 PetscErrorCode MatGetOrderingList(PetscFunctionList *list) in MatGetOrderingList()
/petsc/include/
H A Dpetscoptions.h114 const char *const *list; /* used for available values for PetscOptionsEList() */ member
444 …#define PetscOptionsEnum(opt, text, man, list, currentvalue, value, set) PetscOptionsEnum… argument
1137 …#define PetscOptionsFList(opt, ltext, man, list, currentvalue, value, len, set) PetscOptionsFLis… argument
1180 …#define PetscOptionsEList(opt, ltext, man, list, ntext, currentvalue, value, set) PetscOptionsELis… argument
1415 …#define PetscOptionsEnumArray(opt, text, man, list, value, n, set) PetscOptionsEnum… argument
/petsc/src/snes/interface/
H A Dsnesj.c58 const char *list[2] = {"ds", "wp"}; in SNESComputeJacobianDefault() local
/petsc/include/petsc/private/
H A Dbagimpl.h13 char **list; member
H A Ddmswarmimpl.h96 SwarmPoint *list; member
/petsc/src/mat/utils/
H A Dfreespace.c3 PetscErrorCode PetscFreeSpaceGet(PetscInt n, PetscFreeSpaceList *list) in PetscFreeSpaceGet()
/petsc/src/sys/objects/
H A Daoptions.c625 static PetscErrorCode GetListLength(const char *const *list, PetscInt *len) in GetListLength()
641 …nsObject, const char opt[], const char text[], const char man[], const char *const *list, PetscEnu… in PetscOptionsEnum_Private()
660 …nsObject, const char opt[], const char text[], const char man[], const char *const *list, PetscEnu… in PetscOptionsEnumArray_Private()
835 …sObject, const char opt[], const char ltext[], const char man[], PetscFunctionList list, const cha… in PetscOptionsFList_Private()
862 …sObject, const char opt[], const char ltext[], const char man[], const char *const *list, PetscInt… in PetscOptionsEList_Private()
/petsc/src/dm/tutorials/
H A Dex20.c68 PetscInt npoints, *list; in pic_insert_DMDA() local
/petsc/src/ksp/pc/impls/tfs/
H A Divec.c545 PetscInt PCTFS_ivec_linear_search(PetscInt item, PetscInt *list, PetscInt n) in PCTFS_ivec_linear_search()
556 PetscInt PCTFS_ivec_binary_search(PetscInt item, PetscInt *list, PetscInt rh) in PCTFS_ivec_binary_search()
/petsc/src/sys/classes/bag/
H A Dbag.c42 PetscErrorCode PetscBagRegisterEnum(PetscBag bag, void *addr, const char *const *list, PetscEnum md… in PetscBagRegisterEnum()
809 char name[PETSC_BAG_NAME_LENGTH], help[PETSC_BAG_HELP_LENGTH], **list; in PetscBagLoad() local
/petsc/src/vec/vec/tests/
H A Dex37.c50 PetscInt list[] = {0, 1, 2}; in test_view() local
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c148 … void petscoptionsenumprivate_(char *opt, char *text, char *man, const char *const *list, PetscEnu… in petscoptionsenumprivate_()
309 …optionsgetenumprivate_(PetscOptions *opt, char *pre, char *name, const char *const *list, PetscEnu… in petscoptionsgetenumprivate_()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c808 IS list[2], plP, isout; in KSPFETIDPSetUpOperators() local
820 IS list[2], isout; in KSPFETIDPSetUpOperators() local
/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dsbaijcholmod.c89 …static const char *const list[] = {"SIMPLICIAL", "AUTO", "SUPERNODAL", "MatCholmodFactorType", "MA… in CholmodSetOptions() local

12