Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 17 of 17) sorted by relevance

/petsc/src/mat/tests/output/
H A Dex29_1.out3 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 Ddtaltv.c352 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
375pairs[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
498pairs[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 Dloader.c315 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 Dyaml_private.h656 (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 Dapi.c386 STACK_DEL(&context, node.data.mapping.pairs); in yaml_document_delete()
/petsc/src/vec/is/sf/tests/output/
H A Dex2_1_window.out2 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 Dex82_1.out8 % Number of Ritz pairs 2
H A Dex82_2.out14 % Number of Ritz pairs 5
H A Dex82_harmonic.out14 % Number of Ritz pairs 5
/petsc/src/sys/objects/
H A Doptionsyaml.c30 #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 Dvariables52 # 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 Dyaml.h545 } pairs; member
/petsc/doc/overview/
H A Dlinear_solve_table.md658 * - Pipelined Conjugate Gradient over iteration pairs
/petsc/include/petsc/private/
H A Dhashmap.txt480 PetscHMap<T>GetPairs - Get all (key,value) pairs from a hash table
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx208 process. Should be ``2*nleaves`` long as (rank, index) pairs.
/petsc/
H A Dgmakefile.test332 # Targets to run tests and remove executables, by package-lang pairs.
/petsc/doc/manual/
H A Dksp.md1387 … procedure can optimize the coefficients of the interpolator to reproduce pairs of coarse/fine fun…