| /petsc/src/ts/tutorials/output/ |
| H A D | ex49_1.out | 2 type: seq 6 type: seq 10 type: seq 14 type: seq 18 type: seq 22 type: seq 26 type: seq 30 type: seq 34 type: seq 38 type: seq [all …]
|
| /petsc/src/vec/vec/tests/output/ |
| H A D | ex41_1.out | 4 type: nest 6 (0) : type=mpi, rows=4 8 type: mpi 14 (1) : type=mpi, rows=4 16 type: mpi 24 type: nest 26 (0) : type=mpi, rows=4 28 type: mpi 34 (1) : type=mpi, rows=4 36 type: mpi [all …]
|
| /petsc/src/mat/tests/output/ |
| H A D | ex202_1.out | 2 type: nest 4 (0,0) : type=seqdense, rows=2, cols=3 5 (0,1) : type=seqdense, rows=2, cols=2 6 (0,2) : type=seqdense, rows=2, cols=4 7 (1,0) : type=seqdense, rows=3, cols=3 8 (1,1) : type=seqdense, rows=3, cols=2 9 (1,2) : type=seqdense, rows=3, cols=4 11 type: seqdense 15 type: seqdense 19 type: seqdense [all …]
|
| H A D | ex88_1.out | 2 Matrix of type: shell 4 type: seqdense 9 type: seq 14 type: seq 19 type: seq 23 type: seq 28 type: seq 32 type: seq 37 type: seq 41 type: seq [all …]
|
| H A D | ex212_1.out | 2 type: nest 4 (0,0) : type=seqaij, rows=2, cols=1 5 (0,1) : type=seqaij, rows=2, cols=3 6 (0,2) : type=seqaij, rows=2, cols=1 8 (1,1) : type=seqaij, rows=2, cols=3 9 (1,2) : type=seqaij, rows=2, cols=1 11 type: stride 16 type: nest 18 (0,0) : type=seqaij, rows=2, cols=1 19 (0,1) : type=seqaij, rows=2, cols=3 [all …]
|
| /petsc/src/dm/dt/tests/output/ |
| H A D | ex4_0.out | 2 type: general 7 type: seq 11 type: general 16 type: seq 20 type: general 26 type: seq 31 type: general 37 type: seq 42 type: general 49 type: seq [all …]
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex1_2_sol.out | 1 % type: seq 6 type: seq 10 type: seq 14 type: seq 18 type: seq 22 type: seq 26 type: seq 30 % type: seq 34 % type: seq 38 % type: seq [all …]
|
| H A D | ex12_3d_p1_neumann_0.out | 2 type: plex 16 type: seq 27 type: seq 39 type: seq 50 type: seq 61 type: seq 73 type: seq 84 type: seq 95 type: seq 106 type: seq [all …]
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex5_mat_type-lmvmsymbroyden.out | 2 type: mat 6 type: lmvmsymbroyden 15 type: diagonal 18 type: seq 20 Rescale type: diagonal 25 type: lmvmsymbroyden 33 type: diagonal 36 type: seq 38 Rescale type: diagonal 43 type: lmvmsymbroyden [all …]
|
| H A D | ex5_mat_type-lmvmdfp.out | 2 type: mat 6 type: lmvmdfp 15 type: diagonal 18 type: seq 19 Rescale type: diagonal 24 type: lmvmdfp 32 type: diagonal 35 type: seq 36 Rescale type: diagonal 41 type: lmvmdfp [all …]
|
| H A D | ex5_mat_type-lmvmbfgs.out | 2 type: mat 6 type: lmvmbfgs 15 type: diagonal 18 type: seq 19 Rescale type: diagonal 24 type: lmvmbfgs 32 type: diagonal 35 type: seq 36 Rescale type: diagonal 41 type: lmvmbfgs [all …]
|
| H A D | ex5_mat_type-lmvmdiagbroyden.out | 2 type: mat 6 type: lmvmdiagbroyden 15 type: diagonal 18 type: seq 19 Rescale type: diagonal 24 type: lmvmdiagbroyden 32 type: diagonal 35 type: seq 36 Rescale type: diagonal 41 type: lmvmdiagbroyden [all …]
|
| H A D | ex71f_1.out | 3 type: general 22 type: general 41 type: general 60 type: general 79 type: general 98 type: general 117 type: general 136 type: general 155 type: general 174 type: general [all …]
|
| /petsc/src/sys/fileio/ftn-custom/ |
| H A D | zsysiof.c | 48 PETSC_EXTERN void petscbinarywriteint_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ier… in petscbinarywriteint_() argument 50 *ierr = PetscBinaryWrite(*fd, p, *n, *type); in petscbinarywriteint_() 53 PETSC_EXTERN void petscbinarywritereal_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ie… in petscbinarywritereal_() argument 55 *ierr = PetscBinaryWrite(*fd, p, *n, *type); in petscbinarywritereal_() 58 PETSC_EXTERN void petscbinarywritecomplex_(int *fd, void *p, PetscInt *n, PetscDataType *type, int … in petscbinarywritecomplex_() argument 60 *ierr = PetscBinaryWrite(*fd, p, *n, *type); in petscbinarywritecomplex_() 63 PETSC_EXTERN void petscbinarywriteint1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ie… in petscbinarywriteint1_() argument 65 *ierr = PetscBinaryWrite(*fd, p, *n, *type); in petscbinarywriteint1_() 68 PETSC_EXTERN void petscbinarywritereal1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *i… in petscbinarywritereal1_() argument 70 *ierr = PetscBinaryWrite(*fd, p, *n, *type); in petscbinarywritereal1_() [all …]
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex81a_1.out | 3 type: gmres 9 using PRECONDITIONED norm type for convergence test 11 type: fieldsplit 16 type: preonly 22 type: jacobi 23 type DIAGONAL 26 type: nest 29 (0,0) : type=mpiaij, rows=3, cols=3 32 (1,1) : type=mpisbaij, rows=6, cols=6 35 type: preonly [all …]
|
| /petsc/src/sys/objects/device/tests/output/ |
| H A D | ex6_root_device_context_stream_type-default_hip.out | 2 type not yet set 3 stream type: default 6 type: hip 9 type not yet set 10 stream type: default 13 type: hip 16 type not yet set 17 stream type: default 20 type: hip 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-null_host_no_device.out | 2 type not yet set 3 stream type: default 6 type: host 9 type not yet set 10 stream type: default 13 type: host 16 type not yet set 17 stream type: default 20 type: host 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-null_hip.out | 2 type not yet set 3 stream type: default 6 type: hip 9 type not yet set 10 stream type: default 13 type: hip 16 type not yet set 17 stream type: default 20 type: hip 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-default_host_with_device.out | 2 type not yet set 3 stream type: default 6 type: host 9 type not yet set 10 stream type: default 13 type: host 16 type not yet set 17 stream type: default 20 type: host 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-nonblocking_cuda.out | 2 type not yet set 3 stream type: nonblocking 6 type: cuda 9 type not yet set 10 stream type: nonblocking 13 type: cuda 16 type not yet set 17 stream type: nonblocking 20 type: cuda 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-null_sycl.out | 2 type not yet set 3 stream type: default 6 type: sycl 9 type not yet set 10 stream type: default 13 type: sycl 16 type not yet set 17 stream type: default 20 type: sycl 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-default_sycl.out | 2 type not yet set 3 stream type: default 6 type: sycl 9 type not yet set 10 stream type: default 13 type: sycl 16 type not yet set 17 stream type: default 20 type: sycl 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-default_with_barrier_hip.out | 2 type not yet set 3 stream type: default_with_barrier 6 type: hip 9 type not yet set 10 stream type: default_with_barrier 13 type: hip 16 type not yet set 17 stream type: default_with_barrier 20 type: hip 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-default_with_barrier_host_no_device.out | 2 type not yet set 3 stream type: default_with_barrier 6 type: host 9 type not yet set 10 stream type: default_with_barrier 13 type: host 16 type not yet set 17 stream type: default_with_barrier 20 type: host 23 type not yet set [all …]
|
| H A D | ex6_root_device_context_stream_type-null_cuda.out | 2 type not yet set 3 stream type: default 6 type: cuda 9 type not yet set 10 stream type: default 13 type: cuda 16 type not yet set 17 stream type: default 20 type: cuda 23 type not yet set [all …]
|