#include "petscpc.h" PetscErrorCode PCASMSetSubMatType(PC pc,MatType sub_mat_type)Collective on Mat
pc | - the PC object | |
sub_mat_type | - matrix type |
-pc_asm_sub_mat_type <sub_mat_type> | - Sets the matrix type used for subsolves, for example, seqaijviennacl. If you specify a base name like aijviennacl, the corresponding sequential type is assumed. |