| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubgen.py | 60 def add(self): member in Lines 63 @add.setter 64 def add(self, lines): member in Lines 174 visited_classes.add(qualname) 189 lines.add = '@final' 192 lines.add = f'class {cls_name}:' 194 lines.add = f'class {cls_name}({base.__name__}):' 202 done.add(name) 206 done.add('__hash__') 222 done.add(name) [all …]
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 68 def add(self): member in Lines 71 @add.setter 72 def add(self, lines): member in Lines 253 lines.add = f'class {cls_name}:' 255 lines.add = f'class {cls_name}({base.__name__}):' 258 lines.add = docstring(cls) 262 done.add(name) 278 done.add(name) 285 done.add(name) 286 lines.add = visit_class(attr, outer=cls_name) [all …]
|
| H A D | contributing.rst | 28 To add a new test, either add a new :file:`test_xxx.py` or modify a 33 If you add a new :file:`test_xxx.py`, you can run the tests using::
|
| /petsc/src/sys/classes/random/impls/rander48/ |
| H A D | rander48.c | 6 unsigned short add; member 22 accu = (unsigned long)r48->mult[0] * (unsigned long)r48->seed[0] + (unsigned long)r48->add; in _dorander48() 46 r48->add = RANDER48_ADD; in PetscRandomSeed_Rander48()
|
| /petsc/doc/miscellaneous/ |
| H A D | saws.md | 9 One can simply add `--download-saws` to the arguments for `./configure` when configuring PETSc. 12 and one can add the flag `--with-saws-dir=/directorywhereamsisinstalled`.
|
| /petsc/src/mat/utils/ |
| H A D | multequal.c | 9 …cErrorCode MatMultEqual_Private(Mat A, Mat B, PetscInt n, PetscBool *flg, PetscInt t, PetscInt add) in MatMultEqual_Private() argument 28 PetscValidLogicalCollectiveInt(A, add, 6); in MatMultEqual_Private() 33 sop = sops[add + 3 * t]; in MatMultEqual_Private() 44 if (add) { in MatMultEqual_Private() 55 if (add) { in MatMultEqual_Private() 60 if (add == 2) { in MatMultEqual_Private() 68 if (add) { in MatMultEqual_Private() 76 if (add) { in MatMultEqual_Private() 84 if (add) { in MatMultEqual_Private()
|
| /petsc/src/sys/tests/output/ |
| H A D | ex42_1.out | 1 N = 32 - table size: 1024, add: 0.0, has: 0.0, del: 0.0
|
| H A D | ex43_1.out | 1 N = 32 - table size: 528, add: 0.0, has: 0.0, del: 0.0
|
| H A D | ex66_1.out | 18 [0]PETSC ERROR: ALL ERRORS in the PETSc libraries are fatal, you should add the appropriate error… 33 [0]PETSC ERROR: ALL ERRORS in the PETSc libraries are fatal, you should add the appropriate error…
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 103 delete_set.add(lineno-1) 126 self.add() 174 delete_set.add(cur_lineno) 187 def add(self,n=1): member in Processor
|
| H A D | CMakeLists.txt | 3 # you can add fragments of the material below to an existing application's CMakeLists.txt
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpyappctx.pxi | 5 appctx_registry.add(key)
|
| /petsc/doc/developers/ |
| H A D | mrfork.md | 56 - `URL with branchname` = `https://gitlab.com/paul.kuehner/petsc/-/tree/add-tao-get-constraints` ("… 59 - `branchname` = `add-tao-get-constraints`
|
| H A D | documentation.md | 206 - Do not add movies or other non-image files. 220 Simply add a logically-numbered new version of the image. 223 add it to the top-level list of files to delete in the images repository. 245 …l the files at https://petsc.gitlab.io/annual-meetings. Thus, all one needs to do is add files into 257 …ays all the files at https://petsc.gitlab.io/tutorials. Thus, all one needs to do is add files into
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-fortran-coverage.sh | 16 git worktree add -f "$TMPDIR/wt_$rev" "$rev"
|
| H A D | PetscStaticFunctionCandidates.py | 62 function_calling_dict[funcname].add(file);
|
| /petsc/doc/changes/ |
| H A D | 318.md | 16 …options and it is intended to stay with the matrix through calls to `MatSetValues()` etc add a call 197 - Add `MatShellSetContextDestroy()` and add internal refrence counting for user defined `MatShell` … 198 - Add `MatShellSetContextDestroy()` and add internal reference counting for user defined `MatShell`… 280 : - add `DMPlexReorderDefaultFlag` 281 - add `DMPlexReorderGetDefault()` and `DMPlexReorderSetDefault()` to get and set this flag 285 …y types were never used, so they can be inferred from the given L. We also add Lstart to allow tor…
|
| H A D | 323.md | 117 - Change the Fortran `DMDAGetNeighbors()` to return a `PetscMPIInt, pointer :: n(:)` and add a Fort… 118 - Change the Fortran `DMDAGetOwnershipRanges()` to return `PetscInt, pointer :: n(:)` and add a For… 124 - Change `DMSwarmVectorGetField()` and add `DMSwarmVectorDefineFields()` to handle multiple fields
|
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | missing.py | 70 …if self.libraries.add('Ws2_32.lib','socket',prototype='#include <Winsock2.h>',call='socket(0,0,0);…
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 10 and `main`. **Feature branches** are temporary branches created by developers to add or change a fe… 69 - For any new features or API changes you introduced add information on them to `doc/changes/dev.rs… 75 $ git add file1 file2
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | slepc4py.py | 97 self.python.path.add(installLibPath)
|
| H A D | petsc4py.py | 99 self.python.path.add(installLibPath)
|
| H A D | mpi4py.py | 101 self.python.path.add(installLibPath)
|
| /petsc/doc/manual/ |
| H A D | dt.md | 53 We do not add a scale argument to the PDF in PETSc, since all variables are assuming to be dimensio…
|
| H A D | versionchecking.md | 16 allows one to add tests to make files, CMake files, configure scripts etc, to ensure the PETSc vers…
|