Searched refs:pairs (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/mat/tests/output/ |
| H A D | ex29_1.out | 3 Heap in (id,value) pairs 5 Stash in (id,value) pairs 8 Heap in (id,value) pairs 10 Stash in (id,value) pairs 14 Heap in (id,value) pairs 16 Stash in (id,value) pairs
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtaltv.c | 352 PetscInt pairs[3][2] = { in PetscDTAltVPullback() local 360 …) sum += (L[pairs[j][0] * N + pairs[i][0]] * L[pairs[j][1] * N + pairs[i][1]] - L[pairs[j][1] * N … in PetscDTAltVPullback() 364 PetscInt pairs[3][2] = { in PetscDTAltVPullback() local 375 …pairs[offj + j][0] * N + pairs[offi + i][0]] * L[pairs[offj + j][1] * N + pairs[offi + i][1]] - L[… in PetscDTAltVPullback() 479 PetscInt pairs[3][2] = { in PetscDTAltVPullbackMatrix() local 486 …Mk + j] = L[pairs[j][0] * N + pairs[i][0]] * L[pairs[j][1] * N + pairs[i][1]] - L[pairs[j][1] * N … in PetscDTAltVPullbackMatrix() 489 PetscInt pairs[3][2] = { in PetscDTAltVPullbackMatrix() local 498 …pairs[offj + j][0] * N + pairs[offi + i][0]] * L[pairs[offj + j][1] * N + pairs[offi + i][1]] - L[… in PetscDTAltVPullbackMatrix()
|
| /petsc/src/sys/yaml/src/ |
| H A D | loader.c | 315 if (!STACK_EMPTY(parser, parent->data.mapping.pairs)) { in yaml_parser_load_node_add() 316 yaml_node_pair_t *p = parent->data.mapping.pairs.top - 1; in yaml_parser_load_node_add() 325 if (!STACK_LIMIT(parser, parent->data.mapping.pairs, INT_MAX-1)) in yaml_parser_load_node_add() 327 if (!PUSH(parser, parent->data.mapping.pairs, pair)) in yaml_parser_load_node_add() 484 } pairs = { NULL, NULL, NULL }; in yaml_parser_load_mapping() local 496 if (!STACK_INIT(parser, pairs, yaml_node_pair_t*)) goto error; in yaml_parser_load_mapping() 498 MAPPING_NODE_INIT(node, tag, pairs.start, pairs.end, in yaml_parser_load_mapping()
|
| H A D | yaml_private.h | 656 (node).data.mapping.pairs.start = (node_pairs_start), \ 657 (node).data.mapping.pairs.end = (node_pairs_end), \ 658 (node).data.mapping.pairs.top = (node_pairs_start), \
|
| H A D | api.c | 386 STACK_DEL(&context, node.data.mapping.pairs); in yaml_document_delete()
|
| /petsc/src/vec/is/sf/tests/output/ |
| H A D | ex2_1_window.out | 2 current info with 2 keys. Ordered key-value pairs follow: 20 current info with 2 keys. Ordered key-value pairs follow:
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex82_1.out | 8 % Number of Ritz pairs 2
|
| H A D | ex82_2.out | 14 % Number of Ritz pairs 5
|
| H A D | ex82_harmonic.out | 14 % Number of Ritz pairs 5
|
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 30 #define MAP(node) ((node)->data.mapping.pairs) 96 yaml_node_pair_t *kvn = itemnode->data.mapping.pairs.start; in PetscParseLayerYAML() 97 yaml_node_pair_t *top = itemnode->data.mapping.pairs.top; in PetscParseLayerYAML()
|
| /petsc/lib/petsc/conf/ |
| H A D | variables | 52 # PETSC_[C,F]SH_LIB_PATH - linker_add_sh_lib_path:sh_lib_path pairs for all the shared library loca… 68 # [C,F]_SH_LIB_PATH - linker_add_sh_lib_path:sh_lib_path pairs for all the shared library locations
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 545 } pairs; member
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 658 * - Pipelined Conjugate Gradient over iteration pairs
|
| /petsc/include/petsc/private/ |
| H A D | hashmap.txt | 480 PetscHMap<T>GetPairs - Get all (key,value) pairs from a hash table
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SF.pyx | 208 process. Should be ``2*nleaves`` long as (rank, index) pairs.
|
| /petsc/ |
| H A D | gmakefile.test | 332 # Targets to run tests and remove executables, by package-lang pairs.
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1387 … procedure can optimize the coefficients of the interpolator to reproduce pairs of coarse/fine fun…
|