Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 28) sorted by relevance

12

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py68 …orrect_PetscValidLogicalCollectiveXXX(linter: Linter, obj: Cursor, obj_type: clx.Type, func_cursor…
106 …_not_type_y(type_x: str, type_y: str, linter: Linter, obj: Cursor, obj_type: clx.Type, func_cursor…
256 def check_is_PetscBool(linter: Linter, obj: Cursor, obj_type: clx.Type, func_cursor: Optional[Curso…
723 def cycle_type(obj_type: clx.Type, get_obj_type: Callable[[clx.Type], clx.Type]) -> clx.Type:
/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpetsc4py.i356 SWIG_AsVal_dec(Type)(SWIG_Object input, Type *v) { in Type() function
379 SWIG_AsPtr_dec(Type)(SWIG_Object input, Type **p) { in Type() function
401 SWIG_From_dec(Type)(Type v) { in Type() function
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c54 #define DEF_PackFunc(Type, BS, EQ) \ argument
95 #define DEF_UnpackFunc(Type, BS, EQ) \ argument
136 #define DEF_UnpackAndOp(Type, BS, EQ, Opname, Op, OpApply) \ argument
169 #define DEF_FetchAndOp(Type, BS, EQ, Opname, Op, OpApply) \ argument
190 #define DEF_ScatterAndOp(Type, BS, EQ, Opname, Op, OpApply) \ argument
223 #define DEF_FetchAndOpLocal(Type, BS, EQ, Opname, Op, OpApply) \ argument
245 #define DEF_Pack(Type, BS, EQ) \ argument
254 #define DEF_Add(Type, BS, EQ) \ argument
266 #define DEF_Cmp(Type, BS, EQ) \ argument
279 #define DEF_Log(Type, BS, EQ) \ argument
[all …]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_util.py51 def check_valid_type(t: clx.Type) -> bool:
56 def fully_qualify(t: clx.Type) -> list[str]:
63 def view_type(t: clx.Type, level: IndentLevel, title: str) -> list[str]:
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMatPartitioning.pyx20 Type = MatPartitioningType variable in MatPartitioning
H A DPartitioner.pyx20 Type = PartitionerType variable in Partitioner
H A DAO.pyx15 Type = AOType variable in AO
H A DDS.pyx13 Type = DSType variable in DS
H A DRandom.pyx23 Type = RandomType variable in Random
H A DRegressor.pyx35 Type = RegressorType variable in Regressor
H A DSpace.pyx18 Type = SpaceType variable in Space
576 Type = DualSpaceType variable in DualSpace
H A DScatter.pyx35 Type = ScatterType variable in Scatter
H A DFE.pyx15 Type = FEType variable in FE
H A DDevice.pyx86 Type = DeviceType variable in Device
H A DIS.pyx24 Type = ISType variable in IS
1136 Type = LGMapType variable in LGMap
H A DSF.pyx25 Type = SFType variable in SF
H A DDMStag.pyx657 def setCoordinateDMType(self, dmtype: DM.Type) -> None:
H A DDMSwarm.pyx34 Type = DMSwarmType variable in DMSwarm
H A DViewer.pyx116 Type = ViewerType variable in Viewer
H A DTAO.pyx109 Type = TAOType variable in TAO
2155 Type = TAOLineSearchType variable in TAOLineSearch
H A DSNES.pyx116 Type = SNESType variable in SNES
2745 Type = SNESLineSearchType variable in SNESLineSearch
H A DKSP.pyx395 Type = KSPType variable in KSP
H A DDM.pyx64 Type = DMType variable in DM
H A DVec.pyx41 Type = VecType variable in Vec
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py441 Type = DocStringType variable in PetscDocString

12