| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _linter.py | 474 except ValueError as ve: 479 …wn template argument kind 300' not in str(ve).casefold() and 'unknown template argument kind 350' …
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex5.c | 456 const PetscReal ve[3] = {-v0 * st, v0 * ct, 0.0}; in ComputeError() local 461 e[(p * 2 + 1) * dim + d] = v[d] - ve[d]; in ComputeError() 466 …, (double)v[0], (double)v[1], (double)xe[0], (double)xe[1], (double)ve[0], (double)ve[1], (double)… in ComputeError()
|
| H A D | ex6.c | 994 const PetscReal ve[3] = {-v0 * st, v0 * ct, 0.0}; in ComputeError() local 999 e[(p * 2 + 1) * dim + d] = v[d] - ve[d]; in ComputeError() 1004 …, (double)v[0], (double)v[1], (double)xe[0], (double)xe[1], (double)ve[0], (double)ve[1], (double)… in ComputeError()
|
| /petsc/src/ksp/ksp/impls/cg/pipecg2/ |
| H A D | pipecg2.c | 82 … Vec vd, Vec vg0, Vec vh0, Vec vg1, Vec vh1, Vec vs, Vec va1, Vec vb1, Vec ve, Vec vf, Vec vm, Vec… in VecMergedOpsShort_Private() argument 105 PetscCall(VecGetArray(ve, (PetscScalar **)&pe)); in VecMergedOpsShort_Private() 295 PetscCall(VecRestoreArray(ve, (PetscScalar **)&pe)); in VecMergedOpsShort_Private() 304 … Vec vd, Vec vg0, Vec vh0, Vec vg1, Vec vh1, Vec vs, Vec va1, Vec vb1, Vec ve, Vec vf, Vec vm, Vec… in VecMergedOps_Private() argument 327 PetscCall(VecGetArray(ve, (PetscScalar **)&pe)); in VecMergedOps_Private() 524 PetscCall(VecRestoreArray(ve, (PetscScalar **)&pe)); in VecMergedOps_Private()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 505 except ValueError as ve: 507 raise ParsingError from ve
|
| /petsc/src/mat/tests/ |
| H A D | ex23.c | 411 PetscScalar ve[3], vo[3]; in main() local 428 ve[je] = v[j]; in main() 433 PetscCall(MatSetValuesLocal(Aoe, 1, &row, je, colse, ve, ADD_VALUES)); in main() 436 PetscCall(MatSetValuesLocal(Aee, 1, &row, je, colse, ve, ADD_VALUES)); in main()
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 87 allow a command line option to run a small problem. We've seen people
|
| /petsc/doc/changes/ |
| H A D | 2017.md | 136 problems for large-scale application codes, we've added several
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 268 .ve
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 2220 ve, 4211 ve,
|