Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi44 PetscErrorCode PetscSectionGetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt*)
H A DSection.pyx796 setFieldOffset, petsc.PetscSectionGetFieldOffset
802 CHKERR(PetscSectionGetFieldOffset(self.sec, cpoint, cfield, &offset))
/petsc/src/dm/impls/plex/
H A Dplexvtu.c591 PetscCall(PetscSectionGetFieldOffset(section, c, field, &off)); in DMPlexVTKWriteAll_VTU()
616 PetscCall(PetscSectionGetFieldOffset(section, c, field, &off)); in DMPlexVTKWriteAll_VTU()
669 PetscCall(PetscSectionGetFieldOffset(section, v, field, &off)); in DMPlexVTKWriteAll_VTU()
689 PetscCall(PetscSectionGetFieldOffset(section, closure[v], field, &voff)); in DMPlexVTKWriteAll_VTU()
715 PetscCall(PetscSectionGetFieldOffset(section, v, field, &off)); in DMPlexVTKWriteAll_VTU()
734 PetscCall(PetscSectionGetFieldOffset(section, closure[v], field, &voff)); in DMPlexVTKWriteAll_VTU()
H A Dplextree.c1308 PetscCall(PetscSectionGetFieldOffset(cSec, p, f, &conOff)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1325 PetscCall(PetscSectionGetFieldOffset(section, a, f, &aSecOff)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1429 PetscCall(PetscSectionGetFieldOffset(refConSec, p, f, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1446 PetscCall(PetscSectionGetFieldOffset(refSection, q, f, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1467 PetscCall(PetscSectionGetFieldOffset(refSection, q, f, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1645 PetscCall(PetscSectionGetFieldOffset(conSec, point, f, &cOff)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1679 PetscCall(PetscSectionGetFieldOffset(section, q, f, &aOff)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1682 PetscCall(PetscSectionGetFieldOffset(conSec, q, f, &qConOff)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2885 PetscCall(PetscSectionGetFieldOffset(section, p, f, &selfOff)); in DMPlexComputeInjectorReferenceTree()
2939 PetscCall(PetscSectionGetFieldOffset(section, p, f, &selfOff)); in DMPlexComputeInjectorReferenceTree()
[all …]
H A Dplexglvis.c149 PetscCall(PetscSectionGetFieldOffset(s, i + vStart, f, &off)); in DMSetUpGLVisViewer_Plex()
161 PetscCall(PetscSectionGetFieldOffset(s, i + cStart, f, &off)); in DMSetUpGLVisViewer_Plex()
188 PetscCall(PetscSectionGetFieldOffset(s, i + cStart, f, &off)); in DMSetUpGLVisViewer_Plex()
H A Dplex.c2977 PetscCall(PetscSectionGetFieldOffset(sectionGlobal, p, field, &offset)); in DMCreateMatrix_Plex()
6544 PetscCall(PetscSectionGetFieldOffset(section, point, f, &foff)); in DMPlexVecGetClosure_Fields_Static()
7036 PetscCall(PetscSectionGetFieldOffset(section, point, f, &foff)); in updatePointFields_private()
7108 PetscCall(PetscSectionGetFieldOffset(section, point, f, &foff)); in updatePointFieldsBC_private()
7763 PetscCall(PetscSectionGetFieldOffset(globalSection, point, f, &foff)); in DMPlexGetIndicesPointFieldsSplit_Internal()
10761 PetscCall(PetscSectionGetFieldOffset(cSec, p, f, &off)); in DMPlexCreateConstraintMatrix_Anchors()
10795 PetscCall(PetscSectionGetFieldOffset(section, a, f, &aOff)); in DMPlexCreateConstraintMatrix_Anchors()
H A Dplexsfc.c651 PetscCall(PetscSectionGetFieldOffset(csection, cl_point, coords_field_id, &offset)); in DMPlexCorrectOrientationForIsoperiodic()
/petsc/include/
H A Dpetscsection.h60 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt *…
/petsc/include/petsc/private/
H A Ddmimpl.h456 PetscCall(PetscSectionGetFieldOffset(dm->localSection, point, field, start)); in DMGetLocalFieldOffset_Private()
507 PetscCall(PetscSectionGetFieldOffset(dm->localSection, point, field, &lfoff)); in DMGetGlobalFieldOffset_Private()
/petsc/src/vec/is/section/interface/
H A Dsection.c161 PetscCall(PetscSectionGetFieldOffset(section, p, f, &off)); in PetscSectionCopy_Internal()
310 PetscCall(PetscSectionGetFieldOffset(s1, p, f, &n1)); in PetscSectionCompare()
311 PetscCall(PetscSectionGetFieldOffset(s2, p, f, &n2)); in PetscSectionCompare()
1885 PetscErrorCode PetscSectionGetFieldOffset(PetscSection s, PetscInt point, PetscInt field, PetscInt … in PetscSectionGetFieldOffset() function
2371 PetscCall(PetscSectionGetFieldOffset(s, p, f, &foff)); in PetscSectionCreateSubplexSection_Private()
/petsc/doc/manual/
H A Dsection.md139 PetscSectionGetFieldOffset(PetscSection, PetscInt point, PetscInt field, PetscInt &offset);
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1982 PetscCall(PetscSectionGetFieldOffset(local_section, p, field, &offset)); in DMPlexCreateNodeNumbering()
1997 PetscCall(PetscSectionGetFieldOffset(local_section, p, field, &offset)); in DMPlexCreateNodeNumbering()
2468 PetscCall(PetscSectionGetFieldOffset(section, p, field, &off)); in VecView_Plex_Local_CGNS()
/petsc/src/snes/utils/
H A Ddmplexsnes.c208 PetscCall(PetscSectionGetFieldOffset(s, p, f, &foff)); in SNESMonitorFields()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c803 if (off) PetscCall(PetscSectionGetFieldOffset(dofSection[0], p, f, off)); in PCPatchGetGlobalDofs()
2513 PetscCall(PetscSectionGetFieldOffset(s, p, f, &foff)); in PCSetUp_PATCH()