| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex14.c | 60 PetscCall(PetscSFCreateSectionSF(pointSF, section, remoteOffsets, section, §ionSF)); in main()
|
| H A D | ex14f90.F90 | 58 PetscCallA(PetscSFCreateSectionSF(pointSF, section, remoteOffsets, section, sectionSF, ierr))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsf.pxi | 40 PetscErrorCode PetscSFCreateSectionSF(PetscSF, PetscSection, PetscInt*, PetscSection, PetscSF*)
|
| H A D | SF.pyx | 366 petsc.PetscSFCreateSectionSF 374 CHKERR(PetscSFCreateSectionSF(self.sf, rootSection.sec, cremoteOffsets,
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 149 PetscCall(PetscSFCreateSectionSF(sfEmbed, section, remoteOffsets, gLocSection, &sfField)); in DMPlexCreateGlobalToNaturalSF() 258 …PetscCall(PetscSFCreateSectionSF(sfMigration, oldGlobalSection, remoteOffsets, newGlobalSection, &… in DMPlexMigrateGlobalToNaturalSF()
|
| H A D | plexpreallocate.c | 422 PetscCall(PetscSFCreateSectionSF(sfDof, rootSectionAdj, remoteOffsets, leafSectionAdj, &sfAdj)); in DMPlexCreateAdjacencySection_Static() 866 PetscCall(PetscSFCreateSectionSF(sf, section, remoteOffsets, section, &sfDof)); in DMPlexPreallocateOperator()
|
| H A D | plexdistribute.c | 1021 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 D | plexinterpolate.c | 1277 …PetscCall(PetscSFCreateSectionSF(sfInverse, candidateSection, remoteOffsets, candidateRemoteSectio… in DMPlexInterpolatePointSF() 1421 …PetscCall(PetscSFCreateSectionSF(sfMulti, candidateRemoteSection, remoteOffsets, claimSection, &sf… in DMPlexInterpolatePointSF()
|
| H A D | plextree.c | 2466 …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 D | petscsf.h | 165 PETSC_EXTERN PetscErrorCode PetscSFCreateSectionSF(PetscSF, PetscSection, PetscInt[], PetscSection,…
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 347 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 D | dmlabel.c | 1953 PetscCall(PetscSFCreateSectionSF(sf, rootSection, remoteOffsets, *leafSection, &labelSF)); in DMLabelDistribute_Internal()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2050 PetscCall(PetscSFCreateSectionSF(sf, s, remoteOffsets, s, &rsf)); in DMPlexTransformCreateSF()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 4121 …PetscCall(PetscSFCreateSectionSF(migratePointSF, rootSection, remoteOffsets, leafSection, &fieldSF… in PetscSectionMigrateData()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4650 PetscCall(PetscSFCreateSectionSF(basetocoarse, secIn, remoteOffsets, secOut, &transferSF)); in DMForestTransferVecFromBase_pforest()
|