Searched refs:run_type (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex56.c | 202 PetscInt iter, i, N, dim = 3, max_conv_its, sizes[7], run_type = 1, Ncomp = dim; in main() local 223 …y convergence test on cube, 2: Laplacian, 3: soft core Laplacian", "", run_type, &run_type, NULL)); in main() 246 if (run_type == 0) { in main() 305 if (run_type == 2 || run_type == 3) Ncomp = 1; in main() 314 if (run_type == 1) { // elast in main() 317 } else if (run_type == 0) { //twisted not maintained in main() 326 } else if (run_type == 2) { // Laplacian in main() 329 } else if (run_type == 3) { // soft core Laplacian in main() 334 if (run_type != 0) { in main() 441 …if (run_type == 1) err[0] = 5.97537599375e+01 - mdisp[0]; /* error with what I think is the exact … in main() [all …]
|