Home
last modified time | relevance | path

Searched refs:VecAppendOptionsPrefix (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi33 PetscErrorCode VecAppendOptionsPrefix(PetscVec, char[])
H A DVec.pyx1035 petsc_options, setOptionsPrefix, petsc.VecAppendOptionsPrefix
1040 CHKERR(VecAppendOptionsPrefix(self.vec, cval))
/petsc/include/
H A Dpetscvec.h146 PETSC_EXTERN PetscErrorCode VecAppendOptionsPrefix(Vec, const char[]);
/petsc/src/vec/vec/interface/
H A Dvector.c1604 PetscErrorCode VecAppendOptionsPrefix(Vec v, const char prefix[]) in VecAppendOptionsPrefix() function