Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 29) sorted by relevance

12

/petsc/config/BuildSystem/config/compile/
H A DC.py62 def copy(self, other): member in Linker
123 def copy(self, other): member in SharedLinker
221 def copy(self, other): member in DynamicLinker
H A DCxx.py56 def copy(self, other): member in Linker
118 def copy(self, other): member in SharedLinker
H A DFC.py45 def copy(self, other): member in Linker
H A Dprocessor.py20 def copy(self, other): member in Processor
/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx452 PetscScalar *copy; in KSPHPDDMSetDeflationMat_HPDDM() local
485 PetscScalar *copy; in KSPHPDDMGetDeflationMat_HPDDM() local
/petsc/src/dm/dt/tests/
H A Dex16.c42 for (PetscInt copy = 0, coffset = 0; copy < n_copies; copy++, coffset += c_incr) { in PetscFEVectorTest() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DScatter.pyx199 def copy(self) -> Scatter: member in Scatter
H A Dpetscmat.pxi712 cdef inline PetscMatDuplicateOption matduplicateoption(object copy) \
H A DIS.pyx253 def copy(self, IS result=None) -> IS: member in IS
/petsc/src/mat/impls/shell/
H A Dshell.h11 /* 43 */ PetscErrorCode (*copy)(Mat, Mat, MatStructure); member
/petsc/include/petsc/private/
H A Dsectionimpl.h59 PetscErrorCode (*copy)(PetscSectionSym, PetscSectionSym); member
H A Disimpl.h28 PetscErrorCode (*copy)(IS, IS); member
H A Dvecimpl.h28 PetscErrorCode (*copy)(Vec, Vec); /* y = x */ member
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h47 PetscErrorCode (*copy)(Mat, Mat, MatStructure); member
/petsc/src/ts/utils/
H A Ddmplexts.c7 static PetscErrorCode DMTSConvertPlex(DM dm, DM *plex, PetscBool copy) in DMTSConvertPlex()
/petsc/src/sys/yaml/src/
H A Dparser.c1344 yaml_tag_directive_t copy = { NULL, NULL }; in yaml_parser_append_tag_directive() local
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp238 …const auto copy = m->offloadmask == PETSC_OFFLOAD_CPU || m->offloadmask == PETSC_OFFLOAD_UNALLOCA… in HostToDevice_() local
276 const auto copy = m->offloadmask == PETSC_OFFLOAD_GPU; in DeviceToHost_() local
1878 bool copy, was_offload_host; in RestoreSubMatrix() local
/petsc/src/binding/petsc4py/demo/python_types/
H A Dmatpython_protocol.py106 def copy(self, A: Mat, B: Mat, op: Mat.Structure) -> None: member in MatPythonProtocol
/petsc/config/BuildSystem/config/
H A DsetsOrdered.py171 def copy(self): member in BaseSet
/petsc/src/dm/impls/plex/
H A Dplexvtu.c450 …const PetscBool copy = PetscDefined(USE_COMPLEX) ? PETSC_TRUE : (PetscBool)(dimEmbed != 3 || lo… in DMPlexVTKWriteAll_VTU() local
H A Dplexsfc.c354 PetscInt *copy; in DMPlexOrientFieldPointIndex() local
379 PetscScalar *copy, *V_arr; in DMPlexOrientFieldPointVec() local
/petsc/src/mat/tests/
H A DcJSON.c174 unsigned char *copy = NULL; in cJSON_strdup() local
337 char *copy = NULL; in cJSON_SetValuestring() local
/petsc/src/snes/utils/
H A Ddmplexsnes.c141 static PetscErrorCode DMSNESConvertPlex(DM dm, DM *plex, PetscBool copy) in DMSNESConvertPlex()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx162 const PetscScalar *copy; in MatCreateSubMatrices_Htool() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c119 PetscBool copy = PETSC_FALSE; in PCBDDCReuseSolvers_Solve_Private() local

12