Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 20 of 20) sorted by relevance

/petsc/config/
H A Dinstall.py41 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 = []
235copies.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 Dfevector.c326 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 DLicense7 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 Dex16_0.out323 …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 DLICENSE6 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 Dlicense.md84 all copies or modifications. This permission is perpetual, world-wide, and provided on a
H A Dinstall.md210 and then point `configure` to these copies of the packages instead of trying to download
/petsc/doc/changes/
H A D320.md245 - Add `PETSCFEVECTOR` for making a finite element that is a vector of copies of another finite elem…
/petsc/doc/manual/
H A Dadvanced.md57 where `nsubcomm` copies of the entire matrix are stored, one on each `subcomm`. The routine `PetscS…
H A Dmat.md166 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 Dperformance.md529 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 Dprofiling.md682 of memory copies, and more, in a popup window when the mouse
H A Dgetting_started.md649 …y copy is slow compared to the GPU speed; hence, it is crucial to minimize these copies. This often
H A Dvec.md872 When `mode` is `PETSC_COPY_VALUES`, this routine copies the `n`
H A Dksp.md1993 the methods described in this section because there are fewer copies and
/petsc/doc/developers/
H A Ddocumentation.md214 It may be helpful to place working copies of the new image(s) in your local `doc/images`
/petsc/
H A Dgmakefile.test140 # 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 DVec.pyx1712 This operation copies vector entries to the new vector.
H A DMat.pyx2106 If `True`, it also copies the values.
/petsc/doc/faq/
H A Dindex.md265 fully on GPUs, without any memory copies between the CPU and GPU.