Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dlostnullspace.c25 PetscCall(PetscStrcpy(datafile, datafilespath)); in main()
38 PetscCall(PetscStrcpy(datafile, datafilespath)); in main()
81 PetscCall(PetscStrcpy(datafile, datafilespath)); in main()
/petsc/include/
H A Dpetscstring.h32 PETSC_EXTERN PetscErrorCode PetscStrcpy(char[], const char[]);
/petsc/src/sys/utils/
H A Dstr.c858 PetscErrorCode PetscStrcpy(char s[], const char t[]) in PetscStrcpy() function
/petsc/doc/changes/
H A D319.md111 - Soft-deprecate `PetscStrcpy()` and `PetscStrcat()`. No diagnostics will be emitted if these routi…