Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/saws/
H A DgetSAWs.bash14 curl --silent --show-error "${SAWS_HOST}:${SAWS_PORT}/SAWs/${mem}"
/petsc/lib/petsc/conf/
H A Drules_util.mk270 y1=`curl --connect-timeout 5 --head --silent $${url} | head -n 1`; \
278 …l=`curl --connect-timeout 5 --head --silent $${url} | grep ocation | sed 's/.*ocation:[[:blank:]]\…
286 b=`curl --connect-timeout 5 --head --silent $${ws}$$l | head -n 1` ; \
/petsc/src/sys/objects/
H A Dpinit.c702 PetscBool silent; in PetscInitializeSAWs() local
710 PetscCall(PetscOptionsGetBool(NULL, NULL, "-saws_port_auto_select_silent", &silent, NULL)); in PetscInitializeSAWs()
711 if (!silent) { in PetscInitializeSAWs()
/petsc/src/snes/interface/
H A Dsnes.c2769 PetscBool silent = diffNorm != PETSC_NULLPTR ? PETSC_TRUE : PETSC_FALSE; in SNESTestJacobian() local
2789 …if (!silent) PetscCall(PetscViewerASCIIPrintf(viewer, " ---------- Testing Jacobian -------------… in SNESTestJacobian()
2790 if (!complete_print && !silent && !directionsprinted) { in SNESTestJacobian()
2794 if (!directionsprinted && !silent) { in SNESTestJacobian()
2848 …if (!silent) PetscCall(PetscViewerASCIIPrintf(viewer, " ||J - Jfd||_F/||J||_F = %g, ||J - Jfd||_F… in SNESTestJacobian()
2898 …if (!silent) PetscCall(PetscViewerASCIIPrintf(viewer, " ---------- Testing Jacobian for precondit… in SNESTestJacobian()
/petsc/
H A Dgmakefile.test38 # gmake should turn '-s', '--silent', and '--quiet' into an 's' in the first word of MAKEFLAGS
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx2653 The verbosity, where -1 is silent and 10 is maximum.
2672 The verbosity, where -1 is silent and 10 is maximum.