Home
last modified time | relevance | path

Searched refs:PetscSectionGetFieldConstraintDof (Results 1 – 12 of 12) sorted by relevance

/petsc/src/vec/is/section/interface/ftn-custom/
H A Dzvsectionisf90.c40 *ierr = PetscSectionGetFieldConstraintDof(*s, *point, *field, &n); in petscsectiongetfieldconstraintindices_()
/petsc/src/ts/impls/mimex/
H A Dmimex.c105 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 Dpetscsec.pxi32 PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection, PetscInt, PetscInt, PetscInt*)
H A DSection.pyx520 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 Dsection.c141 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 Ddmi.c122 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 Ddm.c1988 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMCreateFieldIS()
2012 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMCreateFieldIS()
/petsc/include/
H A Dpetscsection.h46 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection, PetscInt, PetscInt, Pet…
/petsc/include/petsc/private/
H A Ddmimpl.h509 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 Dplexsection.c314 PetscCall(PetscSectionGetFieldConstraintDof(section, p, field, &fcdof)); in DMPlexCreateSectionBCIndicesField()
380 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof)); in DMPlexCreateSectionBCIndices()
H A Dplex.c2978 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 Dex18.c874 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &cdof)); in MonitorFunctionals()