Home
last modified time | relevance | path

Searched refs:dsym (Results 1 – 5 of 5) sorted by relevance

/petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/
H A Dproject.pbxproj164 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c269 PetscSectionSym sym, dsym = NULL; in PetscSFDistributeSection() local
277 if (sym) PetscCall(PetscSectionSymDistribute(sym, sf, &dsym)); in PetscSFDistributeSection()
280 PetscCall(PetscSectionSetFieldSym(leafSection, f, dsym)); in PetscSFDistributeSection()
281 PetscCall(PetscSectionSymDestroy(&dsym)); in PetscSFDistributeSection()
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/
H A Dproject.pbxproj282 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
/petsc/src/dm/label/
H A Ddmlabel.c3016 …de PetscSectionSymDistribute_Label(PetscSectionSym sym, PetscSF migrationSF, PetscSectionSym *dsym) in PetscSectionSymDistribute_Label() argument
3023 PetscCall(PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)sym), dlabel, dsym)); in PetscSectionSymDistribute_Label()
3025 PetscCall(PetscSectionSymCopy(sym, *dsym)); in PetscSectionSymDistribute_Label()
/petsc/src/vec/is/section/interface/
H A Dsection.c3939 …rrorCode PetscSectionSymDistribute(PetscSectionSym sym, PetscSF migrationSF, PetscSectionSym *dsym) in PetscSectionSymDistribute() argument
3944 PetscAssertPointer(dsym, 3); in PetscSectionSymDistribute()
3945 PetscTryTypeMethod(sym, distribute, migrationSF, dsym); in PetscSectionSymDistribute()