Searched refs:PetscFVClone (Results 1 – 4 of 4) sorted by relevance
93 PETSC_EXTERN PetscErrorCode PetscFVClone(PetscFV, PetscFV *);
202 - Add `PetscFVClone()`
260 PetscCall(PetscFVClone(fv, &fvNew)); in DMSelectFields_Private()
1755 PetscErrorCode PetscFVClone(PetscFV fv, PetscFV *fvNew) in PetscFVClone() function