| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdef.pxi | 3 enum: PETSC_DECIDE 4 enum: PETSC_DEFAULT 5 enum: PETSC_DETERMINE 6 enum: PETSC_CURRENT 7 enum: PETSC_UNLIMITED 12 ctypedef enum PetscInsertMode "InsertMode": 22 ctypedef enum PetscScatterMode "ScatterMode": 28 ctypedef enum PetscNormType "NormType": 36 ctypedef enum PetscCopyMode:
|
| H A D | arraynpy.pxi | 22 enum: NPY_INTP 26 enum: NPY_ARRAY_ALIGNED 27 enum: NPY_ARRAY_WRITEABLE 28 enum: NPY_ARRAY_NOTSWAPPED 29 enum: NPY_ARRAY_CARRAY 30 enum: NPY_ARRAY_CARRAY_RO 31 enum: NPY_ARRAY_FARRAY 32 enum: NPY_ARRAY_FARRAY_RO 45 ctypedef enum NPY_ORDER: 60 enum: NPY_INT [all …]
|
| H A D | petscvwr.pxi | 21 ctypedef enum PetscViewerFormat: 58 ctypedef enum PetscFileMode: 65 enum: PETSC_DRAW_FULL_SIZE 66 enum: PETSC_DRAW_HALF_SIZE 67 enum: PETSC_DRAW_THIRD_SIZE 68 enum: PETSC_DRAW_QUARTER_SIZE
|
| H A D | petscdevice.pxi | 5 ctypedef enum PetscOffloadMask: 12 ctypedef enum PetscMemType: 18 ctypedef enum PetscDeviceType: 24 ctypedef enum PetscStreamType: 30 ctypedef enum PetscDeviceContextJoinMode:
|
| H A D | petscdmswarm.pxi | 5 ctypedef enum PetscDMSwarmType "DMSwarmType": 9 ctypedef enum PetscDMSwarmMigrateType "DMSwarmMigrateType": 15 ctypedef enum PetscDMSwarmCollectType "DMSwarmCollectType": 21 ctypedef enum PetscDMSwarmPICLayoutType 'DMSwarmPICLayoutType':
|
| H A D | petscpc.pxi | 54 ctypedef enum PetscPCSide "PCSide": 60 ctypedef enum PetscPCASMType "PCASMType": 66 ctypedef enum PetscPCGASMType "PCGASMType": 72 ctypedef enum PetscPCMGType "PCMGType": 78 ctypedef enum PetscPCMGCycleType "PCMGCycleType": 89 ctypedef enum PetscPCCompositeType "PCCompositeType": 96 ctypedef enum PetscPCFieldSplitSchurPreType "PCFieldSplitSchurPreType": 103 ctypedef enum PetscPCFieldSplitSchurFactType "PCFieldSplitSchurFactType": 109 ctypedef enum PetscPCPatchConstructType "PCPatchConstructType": 116 ctypedef enum PetscPCHPDDMCoarseCorrectionType "PCHPDDMCoarseCorrectionType": [all …]
|
| H A D | dlpack.pxi | 24 cdef enum PetscDLDeviceType: 42 cdef enum DLDataTypeCode:
|
| H A D | petscregressor.pxi | 27 ctypedef enum PetscRegressorLinearType:
|
| H A D | petscmpi.pxi | 12 enum: MPI_IDENT 13 enum: MPI_CONGRUENT
|
| H A D | petscksp.pxi | 53 ctypedef enum PetscKSPNormType "KSPNormType": 60 ctypedef enum PetscKSPConvergedReason "KSPConvergedReason": 84 ctypedef enum PetscKSPDMActive "KSPDMActive": 90 ctypedef enum PetscKSPHPDDMType "KSPHPDDMType":
|
| H A D | petscdt.pxi | 5 ctypedef enum int "PetscGaussLobattoLegendreCreateType":
|
| H A D | petscdm.pxi | 22 ctypedef enum PetscDMBoundaryType"DMBoundaryType": 29 ctypedef enum PetscDMPolytopeType "DMPolytopeType": 49 ctypedef enum PetscDMReorderDefaultFlag "DMReorderDefaultFlag":
|
| H A D | petscdmda.pxi | 5 ctypedef enum PetscDMDAStencilType"DMDAStencilType": 9 ctypedef enum PetscDMDAInterpolationType"DMDAInterpolationType": 13 ctypedef enum PetscDMDAElementType"DMDAElementType":
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 9 import enum 31 @enum.unique 32 class Verdict(enum.IntEnum): 39 @enum.unique 40 class DocStringType(enum.Enum): 42 FUNCTION = enum.auto() 43 TYPEDEF = enum.auto() 44 ENUM = enum.auto() 46 @enum.unique 47 class DocStringTypeModifier(enum.Flag): [all …]
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidEnumDocstrings.patch | 7 typedef enum { 27 typedef enum {
|
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | cacheDetails.py | 18 def enum(self): member in CacheAttribute 124 … self.log.write('Cannot use value returned for {}: {}, continuing\n'.format(attr.enum(),val)) 137 …('Skipping determination of {} in batch mode, using default {}\n'.format(attr.enum(),attr.default)) 141 self.addDefine(attr.enum(),val)
|
| /petsc/src/sys/tutorials/output/ |
| H A D | ex5f90_1.out | 11 enum = b456; (list) tuple value 2 help message 22 enum = b456; (list) tuple value 2 help message 33 enum = b456; (list) tuple value 2 help message
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 17 import enum 24 @enum.unique 25 class ReturnCode(enum.IntFlag): 27 ERROR_WERROR = enum.auto() 28 ERROR_ERROR_FIXED = enum.auto() 29 ERROR_ERROR_LEFT = enum.auto() 30 ERROR_ERROR_TEST = enum.auto() 31 ERROR_TEST_FAILED = enum.auto()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _diag.py | 9 import enum 411 @enum.unique 412 class DiagnosticKind(enum.Enum): 413 ERROR = enum.auto() 414 WARNING = enum.auto()
|
| H A D | _pool.py | 10 import enum 45 class QueueSignal(enum.IntEnum): 49 FILE_PATH = enum.auto() 50 EXIT_QUEUE = enum.auto()
|
| H A D | _cursor.py | 8 import enum 27 class CtypesEnum(enum.IntEnum): 35 @enum.unique
|
| /petsc/src/sys/tutorials/ |
| H A D | ex5f90.F90 | 22 PetscEnum :: enum 82 …PetscCallA(PetscBagRegisterEnum(bag, data%enum, list, 1, 'enum', 'tuple value 2 help message', ier…
|
| /petsc/doc/changes/ |
| H A D | 2022.md | 62 - `TSType` is now a string, rather than enum type 69 - `SNESType` is now a string, rather than enum type 81 - `KSPType` is now a string, rather than enum type. 91 - `PCType` is now a string, rather than enum type.
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _clang.py | 10 import enum 14 class CXTranslationUnit(enum.IntFlag):
|
| /petsc/doc/developers/ |
| H A D | style.md | 16 01. All function names and enum types consist of acronyms or words, each 20 02. All enum elements and macro variables are named with all capital 534 typedef enum { 540 Note that after compiler preprocessing, the enum above would be transformed into something like 543 typedef enum { 580 a formatted comment of an enum used for documentation only. 591 a formatted comment of a CPP macro or enum value for documentation. 614 Each function, typedef, class, macro, enum, and so on in the public API 684 …in single back tick marks. All PETSc enum types and macros etc, should also be enclosed in single …
|