| /petsc/src/dm/impls/plex/ |
| H A D | plexpoint.c | 23 PetscErrorCode DMPlexGetPointLocal(DM dm, PetscInt point, PetscInt *start, PetscInt *end) in DMPlexGetPointLocal() 64 PetscInt start, end; in DMPlexPointLocalRead() local 102 PetscInt start, end; in DMPlexPointLocalRef() local 134 PetscErrorCode DMPlexGetPointLocalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, Pet… in DMPlexGetPointLocalField() 168 PetscInt start, end; in DMPlexPointLocalFieldRead() local 199 PetscInt start, end; in DMPlexPointLocalFieldRef() local 230 PetscErrorCode DMPlexGetPointGlobal(DM dm, PetscInt point, PetscInt *start, PetscInt *end) in DMPlexGetPointGlobal() 271 PetscInt start, end; in DMPlexPointGlobalRead() local 309 PetscInt start, end; in DMPlexPointGlobalRef() local 341 PetscErrorCode DMPlexGetPointGlobalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, Pe… in DMPlexGetPointGlobalField() [all …]
|
| /petsc/src/sys/yaml/src/ |
| H A D | api.c | 52 yaml_string_extend(yaml_char_t **start, in yaml_string_extend() 97 yaml_stack_extend(void **start, void **top, void **end) in yaml_stack_extend() 120 yaml_queue_extend(void **start, void **head, void **tail, void **end) in yaml_queue_extend()
|
| H A D | loader.c | 43 int *start; member 413 yaml_node_item_t *start; in yaml_parser_load_sequence() member 481 yaml_node_pair_t *start; in yaml_parser_load_mapping() member
|
| /petsc/src/dm/impls/network/ |
| H A D | networkmonitor.c | 119 …Monitor monitor, const char *name, PetscInt element, PetscInt nodes, PetscInt start, PetscInt bloc… in DMNetworkMonitorAdd() 184 PetscInt varoffset, i, start; in DMNetworkMonitorView() local
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 367 yaml_tag_directive_t *start; member 525 yaml_node_item_t *start; member 540 yaml_node_pair_t *start; member 565 yaml_node_t *start; member 578 yaml_tag_directive_t *start; member 818 const unsigned char *start; member 835 yaml_char_t *start; member 850 unsigned char *start; member 889 yaml_token_t *start; member 907 int *start; member [all …]
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipeImpls.c | 14 PetscInt i, start, n; in PipeComputeSteadyState() local 62 PetscInt i, start, n, ilast; in PipeIFunctionLocal_Lax() local
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex2.c | 12 PetscInt i, n, start, stride; in main() local
|
| H A D | ex12.c | 23 PetscInt *idx, i, n, start, end; in main() local
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex5.c | 24 PetscInt start, n, e, nExtra; in main() local 114 PetscInt start, n, nExtra, ex, idxP, idxU, startGhost, nGhost; in ApplyOperator() local
|
| H A D | ex53.c | 8 PetscInt dim, start, end, i; in main() local
|
| H A D | ex40.c | 19 PetscInt start, n, n_extra, N, dof[2]; in FormFunction1DNoCoupling() local 65 PetscInt start, n, n_extra, N, dof[2]; in FormJacobian1DNoCoupling() local 115 PetscInt dim, stencil_width, start, n, n_extra, N, dof[2]; in FormFunction1D() local 232 PetscInt dim, stencil_width, start, n, n_extra, N, dof[2]; in FormJacobian1D() local 346 PetscInt start[2], n[2], n_extra[2], N[2], dof[3]; in FormFunction2DNoCoupling() local 424 PetscInt start[2], n[2], n_extra[2], N[2], dof[3]; in FormJacobian2DNoCoupling() local 504 PetscInt start[2], n[2], n_extra[2], N[2], dof[3]; in FormFunction2D() local 668 PetscInt start[2], n[2], n_extra[2], N[2], dof[3]; in FormJacobian2D() local 830 PetscInt start[3], n[3], n_extra[3], N[3], dof[4]; in FormFunction3DNoCoupling() local 974 PetscInt start[3], n[3], n_extra[3], N[3], dof[4]; in FormJacobian3DNoCoupling() local [all …]
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 27 PetscErrorCode VecStrideSet(Vec v, PetscInt start, PetscScalar s) in VecStrideSet() 66 PetscErrorCode VecStrideScale(Vec v, PetscInt start, PetscScalar scale) in VecStrideScale() 115 PetscErrorCode VecStrideNorm(Vec v, PetscInt start, NormType ntype, PetscReal *nrm) in VecStrideNorm() 181 PetscErrorCode VecStrideMax(Vec v, PetscInt start, PetscInt *idex, PetscReal *nrm) in VecStrideMax() 256 PetscErrorCode VecStrideMin(Vec v, PetscInt start, PetscInt *idex, PetscReal *nrm) in VecStrideMin() 326 PetscErrorCode VecStrideSum(Vec v, PetscInt start, PetscScalar *sum) in VecStrideSum() 860 PetscErrorCode VecStrideGather(Vec v, PetscInt start, Vec s, InsertMode addv) in VecStrideGather() 900 PetscErrorCode VecStrideScatter(Vec s, PetscInt start, Vec v, InsertMode addv) in VecStrideScatter() 990 PetscErrorCode VecStrideGather_Default(Vec v, PetscInt start, Vec s, InsertMode addv) in VecStrideGather_Default() 1022 PetscErrorCode VecStrideScatter_Default(Vec s, PetscInt start, Vec v, InsertMode addv) in VecStrideScatter_Default()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex16.c | 15 PetscInt i, start, end, n = 20; in main() local
|
| H A D | ex21f90.F90 | 42 subroutine F90Array1dCreateMyStruct(array, start, len, ptr) argument
|
| /petsc/src/vec/is/ao/tests/ |
| H A D | ex2.c | 10 PetscInt n, *ispetsc, *isapp, start, N, i; in main() local
|
| H A D | ex5.c | 17 PetscInt start, end; in main() local
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex31.c | 9 PetscInt n, N, start; in main() local
|
| H A D | ex45.c | 21 PetscInt i, start, end, n = 8; in main() local
|
| H A D | ex33.c | 7 PetscInt n = 3, i, len, start, end; in main() local
|
| /petsc/src/vec/ftn-mod/ |
| H A D | petscvecmod.F90 | 14 subroutine F90Array1dCreateSFNode(array, start, len, ptr) argument
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.h | 9 PetscInt i, nf = 0, tmp, start, end, bs; in ISGlobalToLocalMappingApply() local
|
| /petsc/src/mat/tests/ |
| H A D | ex57.c | 18 PetscInt start = 0; in main() local
|
| H A D | ex52.c | 8 PetscInt m = 2, bs = 1, M, row, col, start, end, i, j, k; in main() local
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex15.c | 13 PetscInt i, n, *ix, *iy, *tomap, start; in main() local
|
| /petsc/src/dm/impls/da/ |
| H A D | dagtona.c | 76 PetscInt M, m = dd->Nlocal, start; in DMDANaturalAllToGlobalCreate() local
|