| /petsc/src/vec/is/section/interface/ftn-custom/ |
| H A D | zvsectionisf90.c | 40 *ierr = PetscSectionGetFieldConstraintDof(*s, *point, *field, &n); in petscsectiongetfieldconstraintindices_()
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 105 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &fcdof)); in SNESTSFormFunction_Mimex() 177 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &fcdof)); in TSStep_Mimex_Split() 199 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &fcdof)); in TSStep_Mimex_Split()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 32 PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection, PetscInt, PetscInt, PetscInt*)
|
| H A D | Section.pyx | 520 setFieldConstraintDof, petsc.PetscSectionGetFieldConstraintDof 525 CHKERR(PetscSectionGetFieldConstraintDof(self.sec, cpoint, cfield, &cnumDof)) 657 CHKERR(PetscSectionGetFieldConstraintDof(self.sec, cpoint, cfield, &nindex))
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 141 else PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in PetscSectionCopy_Internal() 163 PetscCall(PetscSectionGetFieldConstraintDof(newSection, p, f, &fcdof)); in PetscSectionCopy_Internal() 318 PetscCall(PetscSectionGetFieldConstraintDof(s1, p, f, &nfcdof)); in PetscSectionCompare() 319 PetscCall(PetscSectionGetFieldConstraintDof(s2, p, f, &n2)); in PetscSectionCompare() 1196 PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionGetFieldConstraintDof() function 1571 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &cdof)); in PetscSectionCreateGlobalSection() 1576 PetscCall(PetscSectionGetFieldConstraintDof(gs, p, f, &cdof)); in PetscSectionCreateGlobalSection() 2064 PetscCall(PetscSectionGetFieldConstraintDof(s, p, fields[f], &cfdof)); in PetscSectionCreateSubsection() 2096 PetscCall(PetscSectionGetFieldConstraintDof(s, p, fields[f], &cfdof)); in PetscSectionCreateSubsection() 2164 PetscCall(PetscSectionGetFieldConstraintDof(s, p, 0, &cfdof)); in PetscSectionCreateComponentSubsection() [all …]
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 122 PetscCall(PetscSectionGetFieldConstraintDof(s, point, fields[f], &fcdof)); in PetscSectionSelectFields_Private() 181 PetscCall(PetscSectionGetFieldConstraintDof(s, point, f2, &fcdof)); in PetscSectionSelectFields_Private() 185 PetscCall(PetscSectionGetFieldConstraintDof(s, point, fields[f], &fcdof)); in PetscSectionSelectFields_Private()
|
| H A D | dm.c | 1988 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMCreateFieldIS() 2012 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMCreateFieldIS()
|
| /petsc/include/ |
| H A D | petscsection.h | 46 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection, PetscInt, PetscInt, Pet…
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 509 PetscCall(PetscSectionGetFieldConstraintDof(dm->localSection, point, field, &fcdof)); in DMGetGlobalFieldOffset_Private() 512 PetscCall(PetscSectionGetFieldConstraintDof(dm->localSection, point, f, &ffcdof)); in DMGetGlobalFieldOffset_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 314 PetscCall(PetscSectionGetFieldConstraintDof(section, p, field, &fcdof)); in DMPlexCreateSectionBCIndicesField() 380 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMPlexCreateSectionBCIndices()
|
| H A D | plex.c | 2978 PetscCall(PetscSectionGetFieldConstraintDof(sectionGlobal, p, field, &cdof)); in DMCreateMatrix_Plex() 7035 PetscCall(PetscSectionGetFieldConstraintDof(section, point, f, &fcdof)); in updatePointFields_private() 7107 PetscCall(PetscSectionGetFieldConstraintDof(section, point, f, &fcdof)); in updatePointFieldsBC_private() 7712 PetscCall(PetscSectionGetFieldConstraintDof(section, point, f, &cfdof)); in DMPlexGetIndicesPointFields_Internal() 7762 PetscCall(PetscSectionGetFieldConstraintDof(section, point, f, &cfdof)); in DMPlexGetIndicesPointFieldsSplit_Internal() 10890 PetscCall(PetscSectionGetFieldConstraintDof(subsection, p, f, &fcdof)); in DMCreateSubDomainDM_Plex() 10928 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f2, &fcdof)); in DMCreateSubDomainDM_Plex() 10932 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMCreateSubDomainDM_Plex()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 874 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &cdof)); in MonitorFunctionals()
|