deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#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 172 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 183 of file sparse_vanka.h.