| /petsc/config/ |
| H A D | install.py | 41 self.copies = [] 135 copies = [] 149 copies.append((srcname, dstname)) 156 return copies 188 self.copies.extend(self.copyfile('gmakefile.test',dst)) 194 self.copies.extend(self.copyfile(os.path.join('config',tf),newConfigDir)) 202 self.copies.extend(self.copytree(root, root.replace(src,dst))) 218 copies = [] 235 …copies.extend(self.copytree(srcname, dstname, symlinks,exclude = exclude, exclude_ext = exclude_ex… 242 copies.append((srcname, dstname)) [all …]
|
| /petsc/src/dm/dt/fe/impls/vector/ |
| H A D | fevector.c | 326 PetscSpace *copies; in PetscFECreateVector() local 330 PetscCall(PetscMalloc1(num_copies, &copies)); in PetscFECreateVector() 333 copies[i] = scalar_sp; in PetscFECreateVector() 335 PetscCall(PetscSpaceCreateSum(num_copies, copies, PETSC_TRUE, &sp)); in PetscFECreateVector() 340 for (PetscInt i = 0; i < num_copies; i++) PetscCall(PetscSpaceDestroy(&copies[i])); in PetscFECreateVector() 341 PetscCall(PetscFree(copies)); in PetscFECreateVector() 345 PetscDualSpace *copies; in PetscFECreateVector() local 349 PetscCall(PetscMalloc1(num_copies, &copies)); in PetscFECreateVector() 352 copies[i] = scalar_sp; in PetscFECreateVector() 354 PetscCall(PetscDualSpaceCreateSum(num_copies, copies, PETSC_TRUE, &sp)); in PetscFECreateVector() [all …]
|
| /petsc/src/sys/yaml/ |
| H A D | License | 7 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 12 copies or substantial portions of the Software.
|
| /petsc/src/dm/dt/tests/output/ |
| H A D | ex16_0.out | 323 …Vector Finite Element in 3 dimensions with 3 components (1 copies of finite element with 3 compone… 356 …Vector Finite Element in 3 dimensions with 3 components (1 copies of finite element with 3 compone… 389 …Vector Finite Element in 3 dimensions with 3 components (1 copies of finite element with 3 compone… 422 …Vector Finite Element in 3 dimensions with 3 components (1 copies of finite element with 3 compone… 455 …Vector Finite Element in 3 dimensions with 6 components (2 copies of finite element with 3 compone… 492 …Vector Finite Element in 3 dimensions with 6 components (2 copies of finite element with 3 compone… 529 …Vector Finite Element in 3 dimensions with 6 components (2 copies of finite element with 3 compone… 566 …Vector Finite Element in 3 dimensions with 6 components (2 copies of finite element with 3 compone… 603 …Vector Finite Element in 3 dimensions with 9 components (3 copies of finite element with 3 compone… 644 …Vector Finite Element in 3 dimensions with 9 components (3 copies of finite element with 3 compone… [all …]
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 6 Everyone is permitted to copy and distribute verbatim copies 29 you have the freedom to distribute copies of free software (and charge 38 you if you distribute copies of the library or if you modify it. 40 For example, if you distribute copies of the library, whether gratis 150 1. You may copy and distribute verbatim copies of the Library's 162 2. You may modify your copy or copies of the Library or any portion 222 subsequent copies and derivative works made from that copy. 353 rights under this License. However, parties who have received copies, 383 all those who receive copies directly or indirectly through you, then
|
| /petsc/doc/install/ |
| H A D | license.md | 84 all copies or modifications. This permission is perpetual, world-wide, and provided on a
|
| H A D | install.md | 210 and then point `configure` to these copies of the packages instead of trying to download
|
| /petsc/doc/changes/ |
| H A D | 320.md | 245 - Add `PETSCFEVECTOR` for making a finite element that is a vector of copies of another finite elem…
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 57 where `nsubcomm` copies of the entire matrix are stored, one on each `subcomm`. The routine `PetscS…
|
| H A D | mat.md | 166 will be expensive since it will require copies and possible memory 400 allocations and copies required. We present an example for three 784 it without making any copies. In this case, `submat` is fully 1054 allocations or copies will be needed. Of course, one can also explicitly
|
| H A D | performance.md | 529 copies required, and thus greatly improve the performance of the 539 about 2.17 (instead of 1) to prevent the 12 required mallocs and copies.
|
| H A D | profiling.md | 682 of memory copies, and more, in a popup window when the mouse
|
| H A D | getting_started.md | 649 …y copy is slow compared to the GPU speed; hence, it is crucial to minimize these copies. This often
|
| H A D | vec.md | 872 When `mode` is `PETSC_COPY_VALUES`, this routine copies the `n`
|
| H A D | ksp.md | 1993 the methods described in this section because there are fewer copies and
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 214 It may be helpful to place working copies of the new image(s) in your local `doc/images`
|
| /petsc/ |
| H A D | gmakefile.test | 140 # variables become local to each file including them and thus have multiple copies (see an example
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 1712 This operation copies vector entries to the new vector.
|
| H A D | Mat.pyx | 2106 If `True`, it also copies the values.
|
| /petsc/doc/faq/ |
| H A D | index.md | 265 fully on GPUs, without any memory copies between the CPU and GPU.
|