Home
last modified time | relevance | path

Searched refs:cit (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/
H A D.gitignore8 /manualpages/manualpages.cit
H A Dbuild_man_pages.py101 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 DSys.pyx443 cdef const char *cit = NULL
444 citation = str2bytes(citation, &cit)
446 CHKERR(PetscCitationsRegister(cit, &flag))
/petsc/lib/petsc/bin/maint/
H A Dxclude90 petsc-dist/manualpages/manualpages.cit
/petsc/include/
H A Dpetscsys.h2684 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 Dmakefile490 ${RM} ${LOC}/manualpages/manualpages.cit ;\