Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 23 of 23) sorted by relevance

/petsc/src/mat/tests/output/
H A Dex115_1.out1 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 Dex115_7.out4 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 Dmrfork.md55 - `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 Dcallbacks.md134 if (kdm->originaldm != dm) { /* Copy on write */
/petsc/src/ksp/ksp/tutorials/amrex/
H A DMyTest.cxx30 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 DMakefile.pl32 use File::Copy qw(copy);
H A Dabi-compliance-checker.pl58 use File::Copy qw(copy);
/petsc/share/petsc/
H A DMakefile.basic.user4 # Copy this file to your source directory as "Makefile" and MODIFY AS NEEDED.
/petsc/doc/community/
H A Dmailing.md59 - Copy of the **complete** error message using cut-and-paste, if feasible, otherwise include the fu…
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx503 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 Dmatseqdensecupm.hpp157 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 Dvecseqcupm.hpp111 static PetscErrorCode Copy(Vec, Vec) noexcept;
H A Dvecseqcupm_impl.hpp67 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 DDM.pyx684 """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 DDMSwarm.pyx492 """Copy point pi to point pj in the `DMSwarm`.
H A DIS.pyx254 """Copy the contents of the index set into another.
H A DTAO.pyx1386 # Tao overwrites these statistics. Copy user defined only if present
/petsc/doc/manual/
H A Dgetting_started.md779 > 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 Dvector.c1756 VecMethodDispatch(x, dctx, VecAsyncFnName(Copy), copy, (Vec, Vec, PetscDeviceContext), y); in VecCopyAsync_Private()
/petsc/include/petsc/private/
H A Dveccupmimpl.h1014 VecSetOp_CUPM(copy, VecCopy_Seq, VecSeq_T::Copy); in BindToCPU_CUPMBase()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3034 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 Daijcusparse.cu3570 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 Dindex.md61 collecting all of the output from the runs into the single file scaling.log. Copy