Searched refs:cit (Results 1 – 6 of 6) sorted by relevance
| /petsc/doc/ |
| H A D | .gitignore | 8 /manualpages/manualpages.cit
|
| H A D | build_man_pages.py | 101 with open(os.path.join(build_dir,'manualpages','manualpages.cit')) as cit: 102 map.write(re.sub(r'man\+../','man+manualpages/',cit.read()))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 443 cdef const char *cit = NULL 444 citation = str2bytes(citation, &cit) 446 CHKERR(PetscCitationsRegister(cit, &flag))
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | xclude | 90 petsc-dist/manualpages/manualpages.cit
|
| /petsc/include/ |
| H A D | petscsys.h | 2684 static inline PetscErrorCode PetscCitationsRegister(const char cit[], PetscBool *set) in PetscCitationsRegister() argument 2691 PetscCall(PetscStrlen(cit, &len)); in PetscCitationsRegister() 2693 PetscCall(PetscArraycpy(vstring, cit, len)); in PetscCitationsRegister()
|
| /petsc/ |
| H A D | makefile | 490 ${RM} ${LOC}/manualpages/manualpages.cit ;\
|