Searched refs:tap (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | PFReadData.c | 131 PetscScalar R, X, Bc, B, G, Zm, tap, shift, tap2, tapr, tapi; in PFReadMatPowerData() local 165 tap = Branch[bri].tapratio; in PFReadMatPowerData() 167 tap2 = tap * tap; in PFReadMatPowerData() 168 tapr = tap * PetscCosScalar(shift); in PFReadMatPowerData() 169 tapi = tap * PetscSinScalar(shift); in PFReadMatPowerData()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | makefile | 3 CLEANFILES = TS-data-* *.tap
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-each-commit.sh | 17 make CFLAGS=-Werror CXXFLAGS=-Werror FFLAGS=-Werror allgtests-tap gmakesearch=snes_tutorials-ex48%
|
| /petsc/ |
| H A D | makefile | 260 allgtests-tap: allgtest-tap 263 allgtest-tap: ${PETSC_DIR}/${PETSC_ARCH}/tests/testfiles
|
| H A D | gmakefile.test | 315 …@grep '^not ok' $(TESTLOGTAPFILE) | grep -v 'Exceeded timeout' | tee $(TESTDIR)/allgtests-tap-err.… 316 @test ! -s $(TESTDIR)/allgtests-tap-err.log
|
| /petsc/doc/manual/ |
| H A D | tests.md | 147 [^id2]: See <https://testanything.org/tap-specification.html>
|
| /petsc/doc/developers/ |
| H A D | testing.md | 1014 …compliant with the [Test Anything Protocol (TAP)](https://testanything.org/tap-specification.html).
|