Searched refs:sequence (Results 1 – 25 of 60) sorted by relevance
123
| /petsc/src/snes/tutorials/output/ |
| H A D | ex27_2d_p2_rt0p0_a2_sensor.out | 4 sequence length: 2 16 sequence length: 1
|
| H A D | ex27_2d_p2_rt0p0_sensor.out | 4 sequence length: 1
|
| H A D | ex27_2d_p2_rt0p0_quadratic.out | 4 sequence length: 1
|
| H A D | ex27_2d_p2_rt0p0_trig.out | 4 sequence length: 1
|
| H A D | ex22_1_alt_2.out | 17 total number of grid sequence refinements=2
|
| H A D | ex19_ngmres_fas_ms.out | 20 total number of grid sequence refinements=2
|
| H A D | ex22_1_alt.out | 17 total number of grid sequence refinements=2
|
| H A D | ex22_1.out | 17 total number of grid sequence refinements=2
|
| H A D | ex22_1_alt_3.out | 17 total number of grid sequence refinements=2
|
| H A D | ex5_3_alt.out | 10 total number of grid sequence refinements=2
|
| H A D | ex5_3.out | 10 total number of grid sequence refinements=2
|
| H A D | ex5_4_alt.out | 28 total number of grid sequence refinements=2
|
| /petsc/doc/changes/ |
| H A D | 2022.md | 60 - The calling sequence of `TSSetType()` has changed; see the 67 - The calling sequence of `SNESSetType()` has changed; see the 79 - The calling sequence of `KSPSetType()` has changed; see the 89 - The calling sequence of `PCSetType()` has changed; see the 134 - Changed the calling sequence of `VecCreate()`, now takes both
|
| H A D | 2017.md | 22 - Changed the calling sequence of TSRegister(). 38 - Changed the calling sequence of SNESRegister(). 48 - Changed the calling sequence of KSPRegister(). 53 - Changed the calling sequence of PCRegister(). 93 - Changed the calling sequence of MatReorderingRegister(); 156 calling sequence SETERRQ(int ierr,int pierr,char \*message); where
|
| H A D | 2024.md | 83 - Changed the calling sequence of `SNESSetLineSearch()` so that it 98 - Changed the calling sequence of 130 - Changed the calling sequence of `MatILUFactor()` and 171 - Changed the calling sequence for `VecGetType()`; see the manual 205 - Changed the calling sequence of 207 - Changed the calling sequence of 209 - Changed the calling sequence of `PetscGetDate().`
|
| H A D | 21.md | 15 - The calling sequence for PetscMalloc() was changed to return and 85 calling sequence of SETERRQ() to eliminate the second input
|
| H A D | 2028.md | 30 - Changed calling sequence of SNES monitoring routines to add an 35 - Changed calling sequence of `MatSNESMFAddNullSpace()` to take
|
| H A D | 230.md | 128 - Changed the name and calling sequence for SNESSetLineSearchCheck()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex21f90.F90 | 12 sequence
|
| /petsc/src/sys/yaml/src/ |
| H A D | yaml_private.h | 648 (node).data.sequence.items.start = (node_items_start), \ 649 (node).data.sequence.items.end = (node_items_end), \ 650 (node).data.sequence.items.top = (node_items_start), \ 651 (node).data.sequence.style = (node_style))
|
| H A D | loader.c | 308 if (!STACK_LIMIT(parser, parent->data.sequence.items, INT_MAX-1)) in yaml_parser_load_node_add() 310 if (!PUSH(parser, parent->data.sequence.items, index)) in yaml_parser_load_node_add()
|
| H A D | api.c | 383 STACK_DEL(&context, node.data.sequence.items); in yaml_document_delete()
|
| /petsc/src/dm/ftn-mod/ |
| H A D | petscdmmod.F90 | 10 sequence
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 533 } sequence; member
|
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 29 #define SEQ(node) ((node)->data.sequence.items)
|
123