Searched refs:useDA (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex3.c | 14 PetscBool useDA; /* Flag DMDA tensor product mesh */ member 195 options->useDA = PETSC_FALSE; in ProcessOptions() 215 …PetscOptionsBool("-use_da", "Flag for DMDA mesh", "ex3.c", options->useDA, &options->useDA, NULL)); in ProcessOptions() 306 if (user->useDA) { in CreateMesh() 523 if (!user->useDA) { in TestFEJacobian() 823 if (user->useDA) PetscCall(DMDASetVertexCoordinates(rdm, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0)); in CheckInterpolation() 905 if (user->useDA) PetscCall(DMDASetVertexCoordinates(rdm, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0)); in CheckConvergence() 923 if (user->useDA) PetscCall(DMDASetVertexCoordinates(cdm, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0)); in CheckConvergence() 957 if (!user.useDA) { in main()
|