Home
last modified time | relevance | path

Searched refs:Z1 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/tutorials/output/
H A Dex1_re.out6 [0] <vec:seq> adaptToleranceFEM(): 0) Refine phase: Z1
7 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
8 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
9 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
10 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
11 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
12 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
13 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
14 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
15 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
[all …]
/petsc/src/mat/tutorials/
H A Dex2.c14 Vec X, X1, X2, Y, Z, Z1, Z2; in main() local
95 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, size1, z, &Z1)); in main()
103 PetscCall(MatMult(A11, X1, Z1)); in main()
104 PetscCall(MatMultAdd(A12, X2, Z1, Z1)); in main()
133 PetscCall(MatMult(A11, X1, Z1)); in main()
134 PetscCall(MatMultAdd(A12, X2, Z1, Z1)); in main()
145 PetscCall(MatMultTranspose(A11, X1, Z1)); in main()
146 PetscCall(MatMultTransposeAdd(A21, X2, Z1, Z1)); in main()
169 PetscCall(VecDestroy(&Z1)); in main()