![]() |
Reference documentation for deal.II version 9.4.1
|
#include <deal.II/base/config.h>#include <deal.II/base/exceptions.h>#include <deal.II/base/logstream.h>#include <deal.II/base/subscriptor.h>#include <deal.II/base/utilities.h>#include <cstddef>#include <iterator>#include <vector>Go to the source code of this file.
Classes | |
| class | BlockIndices |
Functions | |
| LogStream & | operator<< (LogStream &s, const BlockIndices &bi) |
| void | swap (BlockIndices &u, BlockIndices &v) |
|
inline |
Operator for logging BlockIndices. Writes the number of blocks, the size of each block and the total size of the index field.
Definition at line 238 of file block_indices.h.
|
inline |
Global function swap which overloads the default implementation of the C++ standard library which uses a temporary object. The function simply exchanges the data of the two objects.
Definition at line 472 of file block_indices.h.