Reference documentation for deal.II version 9.6.0
|
#include <deal.II/lac/sparse_vanka.h>
Public Member Functions | |
AdditionalData (const std::vector< bool > &selected) | |
Public Attributes | |
const std::vector< bool > & | selected |
Parameters for SparseVanka.
Definition at line 174 of file sparse_vanka.h.
|
explicit |
Constructor. For the parameters' description, see below.
const std::vector<bool>& SparseVanka< number >::AdditionalData::selected |
Indices of those degrees of freedom that we shall work on.
Definition at line 185 of file sparse_vanka.h.