Home
last modified time | relevance | path

Searched refs:PetscBTCopy (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscbt.h41 static inline PetscErrorCode PetscBTCopy(PetscBT dest, PetscCount m, PetscBT source) in PetscBTCopy() function
/petsc/doc/changes/
H A D324.md33 - Add `PetscBTCopy()`
/petsc/src/vec/is/section/interface/
H A Dsection.c2078 PetscCall(PetscBTCopy(subbst, pEnd - pStart, bst)); in PetscSectionCreateSubsection()