Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dmakefile24 -${QUIET}${DIFF} output/ex5f_1.testout ex5f.tmp > ex5f.dtmp;
25 -@if [ ! -s ex5f.dtmp ]; then \
33 ${RM} -f ex5f.tmp ex5f.dtmp;
36 -${QUIET}${DIFF} ${TESTEX19OUT} ex19.tmp > ex19.dtmp;
37 -@if [ ! -s ex19.dtmp ]; then \
45 ${RM} -f ex19.tmp ex19.dtmp;
48 -${QUIET}${DIFF} ${TESTEX19OUT} ex19.tmp > ex19.dtmp;
49 -@if [ ! -s ex19.dtmp ]; then \
57 ${RM} -f ex19.tmp ex19.dtmp;
61 -${QUIET}${DIFF} output/ex19_hypre.out ex19.tmp > ex19.dtmp;
[all …]
/petsc/src/vec/vec/tutorials/
H A Dmakefile15 -${QUIET}${DIFF} output/ex31_1.testout ex31.tmp > ex31.dtmp;
16 -@if [ ! -s ex31.dtmp ]; then \
24 ${RM} -f ex31.tmp ex31.dtmp;
/petsc/src/ksp/ksp/tutorials/
H A Dmakefile14 -${QUIET}${DIFF} output/ex100_1.testout ex100.tmp > ex100.dtmp;
15 -@if [ ! -s ex100.dtmp ]; then \
23 ${RM} -f ex100.tmp ex100.dtmp;
/petsc/src/ksp/ksp/tutorials/amrex/
H A Dmakefile23 -${QUIET}${DIFF} output/amrex_1.testout amrex.tmp > amrex.dtmp;
24 -@if [ ! -s amrex.dtmp ]; then\
30 ${RM} -f amrex.tmp amrex.dtmp;
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c95 int dtmp; in main() local
170 sscanf(str, "%d", &dtmp); in main()
171 user.v2p[inode] = dtmp; in main()
176 sscanf(str, "%*d %d", &dtmp); in main()
177 nbrs = dtmp; in main()
187 sscanf(str, form, &dtmp); in main()
188 user.AdjM[user.Nvlocal][i] = dtmp; in main()
/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpip.c12 PetscReal dtmp = 1.0 - qp->psteplength; in QPIPComputeResidual() local
17 PetscCall(VecScale(qp->R3, dtmp)); in QPIPComputeResidual()
18 PetscCall(VecScale(qp->R5, dtmp)); in QPIPComputeResidual()
19 qp->pinfeas = dtmp * qp->pinfeas; in QPIPComputeResidual()