Searched refs:dim1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2617 PetscInt dim1, Nc1, Np1, order1, qa, d1; in PetscDTTensorQuadratureCreate() local 2629 PetscCall(PetscQuadratureGetData(q1, &dim1, &Nc1, &Np1, &x1, &w1)); in PetscDTTensorQuadratureCreate() 2762 dim = dim1 + dim2; in PetscDTTensorQuadratureCreate() 2773 for (d1 = 0, d = 0; d1 < dim1; ++d1, ++d) x[qc * dim + d] = x1[qa * dim1 + d1]; in PetscDTTensorQuadratureCreate()
|