Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/demo/legacy/dmplex/
H A Danisotropic_adaptation.py57 off = csec.getOffset(v)
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DCallConv.pm214 my $Offset = getOffset($Pos, \%Type, $LVer)/$BYTE;
1067 sub getOffset($$$) subroutine
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSection.pyx53 - `getOffset`
734 def getOffset(self, point: int) -> int: member in Section
772 getOffset, petsc.PetscSectionSetOffset
H A DDMPlex.pyx1998 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 Dabi-compliance-checker.pl3452 … 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 Dtest_dmplex.py103 off = section.getOffset(p)