Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 168) sorted by relevance

1234567

/petsc/src/dm/impls/plex/
H A Dplexpoint.c23 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 Dapi.c52 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 Dloader.c43 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 Dnetworkmonitor.c119 …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 Dyaml.h367 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 DpipeImpls.c14 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 Dex2.c12 PetscInt i, n, start, stride; in main() local
H A Dex12.c23 PetscInt *idx, i, n, start, end; in main() local
/petsc/src/dm/impls/stag/tests/
H A Dex5.c24 PetscInt start, n, e, nExtra; in main() local
114 PetscInt start, n, nExtra, ex, idxP, idxU, startGhost, nGhost; in ApplyOperator() local
H A Dex53.c8 PetscInt dim, start, end, i; in main() local
H A Dex40.c19 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 Dvinv.c27 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 Dex16.c15 PetscInt i, start, end, n = 20; in main() local
H A Dex21f90.F9042 subroutine F90Array1dCreateMyStruct(array, start, len, ptr) argument
/petsc/src/vec/is/ao/tests/
H A Dex2.c10 PetscInt n, *ispetsc, *isapp, start, N, i; in main() local
H A Dex5.c17 PetscInt start, end; in main() local
/petsc/src/vec/vec/tests/
H A Dex31.c9 PetscInt n, N, start; in main() local
H A Dex45.c21 PetscInt i, start, end, n = 8; in main() local
H A Dex33.c7 PetscInt n = 3, i, len, start, end; in main() local
/petsc/src/vec/ftn-mod/
H A Dpetscvecmod.F9014 subroutine F90Array1dCreateSFNode(array, start, len, ptr) argument
/petsc/src/vec/is/utils/
H A Disltog.h9 PetscInt i, nf = 0, tmp, start, end, bs; in ISGlobalToLocalMappingApply() local
/petsc/src/mat/tests/
H A Dex57.c18 PetscInt start = 0; in main() local
H A Dex52.c8 PetscInt m = 2, bs = 1, M, row, col, start, end, i, j, k; in main() local
/petsc/src/vec/is/sf/tests/
H A Dex15.c13 PetscInt i, n, *ix, *iy, *tomap, start; in main() local
/petsc/src/dm/impls/da/
H A Ddagtona.c76 PetscInt M, m = dd->Nlocal, start; in DMDANaturalAllToGlobalCreate() local

1234567