Home
last modified time | relevance | path

Searched refs:useblock (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/tests/
H A Dex30.c13 PetscBool useblock = PETSC_TRUE; in main() local
35 … PetscCall(PetscOptionsBool("-block", "Use block matrix assembly", "", useblock, &useblock, NULL)); in main()
62 …if (!useblock) PetscCall(DMSlicedSetBlockFills(slice, dfill, ofill)); /* Irrelevant for baij forma… in main()
106 if (useblock) { in main()