Home
last modified time | relevance | path

Searched refs:PetscSFCreateSectionSF (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex14.c60 PetscCall(PetscSFCreateSectionSF(pointSF, section, remoteOffsets, section, &sectionSF)); in main()
H A Dex14f90.F9058 PetscCallA(PetscSFCreateSectionSF(pointSF, section, remoteOffsets, section, sectionSF, ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi40 PetscErrorCode PetscSFCreateSectionSF(PetscSF, PetscSection, PetscInt*, PetscSection, PetscSF*)
H A DSF.pyx366 petsc.PetscSFCreateSectionSF
374 CHKERR(PetscSFCreateSectionSF(self.sf, rootSection.sec, cremoteOffsets,
/petsc/src/dm/impls/plex/
H A Dplexnatural.c149 PetscCall(PetscSFCreateSectionSF(sfEmbed, section, remoteOffsets, gLocSection, &sfField)); in DMPlexCreateGlobalToNaturalSF()
258 …PetscCall(PetscSFCreateSectionSF(sfMigration, oldGlobalSection, remoteOffsets, newGlobalSection, &… in DMPlexMigrateGlobalToNaturalSF()
H A Dplexpreallocate.c422 PetscCall(PetscSFCreateSectionSF(sfDof, rootSectionAdj, remoteOffsets, leafSectionAdj, &sfAdj)); in DMPlexCreateAdjacencySection_Static()
866 PetscCall(PetscSFCreateSectionSF(sf, section, remoteOffsets, section, &sfDof)); in DMPlexPreallocateOperator()
H A Dplexdistribute.c1021 PetscCall(PetscSFCreateSectionSF(pointSF, originalSection, remoteOffsets, newSection, &fieldSF)); in DMPlexDistributeField()
1120 …PetscCall(PetscSFCreateSectionSF(migrationSF, originalConeSection, remoteOffsets, newConeSection, … in DMPlexDistributeCones()
1355 …PetscCall(PetscSFCreateSectionSF(migrationSF, origParentSection, remoteOffsetsParents, newParentSe… in DMPlexDistributeSetupTree()
H A Dplexinterpolate.c1277 …PetscCall(PetscSFCreateSectionSF(sfInverse, candidateSection, remoteOffsets, candidateRemoteSectio… in DMPlexInterpolatePointSF()
1421 …PetscCall(PetscSFCreateSectionSF(sfMulti, candidateRemoteSection, remoteOffsets, claimSection, &sf… in DMPlexInterpolatePointSF()
H A Dplextree.c2466 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootIndicesSec, remoteOffsetsIndices, leafI… in DMPlexComputeInterpolatorTree()
2467 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootMatricesSec, remoteOffsetsMatrices, lea… in DMPlexComputeInterpolatorTree()
3483 …PetscCall(PetscSFCreateSectionSF(multiInv, leafIndicesSec, remoteOffsets, rootIndicesSec, &indices… in DMPlexTransferInjectorTree()
3931 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootValuesSec, remoteOffsetsValues, leafVal… in DMPlexTransferVecTree_Interpolate()
/petsc/include/
H A Dpetscsf.h165 PETSC_EXTERN PetscErrorCode PetscSFCreateSectionSF(PetscSF, PetscSection, PetscInt[], PetscSection,…
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c347 PetscCall(PetscSFCreateSectionSF(embedSF, rootSection->bc, rOffBc, leafSection->bc, &bcSF)); in PetscSFDistributeSection()
356 …PetscCall(PetscSFCreateSectionSF(embedSF, rootSection->field[f]->bc, rOffBc, leafSection->field[f]… in PetscSFDistributeSection()
445 PetscErrorCode PetscSFCreateSectionSF(PetscSF sf, PetscSection rootSection, PetscInt remoteOffsets[… in PetscSFCreateSectionSF() function
/petsc/src/dm/label/
H A Ddmlabel.c1953 PetscCall(PetscSFCreateSectionSF(sf, rootSection, remoteOffsets, *leafSection, &labelSF)); in DMLabelDistribute_Internal()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2050 PetscCall(PetscSFCreateSectionSF(sf, s, remoteOffsets, s, &rsf)); in DMPlexTransformCreateSF()
/petsc/src/vec/is/section/interface/
H A Dsection.c4121 …PetscCall(PetscSFCreateSectionSF(migratePointSF, rootSection, remoteOffsets, leafSection, &fieldSF… in PetscSectionMigrateData()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4650 PetscCall(PetscSFCreateSectionSF(basetocoarse, secIn, remoteOffsets, secOut, &transferSF)); in DMForestTransferVecFromBase_pforest()