| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 97 PetscCall(PetscSectionGetConstraintDof(section, qAdj, &qAdjCDof)); in DMPlexComputeAnchorAdjacencies() 131 PetscCall(PetscSectionGetConstraintDof(section, qAdj, &qAdjCDof)); in DMPlexComputeAnchorAdjacencies() 368 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static() 407 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static() 452 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static() 527 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static() 548 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in DMPlexCreateAdjacencySection_Static() 579 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in DMPlexCreateAdjacencySection_Static() 606 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static() 631 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in DMPlexCreateAdjacencySection_Static() [all …]
|
| H A D | plextree.c | 2097 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree() 2104 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree() 2517 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &gcDof)); in DMPlexComputeInterpolatorTree() 2686 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &gcDof)); in DMPlexComputeInterpolatorTree() 3305 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferInjectorTree() 3321 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferInjectorTree() 3452 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferInjectorTree() 3458 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferInjectorTree() 3564 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexComputeInjectorTree() 3668 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexComputeInjectorTree() [all …]
|
| H A D | plexsection.c | 282 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in DMPlexCreateSectionBCIndicesField() 370 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in DMPlexCreateSectionBCIndices()
|
| H A D | plex.c | 2950 PetscCall(PetscSectionGetConstraintDof(sectionGlobal, p, &cdof)); in DMCreateMatrix_Plex() 6916 PetscCall(PetscSectionGetConstraintDof(section, point, &cdof)); in updatePoint_private() 6984 PetscCall(PetscSectionGetConstraintDof(section, point, &cdof)); in updatePointBC_private() 7238 PetscCall(PetscSectionGetConstraintDof(section, cp, &cdof)); in DMPlexVecSetClosure_Depth1_Static() 7632 PetscCall(PetscSectionGetConstraintDof(section, point, &cdof)); in DMPlexGetIndicesPoint_Internal()
|
| /petsc/src/vec/is/section/interface/ftn-custom/ |
| H A D | zvsectionisf90.c | 23 *ierr = PetscSectionGetConstraintDof(*s, *point, &n); in petscsectiongetconstraintindices_()
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 24 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionView_HDF5_SingleField() 45 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionView_HDF5_SingleField() 145 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices() 166 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 29 PetscErrorCode PetscSectionGetConstraintDof(PetscSection, PetscInt, PetscInt*)
|
| H A D | Section.pyx | 457 setConstraintDof, petsc.PetscSectionGetConstraintDof 461 CHKERR(PetscSectionGetConstraintDof(self.sec, cpoint, &cnumDof)) 606 CHKERR(PetscSectionGetConstraintDof(self.sec, cpoint, &nindex))
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 134 else PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in PetscSectionCopy_Internal() 155 PetscCall(PetscSectionGetConstraintDof(newSection, p, &cdof)); in PetscSectionCopy_Internal() 290 PetscCall(PetscSectionGetConstraintDof(s1, p, &ncdof)); in PetscSectionCompare() 291 PetscCall(PetscSectionGetConstraintDof(s2, p, &n2)); in PetscSectionCompare() 1119 PetscErrorCode PetscSectionGetConstraintDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetConstraintDof() function 1202 PetscCall(PetscSectionGetConstraintDof(s->field[field], point, numDof)); in PetscSectionGetFieldConstraintDof() 1512 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionCreateGlobalSection() 1656 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionCreateGlobalSectionCensored() 1794 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionGetValueLayout() 2089 PetscCall(PetscSectionGetConstraintDof(*subs, p, &cdof)); in PetscSectionCreateSubsection() [all …]
|
| /petsc/include/ |
| H A D | petscsection.h | 43 PETSC_EXTERN PetscErrorCode PetscSectionGetConstraintDof(PetscSection, PetscInt, PetscInt *);
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 115 PetscCall(PetscSectionGetConstraintDof(s, point, &cDim)); in VecSetValuesSection()
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 17 PetscCall(PetscSectionGetConstraintDof(gSection, p, &cdof)); in DMCreateGlobalVector_Section_Private() 488 PetscCall(PetscSectionGetConstraintDof(sections[i], p, &gcdof)); in DMCreateSectionSuperDM()
|
| H A D | dm.c | 1132 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in DMGetLocalToGlobalMapping() 3169 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in DMLocalToGlobalBegin() 3170 PetscCall(PetscSectionGetConstraintDof(gs, p, &gcdof)); in DMLocalToGlobalBegin() 4583 PetscCall(PetscSectionGetConstraintDof(localSection, p, &cdof)); in DMDefaultSectionCheckConsistency_Internal() 4585 PetscCall(PetscSectionGetConstraintDof(globalSection, p, &gcdof)); in DMDefaultSectionCheckConsistency_Internal()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 157 PetscCall(PetscSectionGetConstraintDof(globalSection, p, &gcdof)); in PetscSFSetGraphSection() 169 PetscCall(PetscSectionGetConstraintDof(localSection, p, &cdof)); in PetscSFSetGraphSection() 172 PetscCall(PetscSectionGetConstraintDof(globalSection, p, &gcdof)); in PetscSFSetGraphSection()
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 978 PetscCall(PetscSectionGetConstraintDof(full_section, p, &cdof)); in PetscDualSpaceGetInteriorSection() 1441 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in PetscDualSpaceCreateInteriorDataDefault() 1460 PetscCall(PetscSectionGetConstraintDof(section, p, &cdof)); in PetscDualSpaceCreateInteriorDataDefault()
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 481 PetscCall(PetscSectionGetConstraintDof(dm->globalSection, point, &cdof)); in DMGetGlobalOffset_Private()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 2487 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PCSetUp_PATCH() 2526 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PCSetUp_PATCH()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 2622 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionCreateGlobalSectionLabel()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2888 PetscCall(PetscSectionGetConstraintDof(leafSection, p, &cdof)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 2656 PetscCall(PetscSectionGetConstraintDof(subSection, p, &cdof)); in PCBDDCDetectDisconnectedComponents() 2667 PetscCall(PetscSectionGetConstraintDof(subSection, pp, &cdof)); in PCBDDCDetectDisconnectedComponents()
|