Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 90) sorted by relevance

1234

/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py60 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 Dapidoc.py68 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 Dcontributing.rst28 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 Drander48.c6 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 Dsaws.md9 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 Dmultequal.c9 …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 Dex42_1.out1 N = 32 - table size: 1024, add: 0.0, has: 0.0, del: 0.0
H A Dex43_1.out1 N = 32 - table size: 528, add: 0.0, has: 0.0, del: 0.0
H A Dex66_1.out18 [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 Dchkerrconvert.py103 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 DCMakeLists.txt3 # you can add fragments of the material below to an existing application's CMakeLists.txt
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpyappctx.pxi5 appctx_registry.add(key)
/petsc/doc/developers/
H A Dmrfork.md56 - `URL with branchname` = `https://gitlab.com/paul.kuehner/petsc/-/tree/add-tao-get-constraints` ("…
59 - `branchname` = `add-tao-get-constraints`
H A Ddocumentation.md206 - 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 Dcheck-fortran-coverage.sh16 git worktree add -f "$TMPDIR/wt_$rev" "$rev"
H A DPetscStaticFunctionCandidates.py62 function_calling_dict[funcname].add(file);
/petsc/doc/changes/
H A D318.md16 …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 D323.md117 - 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 Dmissing.py70 …if self.libraries.add('Ws2_32.lib','socket',prototype='#include <Winsock2.h>',call='socket(0,0,0);…
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md10 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 Dslepc4py.py97 self.python.path.add(installLibPath)
H A Dpetsc4py.py99 self.python.path.add(installLibPath)
H A Dmpi4py.py101 self.python.path.add(installLibPath)
/petsc/doc/manual/
H A Ddt.md53 We do not add a scale argument to the PDF in PETSc, since all variables are assuming to be dimensio…
H A Dversionchecking.md16 allows one to add tests to make files, CMake files, configure scripts etc, to ensure the PETSc vers…

1234