Reference documentation for deal.II version 9.3.3
|
#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 <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 237 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 471 of file block_indices.h.