Searched refs:checkVRes (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 85 PetscInt checkVRes; // Flag to check/output velocity residuals for nightly tests member 120 options->checkVRes = 0; in ProcessOptions() 131 …cle velocity residuals for nightly tests", "ex3.c", options->checkVRes, &options->checkVRes, NULL)… in ProcessOptions() 1272 if (user->checkVRes) { in RHSFunctionV() 1273 PetscBool pr = user->checkVRes > 1 ? PETSC_TRUE : PETSC_FALSE; in RHSFunctionV()
|
| H A D | ex2.c | 158 PetscInt checkVRes; // Flag to check/output velocity residuals for nightly tests member 212 options->checkVRes = 0; in ProcessOptions() 227 …cle velocity residuals for nightly tests", "ex2.c", options->checkVRes, &options->checkVRes, NULL)… in ProcessOptions() 1996 if (ctx->checkVRes) { in RHSFunctionV() 1997 PetscBool pr = ctx->checkVRes > 1 ? PETSC_TRUE : PETSC_FALSE; in RHSFunctionV()
|
| H A D | ex4.c | 213 PetscInt checkVRes; // Flag to check/output velocity residuals for nightly tests member 286 options->checkVRes = 0; in ProcessOptions() 308 …le velocity residuals for nightly tests", __FILE__, options->checkVRes, &options->checkVRes, NULL)… in ProcessOptions() 2601 if (ctx->checkVRes) { in RHSFunctionV() 2602 PetscBool pr = ctx->checkVRes > 1 ? PETSC_TRUE : PETSC_FALSE; in RHSFunctionV()
|