| /petsc/src/mat/tests/output/ |
| H A D | ex115_1.out | 1 Dup/Copy tests: 0 0 2 Dup/Copy tests: 0 1 3 Dup/Copy tests: 0 2 4 Dup/Copy tests: 1 0 5 Dup/Copy tests: 1 1 6 Dup/Copy tests: 1 2 7 Dup/Copy tests: 2 0 8 Dup/Copy tests: 2 1 9 Dup/Copy tests: 2 2
|
| H A D | ex115_7.out | 4 Dup/Copy tests: 0 0 5 Dup/Copy tests: 0 1 6 Dup/Copy tests: 0 2 7 Dup/Copy tests: 1 0 8 Dup/Copy tests: 1 1 9 Dup/Copy tests: 1 2 10 Dup/Copy tests: 2 0 11 Dup/Copy tests: 2 1 12 Dup/Copy tests: 2 2
|
| /petsc/doc/developers/ |
| H A D | mrfork.md | 55 - `COMMIT-SHA` = `1b741c341f10772b6231f15a4abcef052bfe2d90` ("Copy commit SHA" of the HEAD commit f… 56 … `https://gitlab.com/paul.kuehner/petsc/-/tree/add-tao-get-constraints` ("Copy link" of "Source br…
|
| H A D | callbacks.md | 134 if (kdm->originaldm != dm) { /* Copy on write */
|
| /petsc/src/ksp/ksp/tutorials/amrex/ |
| H A D | MyTest.cxx | 30 MultiFab::Copy(v, vfrc, 0, 0, 1, 0); in solve() 88 MultiFab::Copy(plotmf[ilev], phi[ilev], 0, 0, 1, 0); in writePlotfile() 89 MultiFab::Copy(plotmf[ilev], vfrc, 0, 1, 1, 0); in writePlotfile()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | Makefile.pl | 32 use File::Copy qw(copy);
|
| H A D | abi-compliance-checker.pl | 58 use File::Copy qw(copy);
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 4 # Copy this file to your source directory as "Makefile" and MODIFY AS NEEDED.
|
| /petsc/doc/community/ |
| H A D | mailing.md | 59 - Copy of the **complete** error message using cut-and-paste, if feasible, otherwise include the fu…
|
| /petsc/src/mat/impls/elemental/ |
| H A D | matelem.cxx | 503 El::Copy(*a->emat, *b->emat); in MatCopy_Elemental() 523 El::Copy(*a->emat, *b->emat); in MatDuplicate_Elemental() 614 El::Copy(xer, xe); in MatSolve_Elemental() 645 El::Copy(*((Mat_Elemental *)B->data)->emat, *x->emat); in MatMatSolve_Elemental()
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 157 static PetscErrorCode Copy(Mat, Mat, MatStructure) noexcept; 845 if (y && y != z) PetscCall(VecSeq_CUPM::Copy(y, z)); // mult add in MatMultAddColumnRange_Dispatch_() 1126 MatSetOp_CUPM(to_host, A, copy, MatCopy_SeqDense, Copy); in BindToCPU() 1340 inline PetscErrorCode MatDense_Seq_CUPM<T>::Copy(Mat A, Mat B, MatStructure str) noexcept in Copy() function in Petsc::mat::cupm::impl::MatDense_Seq_CUPM 1615 …if (opt == MAT_COPY_VALUES && hopt != MAT_COPY_VALUES) PetscCall(Copy(A, *B, SAME_NONZERO_PATTERN)… in Duplicate()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm.hpp | 111 static PetscErrorCode Copy(Vec, Vec) noexcept;
|
| H A D | vecseqcupm_impl.hpp | 67 PetscCall(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Copy), nullptr)); in ClearAsyncFunctions() 96 …PetscCall(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Copy), VecSeq_CUPM<T>::Cop… in InitializeAsyncFunctions() 1497 inline PetscErrorCode VecSeq_CUPM<T>::Copy(Vec xin, Vec yout) noexcept in Copy() function in Petsc::vec::cupm::impl::VecSeq_CUPM
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 684 """Copy the discretizations of this `DM` into another `DM`. 756 """Copy the discrete systems for this `DM` into another `DM`. 789 """Copy fields and discrete systems of a `DM` into another `DM`.
|
| H A D | DMSwarm.pyx | 492 """Copy point pi to point pj in the `DMSwarm`.
|
| H A D | IS.pyx | 254 """Copy the contents of the index set into another.
|
| H A D | TAO.pyx | 1386 # Tao overwrites these statistics. Copy user defined only if present
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 779 > 3. Copy an example in the directory that corresponds to the 788 …> and is the recommended approach. Copy \$PETSC_DIR/share/petsc/Makefile.user or \$PETSC_DIR/… 797 …> - CMake. Copy \$PETSC_DIR/share/petsc/CMakeLists.txt to your directory, for example, `cp $PET…
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1756 VecMethodDispatch(x, dctx, VecAsyncFnName(Copy), copy, (Vec, Vec, PetscDeviceContext), y); in VecCopyAsync_Private()
|
| /petsc/include/petsc/private/ |
| H A D | veccupmimpl.h | 1014 VecSetOp_CUPM(copy, VecCopy_Seq, VecSeq_T::Copy); in BindToCPU_CUPMBase()
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 3034 if (yy) PetscCall(VecSeq_HIP::Copy(yy, zz)); in MatMultAddKernel_SeqAIJHIPSPARSE() 3134 PetscCall(VecSeq_HIP::Copy(yy, zz)); /* zz = yy */ in MatMultAddKernel_SeqAIJHIPSPARSE()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 3570 if (yy) PetscCall(VecSeq_CUDA::Copy(yy, zz)); in MatMultAddKernel_SeqAIJCUSPARSE() 3696 PetscCall(VecSeq_CUDA::Copy(yy, zz)); /* zz = yy */ in MatMultAddKernel_SeqAIJCUSPARSE()
|
| /petsc/doc/faq/ |
| H A D | index.md | 61 collecting all of the output from the runs into the single file scaling.log. Copy
|