Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c969 PetscSection full_section; in PetscDualSpaceGetInteriorSection() local
971 PetscCall(PetscDualSpaceGetSection(sp, &full_section)); in PetscDualSpaceGetInteriorSection()
973 PetscCall(PetscSectionGetChart(full_section, &pStart, &pEnd)); in PetscDualSpaceGetInteriorSection()
977 PetscCall(PetscSectionGetDof(full_section, p, &dof)); in PetscDualSpaceGetInteriorSection()
978 PetscCall(PetscSectionGetConstraintDof(full_section, p, &cdof)); in PetscDualSpaceGetInteriorSection()