Searched refs:zeroth (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex1.c | 187 PetscReal a = interval[0], b = interval[1], zeroth, first, second; in main() local 189 zeroth = b - a; in main() 193 zeroth -= weights[i]; in main() 197 if (PetscAbs(zeroth) < 1e-10) zeroth = 0.; in main() 200 …_COMM_WORLD, "Moment error: zeroth=%g, first=%g, second=%g\n", (double)(-zeroth), (double)(-first)… in main()
|
| /petsc/src/dm/dt/tests/output/ |
| H A D | ex1_1.out | 35 Moment error: zeroth=-0., first=-0., second=-0.
|
| /petsc/doc/faq/ |
| H A D | index.md | 1937 to handle this. If this error occurs in the zeroth row of the matrix, it is likely you
|