Home
last modified time | relevance | path

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

/petsc/src/vec/pf/impls/string/tests/
H A Dex1.c15 PetscCall(PFSetType(pf, PFSTRING, (void *)"f = 2*x;")); in main()
/petsc/src/vec/pf/interface/
H A Dpfall.c33 PetscCall(PFRegister(PFSTRING, PFCreate_String)); in PFRegisterAll()
/petsc/include/
H A Dpetscpf.h27 #define PFSTRING "string" macro
/petsc/src/vec/pf/impls/string/
H A Dcstring.c67 PetscCall(PetscObjectChangeTypeName((PetscObject)pf, PFSTRING)); in PFStringSetFunction()