Reference documentation for deal.II version 9.1.1
|
#include <deal.II/lac/sparse_vanka.h>
Public Member Functions | |
AdditionalData (const std::vector< bool > &selected, const bool conserve_memory=false, const unsigned int n_threads=MultithreadInfo::n_threads()) | |
Public Attributes | |
const std::vector< bool > & | selected |
const bool | conserve_mem |
const unsigned int | n_threads |
Parameters for SparseVanka.
Definition at line 191 of file sparse_vanka.h.
SparseVanka< number >::AdditionalData::AdditionalData | ( | const std::vector< bool > & | selected, |
const bool | conserve_memory = false , |
||
const unsigned int | n_threads = MultithreadInfo::n_threads() |
||
) |
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 204 of file sparse_vanka.h.
const bool SparseVanka< number >::AdditionalData::conserve_mem |
Conserve memory flag.
Definition at line 209 of file sparse_vanka.h.
const unsigned int SparseVanka< number >::AdditionalData::n_threads |
Number of threads to be used when building the inverses. Only relevant in multithreaded mode.
Definition at line 215 of file sparse_vanka.h.