| /petsc/include/ |
| H A D | petscbt.h | 11 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 D | petscsftypes.h | 84 PetscInt index; /* Index of node on rank */ member
|
| /petsc/src/sys/yaml/src/ |
| H A D | loader.c | 258 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 D | api.c | 411 yaml_document_get_node(yaml_document_t *document, int index) in yaml_document_get_node()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmda.pxi | 268 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 D | UFgetPetscMat.m | 13 index = UFget; variable
|
| /petsc/src/sys/tests/ |
| H A D | ex7.c | 8 PetscInt x[] = {39, 9, 39, 39, 29}, index[5]; in main() local
|
| /petsc/share/petsc/saws/js/ |
| H A D | matrixTex.js | 128 function getSpecificMatrixTex2(index) { argument
|
| /petsc/src/sys/utils/ |
| H A D | fhost.c | 88 PetscInt index; in PetscGetHostName() local
|
| /petsc/src/tao/unconstrained/impls/neldermead/ |
| H A D | neldermead.c | 9 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 D | data_bucket.h | 37 #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 D | data_bucket.c | 21 …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 D | gmshlex.h | 51 #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 D | ex96.c | 17 PetscExodusIIInt index = -1; in main() local
|
| H A D | ex95.c | 17 PetscExodusIIInt index = -1; in main() local
|
| /petsc/src/dm/impls/da/hypre/ |
| H A D | mhyp.c | 27 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 D | ex37.c | 48 PetscInt index, n; in test_view() local 280 PetscInt index; in test_axpy_dot_max() local
|
| /petsc/src/vec/is/utils/tests/ |
| H A D | ex1.c | 80 PetscInt index = -1; in main() local
|
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 324 …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 D | ex17.c | 512 PetscInt index, nb; in FormFunction1_block() local 548 PetscInt index, nb; in FormJacobian1_block() local
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | chwirut2.c | 605 PetscInt index; in TaskWorker() local
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 71 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 D | dmnetwork_view.py | 236 def __init__(self, index): argument
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 114 PetscInt index; in HeaderlessBinaryReadCheck() local
|
| /petsc/src/dm/impls/network/ |
| H A D | networkcreate.c | 353 PetscInt p, i, np, index, subnetid; in DMNetworkCopyHeaderTopological() local
|