Home
last modified time | relevance | path

Searched refs:tarray (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/tutorials/output/
H A Dex5f90_1.out6 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 Dex9.c24 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 Dex14f.F9022 PetscScalar value, tarray(20)
71 …eGhostBlockWithArray(PETSC_COMM_WORLD, bs, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, gxs, ierr))
H A Dex9f.F9022 PetscScalar value, tarray(20)
69 …(VecCreateGhostWithArray(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, gxs, ierr))
/petsc/src/sys/tutorials/
H A Dex5f90.F9021 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 Dmatnest.c89 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()