Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2414 DMLabel subpointMap, hlabel, slabel = NULL; in DMPlexCreateHybridMesh() local
2429 PetscCall(DMPlexGetSubpointMap(idm, &subpointMap)); in DMPlexCreateHybridMesh()
2430 PetscCall(DMLabelDuplicate(subpointMap, &hlabel)); in DMPlexCreateHybridMesh()
2466 …esh_Uninterpolated(DM dm, DMLabel vertexLabel, PetscInt value, DMLabel subpointMap, PetscInt *numF… in DMPlexMarkSubmesh_Uninterpolated() argument
2503 PetscCall(DMLabelGetValue(subpointMap, cell, &cellLoc)); in DMPlexMarkSubmesh_Uninterpolated()
2524 for (cl = 0; cl < faceSize; ++cl) PetscCall(DMLabelSetValue(subpointMap, closure[cl], 0)); in DMPlexMarkSubmesh_Uninterpolated()
2526 for (nc = 0; nc < numCells; ++nc) PetscCall(DMLabelSetValue(subpointMap, cells[nc], 2)); in DMPlexMarkSubmesh_Uninterpolated()
2539 …texLabel, PetscInt value, PetscBool markedFaces, PetscBool addCells, DMLabel subpointMap, DM subdm) in DMPlexMarkSubmesh_Interpolated() argument
2582 PetscCall(DMLabelGetValue(subpointMap, face, &faceLoc)); in DMPlexMarkSubmesh_Interpolated()
2604 PetscCall(DMLabelSetValue(subpointMap, point, d)); in DMPlexMarkSubmesh_Interpolated()
[all …]
H A Dplexreorder.c288 … if (plex->subpointMap) PetscCall(DMLabelPermute(plex->subpointMap, perm, &plexNew->subpointMap)); in DMPlexPermute()
H A Dplex.c2858 PetscCall(DMLabelDestroy(&mesh->subpointMap)); in DMDestroy_Plex()
/petsc/include/petsc/private/
H A Ddmpleximpl.h175 …DMLabel subpointMap; /* Label each original mesh point in the submesh with its depth, s… member
/petsc/src/vec/is/section/interface/
H A Dsection.c2452 PetscErrorCode PetscSectionCreateSubdomainSection(PetscSection s, IS subpointMap, PetscSection *sub… in PetscSectionCreateSubdomainSection() argument
2455 PetscCall(PetscSectionCreateSubplexSection_Private(s, subpointMap, PETSC_FALSE, subs)); in PetscSectionCreateSubdomainSection()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4500 DMLabel subpointMap; in DMForestTransferVecFromBase_pforest() local
4599 PetscCall(DMGetLabel(dmIn, "_forest_base_subpoint_map", &subpointMap)); in DMForestTransferVecFromBase_pforest()
4600 …PetscCheck(subpointMap, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Missing _forest_base_subpoint_map label"… in DMForestTransferVecFromBase_pforest()
4640 PetscCall(DMLabelGetValue(subpointMap, leaf, &index)); in DMForestTransferVecFromBase_pforest()