petsc-3.10.5 2019-03-28
Report Typos and Errors

MATSELL

MATSELL = "sell" - A matrix type to be used for sparse matrices. This matrix type is identical to MATSEQSELL when constructed with a single process communicator, and MATMPISELL otherwise. As a result, for single process communicators, MatSeqSELLSetPreallocation is supported, and similarly MatMPISELLSetPreallocation is supported for communicators controlling multiple processes. It is recommended that you call both of the above preallocation routines for simplicity.

Options Database Keys

-mat_type sell -sets the matrix type to "sell" during a call to MatSetFromOptions()

Developer Notes

Subclasses include MATSELLCUSP, MATSELLCUSPARSE, MATSELLPERM, MATSELLCRL, and also automatically switches over to use inodes when enough exist.

See Also

MatCreateSELL(), MatCreateSeqSELL(), MATSEQSELL, MATMPISELL

Level

beginner

Location

src/mat/impls/sell/mpi/mpisell.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages