Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/
H A Dcheck-fortran-coverage.sh30 count_before=$(extract_subroutines "$TMPDIR/$before" | wc -l)
31 count_after=$(extract_subroutines "$TMPDIR/$after" | wc -l)
H A Dcreatepatch33 a=`git status --untracked-files=no --short | wc -l`
/petsc/
H A Dmakefile257 …SLOG} | grep -E '(^not ok|not remade because of errors|^# No tests run)' | wc -l | grep '^[ ]*0$$'…
340 if [ `wc -l < ${PETSC_ARCH}/lib/petsc/conf/checkclangformat.patch` -gt 1000 ]; then\
357 if [ `wc -l < ${PETSC_ARCH}/lib/petsc/conf/checkfprettifyformat.patch` -gt 1000 ]; then\
379 if [ `wc -l < ${PETSC_ARCH}/lib/petsc/conf/checkshellcheck.patch` -gt 1000 ]; then\
516 …; printf $${j} ; grep -E "(with-$${j}|download-$${j})" configexamples | grep -v "=0" | wc -l ; done
518 …[:lower:]'`; printf $${j} ; grep -E "(download-$${j})" configexamples | grep -v "=0" | wc -l ; done
/petsc/src/ts/tutorials/
H A Dex11.c1570 int projecteqstate(PetscReal wc[], const PetscReal ueq[], PetscReal lv[][3]) in projecteqstate() argument
1575 wc[k] = 0.; in projecteqstate()
1576 for (j = 0; j < 3; ++j) wc[k] += lv[k][j] * ueq[j]; in projecteqstate()
1581 int projecttoprim(PetscReal v[], const PetscReal wc[], PetscReal rv[][3]) in projecttoprim() argument
1587 for (j = 0; j < 3; ++j) v[k] += rv[k][j] * wc[j]; in projecttoprim()
1625 PetscReal p0, u0, wcp[3], wc[3]; in initLinearWave() local
1642 projecteqstate(wc, ueq, lv); in initLinearWave()
1643 wcp[0] = wc[0]; in initLinearWave()
1644 wcp[1] = wc[1]; in initLinearWave()
1645 wcp[2] = wc[2] + eps * PetscCosReal(coord[0] * 2. * twopi / Lx); in initLinearWave()
/petsc/lib/petsc/conf/
H A Drules_util.mk183 @a=`cat checkbadSource.out | wc -l`; l=`expr $$a - 43` ;\
192 -@w=`cat badSourceChar.out | wc -l`;\
/petsc/doc/developers/
H A Dtesting.md907 $ make print-test query='requires' queryval='ctetgen' | tr ' ' '\n' | wc -l
909 $ make print-test query='requires' queryval='triangle' | tr ' ' '\n' | wc -l
911 $ make print-test query='requires,requires' queryval='ctetgen,triangle' | tr ' ' '\n' | wc -l
913 $ make print-test query='requires|requires' queryval='ctetgen,triangle' | tr ' ' '\n' | wc -l