Searched refs:nIntFacets (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 2281 PetscInt nIntFacets; in PCPatchPrecomputePatchTensors_Private() local 2294 PetscCall(PetscSectionGetDof(patch->intFacetCounts, i, &nIntFacets)); in PCPatchPrecomputePatchTensors_Private() 2296 if (nIntFacets <= 0) continue; in PCPatchPrecomputePatchTensors_Private() 2297 … for (j = 0; j < nIntFacets; j++) PetscCall(PetscHSetIAdd(facets, intFacetsArray[offset + j])); in PCPatchPrecomputePatchTensors_Private() 2300 PetscCall(PetscHSetIGetSize(facets, &nIntFacets)); in PCPatchPrecomputePatchTensors_Private() 2301 PetscCall(PetscMalloc1(nIntFacets, &allIntFacets)); in PCPatchPrecomputePatchTensors_Private() 2312 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, nIntFacets, allIntFacets, PETSC_OWN_POINTER, &patch->al… in PCPatchPrecomputePatchTensors_Private() 2314 PetscCall(ISGetSize(patch->allIntFacets, &nIntFacets)); in PCPatchPrecomputePatchTensors_Private() 2316 PetscCall(VecCreateSeq(PETSC_COMM_SELF, nIntFacets * ndof * ndof * 4, &patch->intFacetMats)); in PCPatchPrecomputePatchTensors_Private() 2321 …Call(MatCreateShell(PETSC_COMM_SELF, nIntFacets * ndof * 2, nIntFacets * ndof * 2, nIntFacets * nd… in PCPatchPrecomputePatchTensors_Private() [all …]
|