Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c181 PetscSection ref_section; in PetscFEComputeTabulation_Vector() local
185 PetscCall(PetscDualSpaceGetSection(scalar_dsp, &ref_section)); in PetscFEComputeTabulation_Vector()
186 PetscCall(PetscSectionGetChart(ref_section, &pStart, &pEnd)); in PetscFEComputeTabulation_Vector()
192 PetscCall(PetscSectionGetDof(ref_section, p, &dof)); in PetscFEComputeTabulation_Vector()
193 PetscCall(PetscSectionGetOffset(ref_section, p, &off)); in PetscFEComputeTabulation_Vector()