| /petsc/src/dm/impls/plex/ |
| H A D | plexpoint.c | 23 PetscErrorCode DMPlexGetPointLocal(DM dm, PetscInt point, PetscInt *start, PetscInt *end) in DMPlexGetPointLocal() argument 30 if (end) PetscAssertPointer(end, 4); in DMPlexGetPointLocal() 33 if (end) *end = e; in DMPlexGetPointLocal() 64 PetscInt start, end; in DMPlexPointLocalRead() local 70 PetscCall(DMGetLocalOffset_Private(dm, point, &start, &end)); in DMPlexPointLocalRead() 71 *(const PetscScalar **)ptr = (start < end) ? array + start : NULL; in DMPlexPointLocalRead() 102 PetscInt start, end; in DMPlexPointLocalRef() local 108 PetscCall(DMGetLocalOffset_Private(dm, point, &start, &end)); in DMPlexPointLocalRef() 109 *(PetscScalar **)ptr = (start < end) ? array + start : NULL; in DMPlexPointLocalRef() 134 …ode DMPlexGetPointLocalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, PetscInt *end) in DMPlexGetPointLocalField() argument [all …]
|
| /petsc/src/sys/tests/output/ |
| H A D | ex30_2.out | 4 [0] 0.301448 Event end: Event3 5 [0] 0.301505 Event end: Event2 6 [0] 0.301514 Event end: Event1 10 [0] 0.703037 Event end: Event3 11 [0] 0.703077 Event end: Event2 12 [0] 0.703086 Event end: Event1 16 [0] 1.10405 Event end: Event3 17 [0] 1.1041 Event end: Event2 18 [0] 1.10411 Event end: Event1 22 [0] 1.50487 Event end: Event3 [all …]
|
| /petsc/src/mat/ftn-mod/ |
| H A D | petscmat.h90 | 9 end subroutine 19 end subroutine 20 end interface 34 end subroutine 41 end subroutine 42 end interface MatDenseGetArray 51 end subroutine 58 end subroutine 59 end interface MatDenseRestoreArray 68 end subroutine [all …]
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryRead.m | 38 end 39 end 40 end 52 end 56 end 60 end 64 end 65 end 71 end 78 end [all …]
|
| H A D | PetscBinaryWrite.m | 23 end 26 end 27 end 37 end 41 end 45 end 46 end 54 end 62 end 76 end [all …]
|
| H A D | PetscReadBinaryTrajectory.m | 19 end 20 end 37 end 39 end 47 end 54 end 61 end 67 end 70 end 77 end [all …]
|
| H A D | laplacian.m | 99 end 104 end 111 end 115 end 123 end 127 end 145 end 150 end 158 end 160 end [all …]
|
| H A D | PetscBagRead.m | 41 end 48 end 51 end 63 end 73 n = str2num(lin(ni+length(nametag):end)); 75 h = str2num(lin(nh+length(helptag):end)); 76 end 77 if (n>0 & h>0) break; end; 78 end 82 end [all …]
|
| H A D | PetscReadBinaryMatlab.m | 16 end 20 end 26 str = str(1+matlabHeaderLen:end); 35 end 38 end 40 end
|
| /petsc/src/dm/ftn-mod/ |
| H A D | petscdmda.h90 | 8 end subroutine 16 end subroutine 17 end interface 32 end subroutine 40 end subroutine 48 end subroutine 56 end subroutine 57 end interface DMDAVecGetArray 67 end subroutine 75 end subroutine [all …]
|
| H A D | petscdmcomposite.h90 | 8 end subroutine 16 end subroutine 17 end interface 31 end subroutine 38 end subroutine 45 end subroutine 52 end subroutine 53 end interface DMCompositeGetEntries
|
| /petsc/src/sys/ftn-mod/ |
| H A D | petscsys.h90 | 8 end subroutine 16 end subroutine 24 end subroutine 31 end subroutine 36 end subroutine 41 end subroutine 49 end subroutine 55 end subroutine 61 end subroutine 67 end subroutine [all …]
|
| H A D | petscviewer.h90 | 8 end subroutine 18 end subroutine 26 end subroutine 34 end subroutine 42 end subroutine 44 end interface 62 end subroutine 70 end subroutine 79 end subroutine 81 end interface PetscViewerBinaryWrite [all …]
|
| /petsc/src/sys/yaml/src/ |
| H A D | api.c | 53 yaml_char_t **pointer, yaml_char_t **end) in yaml_string_extend() argument 55 yaml_char_t *new_start = (yaml_char_t *)yaml_realloc((void*)*start, (*end - *start)*2); in yaml_string_extend() 59 memset(new_start + (*end - *start), 0, *end - *start); in yaml_string_extend() 62 *end = new_start + (*end - *start)*2; in yaml_string_extend() 97 yaml_stack_extend(void **start, void **top, void **end) in yaml_stack_extend() argument 101 if ((char *)*end - (char *)*start >= INT_MAX / 2) in yaml_stack_extend() 104 new_start = yaml_realloc(*start, ((char *)*end - (char *)*start)*2); in yaml_stack_extend() 109 *end = (char *)new_start + ((char *)*end - (char *)*start)*2; in yaml_stack_extend() 120 yaml_queue_extend(void **start, void **head, void **tail, void **end) in yaml_queue_extend() argument 124 if (*start == *head && *tail == *end) { in yaml_queue_extend() [all …]
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | dfovec.m | 75 end 81 end 82 end 86 end 89 end 93 end 96 end 108 end 128 end 130 end [all …]
|
| H A D | perf_profile.m | 34 end 35 end 51 end 52 end 53 end 59 if (nargin < 3); logplot = 0; end 77 xs = xs(vv:end); ys = ys(vv:end); 78 end 86 end 88 end [all …]
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex7.m | 11 for i=1:l-80-1; A{1,i} = AA{i+79}; end; 14 for i=1:l; A{i} = reshape(A{i},n,n); end 18 for j=1:n; A{i}(:,j) = min(A{i}(:,j)); end 19 for j=1:n; B{i}(:,j) = B{i}(:,j) - min(B{i}(:,j)); end 20 end 25 end 28 for i=1:l-1; a(i) = max(max(A{i+1}))/max(max(A{i})); end 30 for i=1:l-1; b(i) = max(max(B{i+1}))/max(max(B{i})); end
|
| /petsc/src/dm/tests/output/ |
| H A D | ex43_1.out | 8 end rank 0 portion 14 end rank 1 portion 23 end rank 0 portion 29 end rank 1 portion 38 end rank 0 portion 44 end rank 1 portion
|
| /petsc/src/mat/utils/ |
| H A D | pheap.c | 10 PetscInt end; /* one past the last item */ member 49 right = PetscMin(left + ARITY - 1, h->end - 1); in MinChild() 69 h->end = 1; in PetscHeapCreate() 84 if (1 < h->end && h->end < ARITY) h->end = ARITY; in PetscHeapAdd() 85 loc = h->end++; in PetscHeapAdd() 86 …PetscCheck(h->end <= h->stash, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Addition would exceed a… in PetscHeapAdd() 103 if (h->end == 1) { in PetscHeapPop() 113 loc = --h->end; in PetscHeapPop() 114 if (h->end == ARITY) h->end = 2; /* Skip over hole */ in PetscHeapPop() 130 if (h->end == 1) { in PetscHeapPeek() [all …]
|
| /petsc/src/ts/tutorials/output/ |
| H A D | fig.tex.out | 16 \item[]}{\end{list}} 27 \end{tikzpicture} 28 \end{center} 29 \end{changemargin} 30 \end{frame} 31 \end{document}
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 369 yaml_tag_directive_t *end; member 527 yaml_node_item_t *end; member 542 yaml_node_pair_t *end; member 567 yaml_node_t *end; member 580 yaml_tag_directive_t *end; member 820 const unsigned char *end; member 837 yaml_char_t *end; member 852 unsigned char *end; member 891 yaml_token_t *end; member 909 int *end; member [all …]
|
| /petsc/src/dm/impls/plex/tutorials/output/ |
| H A D | ex11_tetrahedron.out | 20 \end{tikzpicture} 21 \end{document} 41 \end{tikzpicture} 42 \end{document} 62 \end{tikzpicture} 63 \end{document} 83 \end{tikzpicture} 84 \end{document} 104 \end{tikzpicture} 105 \end{document} [all …]
|
| H A D | ex11_triangle.out | 19 \end{tikzpicture} 20 \end{document} 39 \end{tikzpicture} 40 \end{document} 59 \end{tikzpicture} 60 \end{document} 79 \end{tikzpicture} 80 \end{document} 99 \end{tikzpicture} 100 \end{document} [all …]
|
| /petsc/src/mat/graphops/color/impls/natural/ |
| H A D | natural.c | 6 PetscInt start, end, i, bs = 1, n; in MatColoringApply_Natural() local 31 PetscCall(MatGetOwnershipRange(mat_seq, &start, &end)); in MatColoringApply_Natural() 36 end = end / bs; in MatColoringApply_Natural() 37 PetscCall(PetscMalloc1(end - start + 1, &colors)); in MatColoringApply_Natural() 38 for (i = start; i < end; i++) colors[i - start] = (ISColoringValue)i; in MatColoringApply_Natural() 39 PetscCall(ISColoringCreate(comm, n, end - start, colors, PETSC_OWN_POINTER, iscoloring)); in MatColoringApply_Natural()
|
| /petsc/src/ksp/ftn-mod/ |
| H A D | petscksp.h90 | 9 end subroutine 18 end subroutine 27 end subroutine 36 end subroutine 45 end subroutine 54 end subroutine 55 end interface
|