Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 56) sorted by relevance

123

/petsc/include/
H A Dpetscbt.h11 static inline size_t PetscBTIndex_Internal(PetscCount index) in PetscBTIndex_Internal()
16 static inline PetscByte PetscBTMask_Internal(PetscCount index) in PetscBTMask_Internal()
46 static inline PetscByte PetscBTLookup(PetscBT array, PetscCount index) in PetscBTLookup()
51 static inline PetscErrorCode PetscBTSet(PetscBT array, PetscCount index) in PetscBTSet()
58 static inline PetscErrorCode PetscBTNegate(PetscBT array, PetscCount index) in PetscBTNegate()
65 static inline PetscErrorCode PetscBTClear(PetscBT array, PetscCount index) in PetscBTClear()
72 static inline PetscByte PetscBTLookupSet(PetscBT array, PetscCount index) in PetscBTLookupSet()
79 static inline PetscByte PetscBTLookupClear(PetscBT array, PetscCount index) in PetscBTLookupClear()
H A Dpetscsftypes.h84 PetscInt index; /* Index of node on rank */ member
/petsc/src/sys/yaml/src/
H A Dloader.c258 int index, yaml_char_t *anchor) in yaml_parser_register_anchor()
293 int index) in yaml_parser_load_node_add()
372 int index; in yaml_parser_load_scalar() local
417 int index; in yaml_parser_load_sequence() local
458 int index; in yaml_parser_load_sequence_end() local
485 int index; in yaml_parser_load_mapping() local
526 int index; in yaml_parser_load_mapping_end() local
H A Dapi.c411 yaml_document_get_node(yaml_document_t *document, int index) in yaml_document_get_node()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmda.pxi268 def __getitem__(self, index): argument
273 def __setitem__(self, index, value): argument
289 cdef object adjust_index_exp(object starts, object index):
298 cdef object adjust_index(object lbound, object index):
/petsc/share/petsc/matlab/
H A DUFgetPetscMat.m13 index = UFget; variable
/petsc/src/sys/tests/
H A Dex7.c8 PetscInt x[] = {39, 9, 39, 39, 29}, index[5]; in main() local
/petsc/share/petsc/saws/js/
H A DmatrixTex.js128 function getSpecificMatrixTex2(index) { argument
/petsc/src/sys/utils/
H A Dfhost.c88 PetscInt index; in PetscGetHostName() local
/petsc/src/tao/unconstrained/impls/neldermead/
H A Dneldermead.c9 PetscInt i, j, index; in NelderMeadSort() local
22 static PetscErrorCode NelderMeadReplace(TAO_NelderMead *nm, PetscInt index, Vec Xmu, PetscReal f) in NelderMeadReplace()
/petsc/src/dm/impls/swarm/
H A Ddata_bucket.h37 #define DMSWARM_DATAFIELD_point_access(data, index, atomic_size) (void *)((char *)(d… argument
38 #define DMSWARM_DATAFIELD_point_access_offset(data, index, atomic_size, offset) (void *)((char *)(d… argument
H A Ddata_bucket.c21 …ngFindInList(const char name[], const PetscInt N, const DMSwarmDataField gfield[], PetscInt *index) in DMSwarmDataFieldStringFindInList()
455 PetscErrorCode DMSwarmDataFieldInsertPoint(const DMSwarmDataField field, const PetscInt index, cons… in DMSwarmDataFieldInsertPoint()
468 PetscErrorCode DMSwarmDataBucketRemovePointAtIndex(const DMSwarmDataBucket db, const PetscInt index) in DMSwarmDataBucketRemovePointAtIndex()
516 PetscErrorCode DMSwarmDataFieldZeroPoint(const DMSwarmDataField field, const PetscInt index) in DMSwarmDataFieldZeroPoint()
529 PetscErrorCode DMSwarmDataBucketZeroPoint(const DMSwarmDataBucket db, const PetscInt index) in DMSwarmDataBucketZeroPoint()
722 PetscErrorCode DMSwarmDataBucketFillPackedArray(DMSwarmDataBucket db, const PetscInt index, void *b… in DMSwarmDataBucketFillPackedArray()
/petsc/src/dm/impls/plex/
H A Dgmshlex.h51 #define index(i) SI1(p, i) in GmshLexOrder_SEG() macro
71 #define index(i, j) SI2(p, i, j) in GmshLexOrder_TRI() macro
99 #define index(i, j) BI2(p, i, j) in GmshLexOrder_QUA() macro
129 #define index(i, j, k) SI3(p, i, j, k) in GmshLexOrder_TET() macro
173 #define index(i, j, k) BI3(p, i, j, k) in GmshLexOrder_HEX() macro
229 #define index(i, j, k) (SI2(p, i, j) + BI1(p, k) * SN2(p)) in GmshLexOrder_PRI() macro
/petsc/src/dm/impls/plex/tests/
H A Dex96.c17 PetscExodusIIInt index = -1; in main() local
H A Dex95.c17 PetscExodusIIInt index = -1; in main() local
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c27 HYPRE_Int index[3], entries[9]; in MatSetValuesLocal_HYPREStruct_3d() local
66 HYPRE_Int index[3], entries[7] = {0, 1, 2, 3, 4, 5, 6}; in MatZeroRowsLocal_HYPREStruct_3d() local
341 HYPRE_Int index[3], *entries; in MatSetValuesLocal_HYPRESStruct_3d() local
444 HYPRE_Int index[3], *entries; in MatZeroRowsLocal_HYPRESStruct_3d() local
/petsc/src/vec/vec/tests/
H A Dex37.c48 PetscInt index, n; in test_view() local
280 PetscInt index; in test_axpy_dot_max() local
/petsc/src/vec/is/utils/tests/
H A Dex1.c80 PetscInt index = -1; in main() local
/petsc/src/vec/is/utils/
H A Dkdtree.c324 …eeQueryLeaf(PetscKDTree tree, KDLeaf leaf, const PetscReal point[], PetscCount *index, PetscReal *… in PetscKDTreeQueryLeaf()
342 …_CopyCoords(PetscKDTree tree, KDLeaf leaf, const PetscReal point[], PetscCount *index, PetscReal *… in PetscKDTreeQueryLeaf_CopyCoords()
363 … is_node_leaf, PetscReal offset[], PetscReal rd, PetscReal tol_sqr, PetscCount *index, PetscReal *… in PetscKDTreeQuery_Recurse()
/petsc/src/snes/tests/
H A Dex17.c512 PetscInt index, nb; in FormFunction1_block() local
548 PetscInt index, nb; in FormJacobian1_block() local
/petsc/src/tao/leastsquares/tutorials/
H A Dchwirut2.c605 PetscInt index; in TaskWorker() local
/petsc/src/dm/impls/stag/
H A Dstagmulti.c71 static PetscErrorCode SetInterpolationCoefficientVertex_Private(PetscInt index, PetscInt factor, Pe… in SetInterpolationCoefficientVertex_Private()
78 static PetscErrorCode SetInterpolationCoefficientCenter_Private(PetscBool belowHalf, PetscInt index in SetInterpolationCoefficientCenter_Private()
220 static PetscErrorCode SetRestrictionCoefficientVertex_Private(PetscInt index, PetscInt factor, Pets… in SetRestrictionCoefficientVertex_Private()
227 static PetscErrorCode SetRestrictionCoefficientCenter_Private(PetscInt index, PetscInt factor, Pets… in SetRestrictionCoefficientCenter_Private()
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py236 def __init__(self, index): argument
/petsc/src/dm/tutorials/
H A Dex15.c114 PetscInt index; in HeaderlessBinaryReadCheck() local
/petsc/src/dm/impls/network/
H A Dnetworkcreate.c353 PetscInt p, i, np, index, subnetid; in DMNetworkCopyHeaderTopological() local

123