Home
last modified time | relevance | path

Searched defs:self (Results 101 – 125 of 376) sorted by relevance

12345678910>>...16

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py61 def direct_match(self) -> bool: argument
64 def __bool__(self) -> bool: argument
67 def __str__(self) -> str: argument
111 def __init__(self, *args: SectionImpl, verbose: int = 0) -> None: argument
134 def __getattr__(self, attr: str) -> SectionBase: argument
147 def __iter__(self) -> Iterator[SectionBase]: argument
150 def __contains__(self, section: SectionImpl) -> bool: argument
153 def _print(self, *args, verbosity = 1, **kwargs) -> None: argument
171 def set_verbose(self, verbose: int) -> int: argument
188 def find(self, heading: str, cache_result: bool = True, strict: bool = False) -> SectionBase: argument
[all …]
H A D_doc_section.py35 def __init__(self, *args, **kwargs) -> None: argument
74 def __init__(self, cursor: Cursor) -> None: argument
86 … def __call__(self, ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: argument
104 def get_items(self, ds: PetscDocStringImpl) -> FunctionSynopsis.ItemsType: argument
123 def setup(self, ds: PetscDocStringImpl) -> None: argument
136 …def _check_macro_synopsis(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl, exp… argument
271 def check(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl) -> None: argument
322 def __init__(self, cursor: Cursor) -> None: argument
327 … def __call__(self, ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: argument
352 def get_items(self, ds: PetscDocStringImpl) -> EnumSynopsis.ItemsType: argument
[all …]
/petsc/config/BuildSystem/config/packages/
H A DCMake.py5 def __init__(self, framework): argument
22 def setupHelp(self, help): argument
32 def formGNUConfigureArgs(self): argument
45 def Install(self): argument
54 def locateCMake(self): argument
69 def alternateConfigureLibrary(self): argument
72 def configure(self): argument
H A Dssl.py5 def __init__(self, framework): argument
14 def setupHelp(self, help): argument
19 def setupDependencies(self, framework): argument
23 def getSearchDirectories(self): argument
27 def formGNUConfigureArgs(self): argument
52 def configureLibrary(self): argument
58 def consistencyChecks(self): argument
H A DHDF5.py5 def __init__(self, framework): argument
21 def setupHelp(self, help): argument
32 def setupDependencies(self, framework): argument
43 def applyPatches(self): argument
52 def versionToStandardForm(self,ver): argument
56 def formCMakeConfigureArgs(self): argument
81 def configureLibrary(self): argument
/petsc/src/binding/petsc4py/test/
H A Dtest_ksp_py.py11 def __init__(self): argument
14 def create(self, ksp): argument
17 def destroy(self, ksp): argument
21 def setUp(self, ksp): argument
24 def reset(self, ksp): argument
29 def loop(self, ksp, r): argument
44 def solve(self, ksp, b, x): argument
61 def setUp(self, ksp): argument
67 def solve(self, ksp, b, x): argument
95 def setUp(self): argument
[all …]
H A Dtest_viewer_py.py10 def __init__(self): argument
13 def _log(self, method, *args): argument
17 def setUp(self, viewer): argument
20 def view(self, viewer, outviewer): argument
23 def setFromOptions(self, viewer): argument
26 def flush(self, viewer): argument
33 def viewObject(self, viewer, pobj): argument
44 def setUp(self): argument
62 def tearDown(self): argument
66 def testGetType(self): argument
[all …]
H A Dtest_dmshell.py9 def setUp(self): argument
12 def tearDown(self): argument
17 def testSetGlobalVector(self): argument
26 def testSetCreateGlobalVector(self): argument
38 def testSetLocalVector(self): argument
49 def testSetCreateLocalVector(self): argument
63 def testSetMatrix(self): argument
72 def testSetCreateMatrix(self): argument
83 def testSetCreateFieldDecomposition(self): argument
125 def testGlobalToLocal(self): argument
[all …]
H A Dtest_ts.py13 def __init__(self): argument
23 def rhsfunction(self, ts, t, u, F): argument
29 def rhsjacobian(self, ts, t, u, J, P): argument
40 def ifunction(self, ts, t, u, du, F): argument
46 def ijacobian(self, ts, t, u, du, a, J, P): argument
57 def monitor(self, ts, s, t, u): argument
68 def setUp(self): argument
79 def tearDown(self): argument
85 def testSolveRHS(self, nullsol=False): argument
136 def testFDColorRHS(self): argument
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMatPartitioning.pyx22 def __cinit__(self): argument
26 def __call__(self): argument
29 def view(self, Viewer viewer=None) -> None: argument
49 def destroy(self) -> Self: argument
62 def create(self, comm: Comm | None = None) -> Self: argument
81 def setType(self, matpartitioning_type: Type | str) -> None: argument
100 def getType(self) -> str: argument
114 def setFromOptions(self) -> None: argument
126 def setAdjacency(self, Mat adj) -> None: argument
144 def apply(self, IS partitioning) -> None: argument
H A DPartitioner.pyx22 def __cinit__(self): argument
26 def view(self, Viewer viewer=None) -> None: argument
45 def destroy(self) -> Self: argument
58 def create(self, comm: Comm | None = None) -> Self: argument
81 def setType(self, part_type: Type | str) -> None: argument
100 def getType(self) -> str: argument
114 def setFromOptions(self) -> None: argument
126 def setUp(self) -> None: argument
138 def reset(self) -> None: argument
151 self, argument
/petsc/config/PETSc/options/
H A DlibraryOptions.py6 def __init__(self, framework): argument
12 def __str__(self): argument
15 def setupHelp(self, help): argument
27 def setupDependencies(self, framework): argument
38 def configureLibraryOptions(self): argument
84 def configureISColorValueType(self): argument
104 def configure(self): argument
H A Dlanguages.py5 def __init__(self, framework): argument
11 def __str1__(self): argument
19 def setupHelp(self, help): argument
25 def setupDependencies(self, framework): argument
29 def configureCLanguage(self): argument
40 def configureDeviceLanguage(self): argument
55 def configure(self): argument
H A DindexTypes.py5 def __init__(self, framework): argument
11 def __str1__(self): argument
17 def setupHelp(self, help): argument
22 def setupDependencies(self, framework): argument
29 def fortranPromoteInteger(self): argument
38 def configureIndexSize(self): argument
56 def configure(self): argument
/petsc/lib/petsc/bin/
H A DtasClasses.py7 def __init__(self, fileName): argument
14 def addField(self, field): argument
19 def printFile(self): argument
29 def writeCSV(self): argument
74 def __init__(self, fileName, fieldName, alpha=0, cRate=0, beta=0): argument
82 def setAlpha(self, alpha): argument
85 def setBeta(self, beta): argument
88 def setConvergeRate(self, cRate): argument
91 def printField(self): argument
H A DPetscBinaryIO.py67 def decorated_f(self, *args, **kwargs): argument
154 def __repr__(self): argument
186 def __init__(self, precision=None, indices=None, complexscalars=None): argument
215 def _update_dtypes(self): argument
237 def readReal(self, fh): argument
249 def readVec(self, fh): argument
262 def writeVec(self, fh, vec): argument
271 def readMatSparse(self, fh): argument
302 def writeMatSparse(self, fh, mat): argument
320 def readMatDense(self, fh): argument
[all …]
H A DPetscBinaryIO_tests.py7 def setUp(self): argument
17 def test_VecRead(self): argument
30 def test_VecWrite(self): argument
44 def test_ISRead(self): argument
56 def test_MatRead(self): argument
79 def test_MatWrite(self): argument
/petsc/config/BuildSystem/
H A Dscript.py53 def __init__(self, clArgs = None, argDB = None, log = None): argument
60 def hasHelpFlag(self): argument
70 def hasListFlag(self): argument
80 def setupArguments(self, argDB): argument
95 def setupHelp(self, help): argument
104 def setup(self): argument
122 def cleanup(self): argument
127 def checkPython(self): argument
241 def __init__(self): argument
245 def run(self): argument
[all …]
H A Dgraph.py7 def __init__(self, vertices = []): argument
15 def __len__(self): argument
18 def __str__(self): argument
21 def addVertex(self, vertex): argument
30 def addEdges(self, vertex, inputs = [], outputs = []): argument
46 def getEdges(self, vertex): argument
49 def clearEdges(self, vertex, inOnly = 0, outOnly = 0): argument
58 def removeVertex(self, vertex): argument
71 def replaceVertex(self, vertex, newVertex): argument
79 def addSubgraph(self, graph): argument
[all …]
/petsc/config/
H A Dgmakegentest.py90 …def __init__(self,petsc_dir=None, petsc_arch=None, pkg_dir=None, pkg_arch=None, pkg_name=None, pkg… argument
154 def srcrelpath(self,rdir): argument
160 def getInInstallDir(self,thisscriptdir): argument
178 def getLanguage(self,srcfile): argument
197 def _getAltList(self,output_file,srcdir): argument
213 def _getLoopVars(self,inDict,testname, isSubtest=False): argument
271 def getArgLabel(self,testDict): argument
296 def addToSources(self,exfile,rpath,srcDict): argument
319 def addToTests(self,test,rpath,exfile,execname,testDict): argument
335 def getExecname(self,exfile,rpath): argument
[all …]
/petsc/lib/petsc/bin/maint/
H A Dexampleslog.py18 def __init__(self,petsc_dir,logdir,verbosity): argument
25 def findSrcfile(self,testname): argument
82 def getGitPerson(self,fullFileName): argument
96 def getTestDict(self,logDict): argument
147 def writeSummaryLog(self,testDict,outprefix): argument
166 def printTestDict(self,testDict): argument
184 def getLogLink(self,arch): argument
190 def writeHTML(self,testDict,outprefix): argument
385 def doLogFiles(self,branch): argument
401 def parseLogFile(self,logfile,printDict=False): argument
/petsc/config/BuildSystem/config/
H A DpreTests.py12 def __init__(self, options = {}, convertOptions = False): argument
18 def checkCygwin(self): argument
30 def checkCygwinPython(self): argument
40 def checkRedHat9(self): argument
58 def checkThreads(self): argument
84 def checkOptions(self, options, convertOptions = False): argument
98 def configure(self): argument
H A Dpython.py6 def __init__(self, framework): argument
15 def __str__(self): argument
18 def setupDependencies(self, framework): argument
25 def checkInclude(self, includeDir): argument
33 …def checkPythonLink(self, includes, body, cleanup = 1, codeBegin = None, codeEnd = None, shared = … argument
46 def configurePythonLibraries(self): argument
91 def setOutput(self): argument
112 def configure(self): argument
H A Dprograms.py6 def __init__(self, framework): argument
12 def __str__(self): argument
15 def setupHelp(self, help): argument
23 def configureMkdir(self): argument
45 def configureAutoreconf(self): argument
74 def configurePrograms(self): argument
151 def configure(self): argument
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py224 def __init__(self, petsc_dir, petsc_arch, dest_dir=None): argument
240 def __getitem__(self, item): argument
243 def get(self, item, default=None): argument
246 def configure(self, extension, compiler=None): argument
251 def _get_petsc_version(self, petsc_dir): argument
269 def _get_petsc_config(self, petsc_dir, petsc_arch): argument
297 def _configure_ext(self, ext, dct, append=False): argument
308 def configure_extension(self, extension): argument
337 def configure_compiler(self, compiler): argument
402 def log_info(self): argument
[all …]

12345678910>>...16