Searched refs:getOffset (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | anisotropic_adaptation.py | 57 off = csec.getOffset(v)
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | CallConv.pm | 214 my $Offset = getOffset($Pos, \%Type, $LVer)/$BYTE; 1067 sub getOffset($$$) subroutine
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Section.pyx | 53 - `getOffset` 734 def getOffset(self, point: int) -> int: member in Section 772 getOffset, petsc.PetscSectionSetOffset
|
| H A D | DMPlex.pyx | 1998 DM, DMPlex, DMPlex.getPointLocalField, Section.getOffset 2028 DM, DMPlex, DMPlex.getPointLocal, Section.getOffset 2057 DM, DMPlex, DMPlex.getPointGlobalField, Section.getOffset 2087 DM, DMPlex, DMPlex.getPointGlobal, Section.getOffset, Section.getDof
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 3452 … if(getOffset($MNum-1, \%Type1_Pure, 1)!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, 2)) 3575 … if(getOffset($MNum-1, \%Type1_Pure, 1)!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, 2)) 3694 … if(getOffset($MNum-1, \%Type1_Pure, 1)!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, 2)) 3784 … if(getOffset($MNum-1, \%Type2_Pure, 2)!=getOffset($RelatedField_Rev{$MNum-1}, \%Type1_Pure, 1))
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmplex.py | 103 off = section.getOffset(p)
|