|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
16 #ifndef dealii_number_cache_h
17 #define dealii_number_cache_h
31 namespace DoFHandlerImplementation
82 const unsigned int my_rank);
118 std::vector<types::global_dof_index>
120 const MPI_Comm mpi_communicator)
const;
129 std::vector<IndexSet>
131 const MPI_Comm mpi_communicator)
const;
186 template <
class Archive>
188 serialize(Archive &ar,
const unsigned int version);
192 template <
class Archive>
208 #endif // dealii_dof_iterator_selector_h
NumberCache & operator=(const NumberCache &)=default
IndexSet locally_owned_dofs
#define DEAL_II_NAMESPACE_OPEN
void serialize(Archive &ar, const unsigned int version)
types::global_dof_index n_locally_owned_dofs
std::vector< types::global_dof_index > n_locally_owned_dofs_per_processor
std::vector< types::global_dof_index > get_n_locally_owned_dofs_per_processor(const MPI_Comm mpi_communicator) const
types::global_dof_index n_global_dofs
std::vector< IndexSet > get_locally_owned_dofs_per_processor(const MPI_Comm mpi_communicator) const
#define DEAL_II_NAMESPACE_CLOSE
std::vector< IndexSet > locally_owned_dofs_per_processor
std::size_t memory_consumption() const