Searched refs:refPointFieldMats (Results 1 – 1 of 1) sorted by relevance
1392 PetscScalar ***refPointFieldMats; in DMPlexReferenceTreeGetChildrenMatrices() local1408 PetscCall(PetscMalloc1(pRefEnd - pRefStart, &refPointFieldMats)); in DMPlexReferenceTreeGetChildrenMatrices()1421 PetscCall(PetscMalloc1(maxFields, &refPointFieldMats[p - pRefStart])); in DMPlexReferenceTreeGetChildrenMatrices()1455 PetscCall(PetscMalloc1(cDof * numCols, &refPointFieldMats[p - pRefStart][f])); in DMPlexReferenceTreeGetChildrenMatrices()1456 … PetscCall(MatGetValues(refCmat, cDof, rows, numCols, cols, refPointFieldMats[p - pRefStart][f])); in DMPlexReferenceTreeGetChildrenMatrices()1475 …for (j = 0; j < aDof; j++) refPointFieldMats[p - pRefStart][f][k * numCols + colOff + j] *= flip[j… in DMPlexReferenceTreeGetChildrenMatrices()1489 *childrenMats = refPointFieldMats; in DMPlexReferenceTreeGetChildrenMatrices()1501 PetscScalar ***refPointFieldMats; in DMPlexReferenceTreeRestoreChildrenMatrices() local1508 refPointFieldMats = *childrenMats; in DMPlexReferenceTreeRestoreChildrenMatrices()1531 PetscCall(PetscFree(refPointFieldMats[p - pRefStart][f])); in DMPlexReferenceTreeRestoreChildrenMatrices()[all …]