Home
last modified time | relevance | path

Searched refs:rf (Results 1 – 25 of 29) sorted by relevance

12

/petsc/doc/
H A Dmakefile26 …cd .. ; ${RM} -rf petsc-doc-env; python3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate…
29 -@${RM} -rf _build __pycache__
39 …cd .. ; if [ ! -z ${PETSC_ARCH} ]; then export PETSC_DOC=${PETSC_ARCH}-doc; ${RM} -rf $${PETSC_DOC…
42 …cd .. ; if [ ! -z ${PETSC_ARCH} ]; then export PETSC_DOC=${PETSC_ARCH}-doc; ${RM} -rf $${PETSC_DOC…
/petsc/lib/petsc/bin/maint/
H A Dbuilddist56 /bin/rm -rf $PETSC_DIR/$PETSC_ARCH
106 rm -rf petsc-doc-env # remove python2 env created when building petsc+petsc4py docs
115 rm -rf docs/doctrees doc/images
154 /bin/rm -rf make.log* configure.log* RDict.* RESYNC PENDING
174 /bin/rm -rf $tmpdir/petsc$version/docs $tmpdir/petsc$version/zope $tmpdir/petsc$version/config/Buil…
179 … python setup.py egg_info && /bin/cp petsc.egg-info/PKG-INFO . && /bin/rm -rf petsc.egg-info confi…
196 /bin/rm -rf $tmpdir
H A Dtoclapack.sh4848 /** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
/petsc/systems/Apple/OSX/bin/
H A Dmakeall18 rm -rf arch-osx-debug
24 rm -rf arch-osx-release
H A Dmakedmg12 rm -rf pack.temp.dmg tempsource ${PETSC_DIR}/PETSc-OSX.dmg
54 rm -rf pack.temp.dmg tempsource
H A Dmakeframework16 rm -rf ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX
H A Dmakedocs7 rm -rf PETSc.docset
/petsc/lib/petsc/bin/
H A Dpetscmpiexec100 rm -rf *.dSYM
101 rm -rf "${PETSC_DIR}"/"${PETSC_ARCH}"/lib/lib*.dSYM
/petsc/systems/Apple/iOS/bin/
H A Dmakedmg12 rm -rf pack.temp.dmg tempsource ${PETSC_DIR}/PETSc-iOS.dmg
59 rm -rf pack.temp.dmg tempsource
H A Dmakeall17 rm -rf ${PETSC_ARCH}
H A Dmakeframework12 rm -rf ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS
H A Dmakedocs7 rm -rf PETSc.docset
/petsc/
H A Dmakefile90 echo ${RM} -rf ${INSTALL_LIB_DIR}/$${LIBNAME}$${LIB_NAME_SUFFIX}.dylib.dSYM;\
91 ${RM} -rf ${INSTALL_LIB_DIR}/$${LIBNAME}$${LIB_NAME_SUFFIX}.dylib.dSYM;\
102 -@find src -type d -name ftn-auto* | xargs rm -rf
104 find ${PETSC_ARCH}/src -type d -name ftn-auto* | xargs rm -rf ;\
246 -@${RM} -rf ${PETSC_ARCH}/lib/petsc/conf/alltests.log alltests.log
277 -${RM} -rf ${PETSC_LIB_DIR}/libpetsc*.*
291 ${RM} -rf ${PETSC_DIR}/${PETSC_ARCH}/ ;\
H A Dgmakefile354 echo Using mpi.h: $${BUF}; ${RM} -rf $${TESTDIR};\
H A Dgmakefile.test310 @$(RM) -rf $(TESTDIR)/counts $(TESTLOGTAPFILE) $(TESTLOGERRFILE)
/petsc/include/petsc/private/
H A Dmatisimpl.h38 IS *rf, *cf; member
/petsc/src/benchmarks/
H A Dssget178 rm -rf ${PATH_INFO[5]}
186 rm -rf ${PATH_INFO[4]}
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py56 version_re = re.compile(rf'#define\s+{release_macro}\s+([-]*\d+)')
/petsc/config/
H A Dgmakegentest.py469 rf=subst['redirect_file']
473 cmd+=af+' '+rf
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py552 func_name_and_type = rf'{result_spelling}{result_type_spacing}{func.spelling} *\('
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c295 PetscErrorCode TSSetCostIntegrand(TS ts, PetscInt numcost, Vec costintegral, PetscErrorCode (*rf)(T… in TSSetCostIntegrand()
320 ts->costintegrand = rf; in TSSetCostIntegrand()
/petsc/lib/petsc/conf/
H A Drules35 @-${RM} -rf ${CLEANDIRS} *.dSYM AD_cache SunWS_cache
/petsc/src/mat/impls/is/
H A Dmatis.c302 for (i = 0; i < lf->nr; i++) PetscCall(ISDestroy(&lf->rf[i])); in MatISContainerDestroyFields_Private()
304 PetscCall(PetscFree2(lf->rf, lf->cf)); in MatISContainerDestroyFields_Private()
1125 PetscCall(PetscMalloc2(nr, &lf->rf, nc, &lf->cf)); in MatConvert_Nest_IS()
1131 PetscCall(ISCreateStride(comm, n, st, 1, &lf->rf[i])); in MatConvert_Nest_IS()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c2418 …tscInt Nf, PetscInt rc, PetscInt qc, PetscTabulation Tab[], const PetscInt rf[], const PetscInt qf… in PetscFEEvaluateFieldJets_Hybrid_Internal() argument
2440 const PetscInt r = isCohesive ? rc : rf[s]; in PetscFEEvaluateFieldJets_Hybrid_Internal()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c569 PetscCall(PCBDDCSetDofsSplittingLocal(fetidp->innerbddc, lf->nr, lf->rf)); in KSPFETIDPSetUpOperators()

12