Searched refs:tarray (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/tutorials/output/ |
| H A D | ex5f90_1.out | 6 tarray = FALSE FALSE FALSE; tarray help message 17 tarray = TRUE FALSE TRUE; tarray help message 28 tarray = TRUE FALSE TRUE; tarray help message
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9.c | 24 PetscScalar value, *array, *tarray = 0; in main() local 73 PetscCall(PetscMalloc1(nlocal + nghost, &tarray)); in main() 74 …PetscCall(VecCreateGhostWithArray(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, &… in main() 164 if (flg) PetscCall(PetscFree(tarray)); in main()
|
| H A D | ex14f.F90 | 22 PetscScalar value, tarray(20) 71 …eGhostBlockWithArray(PETSC_COMM_WORLD, bs, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, gxs, ierr))
|
| H A D | ex9f.F90 | 22 PetscScalar value, tarray(20) 69 …(VecCreateGhostWithArray(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, gxs, ierr))
|
| /petsc/src/sys/tutorials/ |
| H A D | ex5f90.F90 | 21 PetscBool :: tarray(3) 74 …PetscCallA(PetscBagRegisterBoolArray(bag, data%tarray, three, 'tarray', 'tarray help message', ier… 92 data%tarray = (/PETSC_TRUE, PETSC_FALSE, PETSC_TRUE/)
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 89 PetscScalar *tarray; /* buffer for storing all temporary products A[i][j] B[j] */ member 161 PetscCall(PetscFree(contents->tarray)); in MatNest_DenseDestroy() 219 PetscCall(PetscMalloc1(maxm * N, &contents->tarray)); in MatProductSymbolic_Nest_Dense() 241 PetscCall(MatSeqDenseSetPreallocation(workC, contents->tarray)); in MatProductSymbolic_Nest_Dense() 242 PetscCall(MatMPIDenseSetPreallocation(workC, contents->tarray)); in MatProductSymbolic_Nest_Dense()
|