Home
last modified time | relevance | path

Searched defs:self (Results 151 – 175 of 376) sorted by relevance

12345678910>>...16

/petsc/src/binding/petsc4py/test/
H A Dtest_nsp.py15 def setUp(self): argument
27 def tearDown(self): argument
32 def _remove(self): argument
39 def testRemove(self): argument
45 def testRemoveInplace(self): argument
51 def testRemoveWithFunction(self): argument
64 def testGetSetFunction(self): argument
H A Dtest_gc.py19 def setUp(self): argument
22 def tearDown(self): argument
39 def make_weakref(self): argument
42 def testCycleInSelf(self): argument
45 def testCycleInMethod(self): argument
48 def testCycleInInstance(self): argument
56 def testCycleInAllWays(self): argument
100 def testCycleInAppCtx(self): argument
111 def testCycleInAppCtx(self): argument
118 def testCycleInAppCtx(self): argument
H A Dtest_dmda.py15 def setUp(self): argument
26 def tearDown(self): argument
30 def testGetInfo(self): argument
44 def testRangesCorners(self): argument
56 def testGhostRangesCorners(self): argument
68 def testOwnershipRanges(self): argument
75 def testFieldName(self): argument
82 def testCoordinates(self): argument
97 def testCreateVecMat(self): argument
127 def testGetVec(self): argument
[all …]
/petsc/config/BuildSystem/config/packages/
H A Dnetlib-lapack.py4 def __init__(self, framework): argument
18 def setupHelp(self, help): argument
24 def setupDependencies(self, framework): argument
29 def formCMakeConfigureArgs(self): argument
41 def generateLibList(self, framework): argument
46 def configureLibrary(self): argument
H A DMatlab.py7 def __init__(self, framework): argument
13 def setupHelp(self, help): argument
21 def __str__(self): argument
29 def generateGuesses(self): argument
45 def configureLibrary(self): argument
H A DRAJA.py5 def __init__(self, framework): argument
23 def __str__(self): argument
28 def setupDependencies(self, framework): argument
47 def formCMakeConfigureArgs(self): argument
90 def configureLibrary(self): argument
H A Dhwloc.py5 def __init__(self, framework): argument
19 def setupDependencies(self, framework): argument
25 def getSearchDirectories(self): argument
31 def formGNUConfigureArgs(self): argument
47 def configure(self): argument
H A Dctetgen.py5 def __init__(self, framework): argument
16 def setupDependencies(self, framework): argument
22 def Install(self): argument
25 def configureLibrary(self): argument
45 def postProcess(self): argument
H A DSTRUMPACK.py5 def __init__(self, framework): argument
20 def __str__(self): argument
25 def setupDependencies(self, framework): argument
46 def formCMakeConfigureArgs(self): argument
108 def consistencyChecks(self): argument
H A Dmpi4py.py6 def __init__(self, framework): argument
17 def setupDependencies(self, framework): argument
27 def __str__(self): argument
35 def Install(self): argument
76 def configureLibrary(self): argument
H A Dconcurrencykit.py5 def __init__(self, framework): argument
14 def setupDependencies(self, framework): argument
18 def formGNUConfigureArgs(self): argument
31 def checkForCorrectness(self): argument
45 def configureLibrary(self): argument
H A Dpflotran.py5 def __init__(self, framework): argument
18 def setupDependencies(self, framework): argument
27 def Install(self): argument
30 def configureLibrary(self): argument
48 def postProcess(self): argument
H A Dsowing.py9 def __init__(self, framework): argument
21 def setupHelp(self, help): argument
30 def setupDependencies(self, framework): argument
34 def formGNUConfigureArgs(self): argument
49 def alternateConfigureLibrary(self): argument
53 def configure(self): argument
H A DZoltan.py5 def __init__(self, framework): argument
15 def setupHelp(self, help): argument
20 def setupDependencies(self, framework): argument
29 def formGNUConfigureArgs(self): argument
49 def Install(self): argument
H A Dmathlib.py4 def __init__(self, framework): argument
9 def __str__(self): argument
12 def setupHelp(self,help): argument
15 def setupDependencies(self, framework): argument
20 def configure(self): argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DScatter.pyx40 def __cinit__(self): argument
44 def __call__(self, x, y, addv=None, mode=None): argument
58 def view(self, Viewer viewer=None) -> None: argument
77 def destroy(self) -> Self: argument
91 self, argument
146 def setType(self, scatter_type: Type | str) -> None: argument
160 def getType(self) -> str: argument
174 def setFromOptions(self) -> None: argument
186 def setUp(self) -> Self: argument
199 def copy(self) -> Scatter: argument
[all …]
/petsc/config/BuildSystem/
H A Dretrieval.py14 def __init__(self, sourceControl, clArgs = None, argDB = None): argument
28 def isGitURL(self, url): argument
36 def setupURLs(self,packagename,urls,gitsubmodules,gitprereq): argument
53 def isDirectoryGitRepo(self, directory): argument
93 def generateURLs(self): argument
111 def genericRetrieve(self,proto,url,root): argument
124 def dirRetrieve(self, url, root): argument
132 def linkRetrieve(self, url, root): argument
140 def gitRetrieve(self, url, root): argument
160 def hgRetrieve(self, url, root): argument
[all …]
/petsc/src/binding/petsc4py/demo/python_types/
H A Dksppython_protocol.py10 def solve(self, ksp: KSP, b: Vec, x: Vec) -> None: argument
14 def solveTranspose(self, ksp: KSP, b: Vec, x: Vec) -> None: argument
18 def view(self, ksp: KSP, viewer: Viewer) -> None: argument
22 def setFromOptions(self, ksp: KSP) -> None: argument
26 def setUp(self, ksp: KSP) -> None: argument
30 def buildSolution(self, ksp: KSP, x: Vec) -> None: argument
34 def buildResidual(self, ksp: KSP, t: Vec, r: Vec) -> None: argument
38 def reset(self, ksp: KSP) -> None: argument
H A Dtaopython_protocol.py10 def setFromOptions(self, tao: TAO): argument
14 def setUp(self, tao: TAO): argument
18 def solve(self, tao): argument
26 def step(self, tao: TAO, x: Vec, g: Vec, s: Vec): argument
30 def preStep(self, tao: TAO): argument
34 def postStep(self, tao: TAO): argument
38 def view(self, tao: TAO, viewer: Viewer): argument
/petsc/lib/petsc/bin/
H A Dpetsc_gen_xdmf.py8 def __init__(self, filename): argument
13 def writeHeader(self, fp, hdfFilename): argument
23 def writeCells(self, fp, topologyPath, numCells, numCorners, cellsName = "cells"): argument
35 def writeVertices(self, fp, geometryPath, numVertices, spaceDim): argument
46 def writeLocations(self, fp, numParticles, spaceDim): argument
56 def writeTimeGridHeader(self, fp, time): argument
70 def writeHybridSpaceGridHeader(self, fp): argument
74 def writeSpaceGridHeader(self, fp, numCells, numCorners, cellDim, spaceDim, cellsName = "cells"): argument
92 def writeField(self, fp, numSteps, timestep, spaceDim, name, f, domain): argument
171 def writeSpaceGridFooter(self, fp): argument
[all …]
/petsc/config/BuildSystem/config/
H A Datomics.py6 def __init__(self, framework): argument
11 def setupDependencies(self, framework): argument
17 def configureCPURelax(self): argument
38 def configureMemoryBarriers(self): argument
84 def configure(self): argument
/petsc/config/PETSc/options/
H A Dexternalpackagesdir.py6 def __init__(self, framework): argument
10 def setupDependencies(self, framework): argument
15 def setExternalPackagesDir(self): argument
23 def cleanExternalpackagesDir(self): argument
31 def configure(self): argument
H A Dpetscdir.py6 def __init__(self, framework): argument
12 def __str1__(self): argument
17 def setupHelp(self, help): argument
22 def configureDirectories(self): argument
75 def configure(self): argument
/petsc/config/BuildSystem/config/utilities/
H A Ddebuggers.py6 def __init__(self, framework): argument
12 def __str__(self): argument
15 def setupHelp(self, help): argument
20 def configureDebuggers(self): argument
100 def configure(self): argument
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py50 def setUp(self, viewer): argument
53 def setFromOptions(self, viewer): argument
61 def view(self, viewer, outviewer): argument
64 def flush(self, viewer): argument
67 def convertDMToPV(self, plex): argument
104 def viewPlex(self, viewer, dm, scalars = None): argument
154 def viewSwarm(self, viewer, sw): argument
195 def viewObject(self, viewer, pobj): argument
208 def viewCell(self, grid, c): argument

12345678910>>...16