| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ |
| H A D | del2mat.py | 8 def __init__(self, n=1): argument 12 def create(self, A): argument 19 def mult(self, A, x, y): argument 28 def multTranspose(self, A, x, y): argument 32 def getDiagonal(self, A, D): argument
|
| /petsc/lib/petsc/bin/ |
| H A D | getAPI.py | 54 def __init__(self, name, mansec, includefile, value, *args, **kwargs): argument 60 def __str__(self): argument 67 def __init__(self, name, *args, **kwargs): argument 78 def __str__(self): argument 92 …def __init__(self, name = None, typename = None, stars = 0, array = False, const = False, *args, *… argument 107 def __str__(self): argument 121 def __init__(self, name, mansec, includefile, opaque, records, *args, **kwargs): argument 128 def __str__(self): argument 139 def __init__(self, rawrecord, *args, **kwargs): argument 144 def __str__(self): argument [all …]
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MOAB.py | 4 def __init__(self, framework): argument 19 def setupHelp(self, help): argument 25 def setupDependencies(self, framework): argument 42 def formGNUConfigureArgs(self): argument
|
| H A D | zstd.py | 4 def __init__(self, framework): argument 15 def setupHelp(self, help): argument 20 def setupDependencies(self, framework): argument 26 def Install(self): argument
|
| H A D | libCEED.py | 4 def __init__(self, framework): argument 13 def setupHelp(self, help): argument 18 def setupDependencies(self, framework): argument 27 def Install(self): argument
|
| H A D | libMesh.py | 4 def __init__(self, framework): argument 18 def setupHelp(self, help): argument 23 def setupDependencies(self, framework): argument 30 def Install(self): argument
|
| H A D | mkl_sparse.py | 5 def __init__(self, framework): argument 15 def setupHelp(self, help): argument 19 def setupDependencies(self, framework): argument 25 def configureLibrary(self): argument
|
| H A D | OpenGL.py | 5 def __init__(self, framework): argument 12 def getSearchDirectories(self): argument 34 def setupDependencies(self, framework): argument
|
| H A D | mpe.py | 4 def __init__(self, framework): argument 12 def setupDependencies(self, framework): argument 18 def formGNUConfigureArgs(self): argument
|
| H A D | sundials2.py | 4 def __init__(self, framework): argument 19 def setupDependencies(self, framework): argument 26 def formGNUConfigureArgs(self): argument
|
| /petsc/src/mat/tests/ |
| H A D | ex140.py | 5 def __init__(self): argument 8 def create(self, mat): argument 11 def destroy(self, mat): argument 14 def setFromOptions(self, mat): argument
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 4 def create(self, comm: Comm | None = None) -> Self: argument 25 def setMatrix(self, Mat mat) -> None: argument 42 def setGlobalVector(self, Vec gv) -> None: argument 59 def setLocalVector(self, Vec lv) -> None: argument 77 self, argument 109 self, argument 141 self, argument 189 def setGlobalToLocalVecScatter(self, Scatter gtol) -> None: argument 207 self, argument 253 def setLocalToGlobalVecScatter(self, Scatter ltog) -> None: argument [all …]
|
| H A D | petscdmcomposite.pxi | 27 def __cinit__(self, DM dm, Vec gvec, locs=None): argument 39 def __dealloc__(self): argument 43 def __enter__(self): argument 49 def __exit__(self, *exc): argument
|
| /petsc/src/binding/petsc4py/demo/legacy/taosolve/ |
| H A D | chwirut.py | 14 def __init__(self): argument 30 def createVecs(self): argument 37 def formInitialGuess(self, X): argument 42 def formResidual(self, tao, X, F): argument 47 def plotSolution(self, X): argument
|
| H A D | rosenbrock.py | 28 def __init__(self, n=2, alpha=99.0): argument 32 def formObjective(self, tao, x): argument 43 def formGradient(self, tao, x, G): argument 54 def formObjGrad(self, tao, x, G): argument 68 def formHessian(self, tao, x, H, HP): argument
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 19 def __init__(self,verbose,special=None): argument 34 def __call__(self,match): argument 66 def __init__(self,verbose,dry_run,del_empty_last_line): argument 88 def __call__(self,path): argument 148 …def delete_unused_error_code_decls(self,error_code_decls,error_code_uses,new_lines,delete_set,chan… argument 187 def add(self,n=1): argument 191 def delete(self,n=1): argument 195 def summary(self): argument
|
| /petsc/config/PETSc/options/ |
| H A D | petscclone.py | 10 def __init__(self, framework): argument 14 def setupDependencies(self, framework): argument 19 def configureInstallationMethod(self): argument 50 def configure(self): argument
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilerOptions.py | 11 def getCFlags(self, compiler, bopt, language): argument 127 def getCxxFlags(self, compiler, bopt, language): argument 243 def getFortranFlags(self, compiler, bopt): argument 322 def getCompilerFlags(self, language, compiler, bopt): argument 339 def getCompilerVersion(self, language, compiler): argument
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 81 def __init__(self, *args: Any) -> None: argument 87 def _get_manpage_map(self) -> Dict[str,str]: argument 100 def _add_manpage_links(self, string: str) -> str: argument 114 def visit_Text(self, node: Text) -> None: argument 141 def visit_literal_block(self, node: Element) -> None: argument 172 def visit_literal(self, node: Element) -> None: argument
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_aij.py | 48 def setUp(self): argument 71 def tearDown(self): argument 76 def testSetPreallocNNZ(self): argument 91 def testSetPreallocNNZ_2(self): argument 108 def testSetPreallocCSR(self): argument 125 def testSetPreallocCSR_2(self): argument 142 def testSetValues(self): argument 155 def testSetValuesIJV(self): argument 168 def testGetValuesCSR(self): argument 186 def testConvertToSAME(self): argument [all …]
|
| H A D | test_sys.py | 8 def testGetVersion(self): argument 18 def testGetVersionInfo(self): argument 33 def testGetSetDefaultComm(self): argument
|
| /petsc/src/binding/petsc4py/demo/legacy/ode/ |
| H A D | heat.py | 13 def __init__(self, comm, N): argument 65 def evalSolution(self, t, x): argument 71 def evalFunction(self, ts, t, x, xdot, f): argument 79 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument 90 def monitor(self, ts, i, t, x): argument 99 def plotHistory(self): argument
|
| H A D | fastslowsplit.py | 22 def __init__(self): argument 25 def initialCondition(self, u): argument 30 def evalRHSFunction(self, ts, t, u, f): argument 43 def evalRHSFunctionSlow(self, ts, t, u, f): argument 51 def evalRHSFunctionFast(self, ts, t, u, f): argument 57 def evalIFunctionFast(self, ts, t, u, udot, f): argument 61 def evalIJacobianFast(self, ts, t, u, udot, a, A, B): argument
|
| H A D | ce.py | 16 def __init__(self, lambda_=1.0): argument 19 def evalSolution(self, t, x): argument 26 def evalFunction(self, ts, t, x, xdot, f): argument 31 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument 65 def __init__(self, ode): argument 69 def __call__(self, ts, k, t, x): argument
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 24 def __init__(self, *args, **kwargs): argument 30 def setup(self, stdout = None, stderr = None, verbosity = 0): argument 49 def log(self, *args, **kwargs): argument 54 def log_error(self, *args, **kwargs): argument 58 def flush(self, close=False): argument 67 def __del__(self): argument 78 def __init__(self, major, minor, micro): argument 98 def __str__(self): argument 101 def __repr__(self): argument 104 def __getitem__(self, idx): argument [all …]
|