| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 44 PetscErrorCode PetscSectionGetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt*)
|
| H A D | Section.pyx | 796 setFieldOffset, petsc.PetscSectionGetFieldOffset 802 CHKERR(PetscSectionGetFieldOffset(self.sec, cpoint, cfield, &offset))
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 591 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 D | plextree.c | 1308 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 D | plexglvis.c | 149 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 D | plex.c | 2977 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 D | plexsfc.c | 651 PetscCall(PetscSectionGetFieldOffset(csection, cl_point, coords_field_id, &offset)); in DMPlexCorrectOrientationForIsoperiodic()
|
| /petsc/include/ |
| H A D | petscsection.h | 60 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt *…
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 456 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 D | section.c | 161 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 D | section.md | 139 PetscSectionGetFieldOffset(PetscSection, PetscInt point, PetscInt field, PetscInt &offset);
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1982 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 D | dmplexsnes.c | 208 PetscCall(PetscSectionGetFieldOffset(s, p, f, &foff)); in SNESMonitorFields()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 803 if (off) PetscCall(PetscSectionGetFieldOffset(dofSection[0], p, f, off)); in PCPatchGetGlobalDofs() 2513 PetscCall(PetscSectionGetFieldOffset(s, p, f, &foff)); in PCSetUp_PATCH()
|